Uses of Class
com.scivicslab.pojoactor.workflow.Vertex
Packages that use Vertex
-
Uses of Vertex in com.scivicslab.pojoactor.workflow
Methods in com.scivicslab.pojoactor.workflow that return types with arguments of type VertexModifier and TypeMethodDescriptionMatrixCode.getSteps()Deprecated.MatrixCode.getVertices()Returns the workflow vertices.Methods in com.scivicslab.pojoactor.workflow with parameters of type VertexModifier and TypeMethodDescriptionInterpreter.getToState(Vertex vertex) Gets the to-state from a vertex.booleanInterpreter.matchesCurrentState(Vertex vertex) Checks if a vertex's from-state matches the current state.protected voidInterpreter.onEnterVertex(Vertex vertex) Hook method called when entering a vertex during workflow execution.Method parameters in com.scivicslab.pojoactor.workflow with type arguments of type VertexModifier and TypeMethodDescriptionvoidDeprecated.UseMatrixCode.setVertices(List)insteadvoidMatrixCode.setVertices(List<Vertex> vertices) Sets the workflow vertices.
MatrixCode.getVertices()instead