Package org.openremote.model.flow
Class Slot
java.lang.Object
org.openremote.model.flow.FlowObject
org.openremote.model.flow.Slot
- All Implemented Interfaces:
IdentifiableEntity<FlowObject>
-
Field Summary
FieldsFields inherited from class org.openremote.model.flow.FlowObject
id, label, type
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionboolean
void
setConnectable
(boolean connectable) void
void
setPropertyPath
(String propertyPath) toString()
Methods inherited from class org.openremote.model.flow.FlowObject
equals, getDefaultedLabel, getId, getLabel, getType, hashCode, isLabelEmpty, isOfType, setId, setLabel, toTypeIdString
-
Field Details
-
TYPE_SINK
- See Also:
-
TYPE_SOURCE
- See Also:
-
node
-
connectable
public boolean connectable -
peerId
-
propertyPath
-
-
Constructor Details
-
Slot
protected Slot() -
Slot
-
Slot
-
Slot
-
Slot
-
Slot
-
Slot
-
Slot
-
-
Method Details
-
isConnectable
public boolean isConnectable() -
setConnectable
public void setConnectable(boolean connectable) -
getPeerId
-
setPeerId
-
getPropertyPath
-
setPropertyPath
-
toString
- Overrides:
toString
in classFlowObject
-