Interface ClosedAccessor

All Known Subinterfaces:
BidirectionalConnectionComponent.BidirectionalConnectionAutomaton<INPUT,OUTPUT>, Closable.CloseAutomaton, ClosedAccessor.ClosedProperty, ConnectableComponent.ConnectableAutomaton, ConnectionComponent.ConnectionAutomaton<CON>, LinkComponent.LinkAutomaton
All Known Implementing Classes:
AbstractConnectableAutomaton, AbstractDeviceAutomaton, ConnectionAutomatonImpl, LinkAutomatonImpl

public interface ClosedAccessor
Provides an accessor for a closed property.
  • Nested Class Summary

    Nested Classes
    Modifier and Type
    Interface
    Description
    static interface 
    Provides a mutator for a closed property.
    static interface 
    Provides a closed property.
  • Method Summary

    Modifier and Type
    Method
    Description
    boolean
    Retrieves the is-closed status.
  • Method Details

    • isClosed

      boolean isClosed()
      Retrieves the is-closed status. Determines whether the component's connection is closed. A component's connection is closed after being closed as of Closable.close().
      Returns:
      True in case of being closed.