Package org.graphwalker.core.model
Class Vertex.RuntimeVertex
java.lang.Object
org.graphwalker.core.model.RuntimeBase
org.graphwalker.core.model.Vertex.RuntimeVertex
- All Implemented Interfaces:
Element
- Enclosing class:
Vertex
RuntimeVertex
Immutable class for Vertex This class is used in models. It guarantees that that the internal states of the instance will not change after it's construction.-
Method Summary
Modifier and TypeMethodDescriptionvoidaccept(ElementVisitor visitor) TODO Needs documentationbooleanGets the name of the shared state.inthashCode()booleanReturns true if the vertex has a valid shared state.Methods inherited from class org.graphwalker.core.model.RuntimeBase
getActions, getId, getName, getProperties, getProperty, getRequirements, hasActions, hasId, hasName, hasProperties, hasProperty, hasRequirements
-
Method Details
-
accept
TODO Needs documentation -
hashCode
public int hashCode()- Overrides:
hashCodein classRuntimeBase
-
equals
- Overrides:
equalsin classRuntimeBase