- java.lang.Object
-
- org.praxislive.core.protocols.ContainerProtocol
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from interface org.praxislive.core.Protocol
Protocol.Type<T extends Protocol>, Protocol.TypeProvider
-
-
Field Summary
Fields Modifier and Type Field Description static StringADD_CHILDstatic ControlInfoADD_CHILD_INFOstatic ComponentInfoAPI_INFOstatic StringCHILDRENstatic ControlInfoCHILDREN_INFOstatic StringCONNECTstatic ControlInfoCONNECT_INFOstatic StringCONNECTIONSstatic ControlInfoCONNECTIONS_INFOstatic StringDISCONNECTstatic ControlInfoDISCONNECT_INFOstatic ContainerProtocolINSTANCEstatic StringREMOVE_CHILDstatic ControlInfoREMOVE_CHILD_INFO
-
Constructor Summary
Constructors Constructor Description ContainerProtocol()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Stream<String>controls()ControlInfogetControlInfo(String control)
-
-
-
Field Detail
-
INSTANCE
public static final ContainerProtocol INSTANCE
-
ADD_CHILD
public static final String ADD_CHILD
- See Also:
- Constant Field Values
-
REMOVE_CHILD
public static final String REMOVE_CHILD
- See Also:
- Constant Field Values
-
CHILDREN
public static final String CHILDREN
- See Also:
- Constant Field Values
-
CONNECT
public static final String CONNECT
- See Also:
- Constant Field Values
-
DISCONNECT
public static final String DISCONNECT
- See Also:
- Constant Field Values
-
CONNECTIONS
public static final String CONNECTIONS
- See Also:
- Constant Field Values
-
ADD_CHILD_INFO
public static final ControlInfo ADD_CHILD_INFO
-
REMOVE_CHILD_INFO
public static final ControlInfo REMOVE_CHILD_INFO
-
CHILDREN_INFO
public static final ControlInfo CHILDREN_INFO
-
CONNECT_INFO
public static final ControlInfo CONNECT_INFO
-
DISCONNECT_INFO
public static final ControlInfo DISCONNECT_INFO
-
CONNECTIONS_INFO
public static final ControlInfo CONNECTIONS_INFO
-
API_INFO
public static final ComponentInfo API_INFO
-
-
Method Detail
-
getControlInfo
public ControlInfo getControlInfo(String control)
- Specified by:
getControlInfoin interfaceProtocol
-
-