Class PropertySetBlock
java.lang.Object
com.inductiveautomation.ignition.designer.blockandconnector.model.impl.AbstractBlock
com.inductiveautomation.ignition.alarming.designer.workspace.PropertySetBlock
- All Implemented Interfaces:
Block
- Direct Known Subclasses:
PipelineBlock
,StartBlock
Abstract superclass for pipeline blocks that are backed by an
ObservablePropertySet
-
Field Summary
FieldsFields inherited from class com.inductiveautomation.ignition.designer.blockandconnector.model.impl.AbstractBlock
listeners
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionabstract ObservablePropertySet
abstract void
getConnections
(PipelineBlockModel model, List<Connection> connections) Methods inherited from class com.inductiveautomation.ignition.designer.blockandconnector.model.impl.AbstractBlock
addBlockListener, equals, fireBlockMoved, fireUIChanged, hashCode, removeBlockListener
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
Methods inherited from interface com.inductiveautomation.ignition.designer.blockandconnector.model.Block
copy, getAnchorPoints, getDefaultDropAnchor, getId, getLocation, initUI, setLocation
-
Field Details
-
LOCATION
-
-
Constructor Details
-
PropertySetBlock
public PropertySetBlock()
-
-
Method Details
-
getBackingSet
-
getOutput
-
getConnections
-