Package | Description |
---|---|
org.processmining.models.graphbased.directed.opennet | |
org.processmining.plugins.pnml.elements.extensions.opennet |
Modifier and Type | Method and Description |
---|---|
static OpenNetLabel.Type |
OpenNetLabel.Type.fromValue(java.lang.String value) |
OpenNetLabel.Type |
OpenNetLabel.getType() |
static OpenNetLabel.Type |
OpenNetLabel.Type.valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static OpenNetLabel.Type[] |
OpenNetLabel.Type.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
java.util.Collection<OpenNetLabel> |
OpenNetPort.getLabels(OpenNetLabel.Type type) |
Constructor and Description |
---|
OpenNetLabel(java.lang.String label,
java.lang.String id,
OpenNetLabel.Type type) |
Modifier and Type | Method and Description |
---|---|
protected abstract OpenNetLabel.Type |
PnmlLabel.getType() |
protected OpenNetLabel.Type |
PnmlLabel.Input.getType() |
protected OpenNetLabel.Type |
PnmlLabel.Output.getType() |
protected OpenNetLabel.Type |
PnmlLabel.Sync.getType() |