Package | Description |
---|---|
org.processmining.models.cnet | |
org.processmining.models.visualcnet.util |
Modifier and Type | Field and Description |
---|---|
protected java.util.Map<CNetNode,java.util.Set<CNetBinding>> |
CNet.inputBindings
The input bindings in the CNet
|
protected java.util.Map<CNetNode,java.util.Set<CNetBinding>> |
CNet.outputBindings
The output bindings in the CNet
|
Modifier and Type | Method and Description |
---|---|
CNetBinding |
CNet.addInputBinding(CNetNode node,
CNetNode... nodes)
Add an input binding
|
CNetBinding |
CNet.addInputBinding(CNetNode node,
java.util.Collection<? extends CNetNode> nodes)
Add an input binding
|
CNetBinding |
CNet.addOutputBinding(CNetNode node,
CNetNode... nodes)
Add an output binding
|
CNetBinding |
CNet.addOutputBinding(CNetNode node,
java.util.Collection<? extends CNetNode> nodes)
Add an output binding
|
Modifier and Type | Method and Description |
---|---|
java.util.Set<CNetBinding> |
CNet.getBindings()
Returns the bindings of this net
|
java.util.Set<CNetBinding> |
CNet.getBindings(CNetNode node)
Returns the bindings of the given node
|
java.util.Set<CNetBinding> |
CNet.getInputBindings()
Returns the input bindings of this net
|
java.util.Set<CNetBinding> |
CNet.getInputBindings(CNetNode node)
Returns the input bindings of the given node
|
java.util.Set<CNetBinding> |
CNet.getOutputBindings()
Returns the output bindings of this net
|
java.util.Set<CNetBinding> |
CNet.getOutputBindings(CNetNode node)
Returns the output bindings of the given node
|
Modifier and Type | Method and Description |
---|---|
void |
CNet.removeBinding(CNetBinding binding)
removes a binding
|
Modifier and Type | Method and Description |
---|---|
static java.lang.String |
TextTransformer.getBindingLabelHTMLTable(java.util.Set<CNetBinding> setBindings) |
static java.lang.String |
TextTransformer.getBindingLabels(java.util.Set<CNetBinding> setBindings) |