Package | Description |
---|---|
org.processmining.models.cnet |
Modifier and Type | Method and Description |
---|---|
CNetBinding.Type |
CNetBinding.getType() |
static CNetBinding.Type |
CNetBinding.Type.valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static CNetBinding.Type[] |
CNetBinding.Type.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Constructor and Description |
---|
CNetBinding(CNetBinding.Type type,
CNetNode node,
CNetNode... boundNodes)
Instantiates a binding using CNetNodes.
|
CNetBinding(CNetBinding.Type type,
CNetNode node,
java.util.Collection<? extends CNetNode> boundNodes)
Instantiates a binding using CNetNodes.
|