BidirectionalConnectionComponent.BidirectionalConnectionAutomaton<INPUT,OUTPUT>
, ConnectableComponent.ConnectableAutomaton
, ConnectionComponent.ConnectionAutomaton<CON>
, ConnectionStatusAccessor.ConnectionStatusProperty
, LinkComponent.LinkAutomaton
AbstractConnectableAutomaton
, AbstractDeviceAutomaton
, ConnectionAutomatonImpl
, DeviceAutomatonImpl
public interface ConnectionStatusAccessor
ConnectionStatus
property.Modifier and Type | Interface | Description |
---|---|---|
static interface |
ConnectionStatusAccessor.ConnectionStatusMutator |
Provides a mutator for a
ConnectionStatus property. |
static interface |
ConnectionStatusAccessor.ConnectionStatusProperty |
Provides a
ConnectionStatus property. |
Modifier and Type | Method | Description |
---|---|---|
ConnectionStatus |
getConnectionStatus() |
Retrieves the
ConnectionStatus property from the property. |
default boolean |
isConnectionOpened() |
Determines whether the connection is ought to be open or not.
|
ConnectionStatus getConnectionStatus()
ConnectionStatus
property from the property.
Determines in which ConnectionStatus
status a component is in.ConnectionStatus
property stored by the
property.default boolean isConnectionOpened()
ConnectionStatus.NONE
.Copyright © 2018. All rights reserved.