public class VertexInfo extends Object
| Modifier and Type | Field and Description |
|---|---|
BpmnElement |
v
The vertex itself.
|
boolean |
visited
A mark for whether this vertex has been visited.
|
| Constructor and Description |
|---|
VertexInfo(BpmnElement v)
Constructs information for the given vertex.
|
| Modifier and Type | Method and Description |
|---|---|
void |
clear()
Resets the visited field.
|
boolean |
variableVisited(String varName) |
void |
visitVariable(String varName) |
public BpmnElement v
public boolean visited
public VertexInfo(BpmnElement v)
v - BpmnElementCopyright © 2018 viadee Unternehmensberatung GmbH. All rights reserved.