| Package | Description |
|---|---|
| org.processmining.nlplogutils.algorithms.context | |
| org.processmining.nlplogutils.algorithms.cw.graph |
| Modifier and Type | Method and Description |
|---|---|
static ContextPosition |
ContextPosition.valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static ContextPosition[] |
ContextPosition.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
ContextPosition |
Node.getContextPosition() |
| Modifier and Type | Method and Description |
|---|---|
Node<T> |
GraphFactory.createNode(T eventClass,
ContextPosition contextPosition) |
| Constructor and Description |
|---|
Node(int id,
ContextPosition contextPosition,
T eventClass) |