Package | Description |
---|---|
org.processmining.plugins.alignetc.core |
Modifier and Type | Field and Description |
---|---|
ReplayAutomatonArc.ArcType |
ReplayAutomatonArc.type |
Modifier and Type | Method and Description |
---|---|
static ReplayAutomatonArc.ArcType |
ReplayAutomatonArc.ArcType.valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static ReplayAutomatonArc.ArcType[] |
ReplayAutomatonArc.ArcType.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
void |
ReplayAutomatonNode.addArc(org.processmining.models.graphbased.directed.petrinet.elements.Transition trans,
ReplayAutomatonNode target,
ReplayAutomatonArc.ArcType type) |
Constructor and Description |
---|
ReplayAutomatonArc(ReplayAutomatonArc.ArcType type,
ReplayAutomatonNode target) |