public class VertexInfo extends Object
| Constructor and Description |
|---|
VertexInfo(BpmnElement vertex)
Constructs information for the given vertex.
|
| Modifier and Type | Method and Description |
|---|---|
void |
clear()
Resets the visited field.
|
BpmnElement |
getVertex() |
boolean |
getVisited() |
void |
setVertex(BpmnElement vertex) |
void |
setVisited(boolean visited) |
boolean |
variableVisited(String varName)
Checks whether a variable has been visited
|
void |
visitVariable(String varName)
Puts variable into Map
|
public VertexInfo(BpmnElement vertex)
vertex - BpmnElementpublic void visitVariable(String varName)
varName - Name of variablepublic boolean variableVisited(String varName)
varName - Name of variablepublic void clear()
public void setVisited(boolean visited)
public boolean getVisited()
public void setVertex(BpmnElement vertex)
public BpmnElement getVertex()
Copyright © 2019 viadee Unternehmensberatung AG. All rights reserved.