Class AbstractVertexElement
-
- All Implemented Interfaces:
Serializable
- Direct Known Subclasses:
AbstractSkippedVertexElement
,ExecutedFlowNodeElement
,GivenOutputElement
,ScriptNodeElement
,TransitionElement
public abstract class AbstractVertexElement extends AbstractElementWithScriptingAndMetadata
Abstract base class for vertex elements in the history path.
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description String
getDescription()
String
getName()
String
getVertexId()
String
toString()
-
Methods inherited from class AbstractElementWithScriptingAndMetadata
getMetadata
-
Methods inherited from class AbstractElementWithScripting
getChangedFlowVariables
-
Methods inherited from class AbstractElementWithSessionScripting
getChangedSessionVariables
-
Methods inherited from class PathElement
getPropertyGetters, getType
-
-
-
-
Method Detail
-
getName
public String getName()
- Specified by:
getName
in classPathElement
-
getDescription
public String getDescription()
- Specified by:
getDescription
in classPathElement
-
getVertexId
public final String getVertexId()
-
toString
public String toString()
- Overrides:
toString
in classAbstractElementWithScriptingAndMetadata
-
-