public class YawlNetConnection extends YawlLogModelConnection<org.yawlfoundation.yawl.editor.elements.model.YAWLVertex,org.yawlfoundation.yawl.editor.elements.model.YAWLFlowRelation>
CLASSES, LOG, MODEL| Constructor and Description |
|---|
YawlNetConnection(org.deckfour.xes.model.XLog log,
org.deckfour.xes.classification.XEventClasses classes,
org.yawlfoundation.yawl.editor.net.NetGraph graph,
java.util.Set<org.yawlfoundation.yawl.editor.elements.model.YAWLVertex> vertices,
java.util.Collection<org.processmining.framework.util.Pair<org.yawlfoundation.yawl.editor.elements.model.YAWLVertex,org.deckfour.xes.classification.XEventClass>> relations)
Default constructor
|
| Modifier and Type | Method and Description |
|---|---|
static YawlNetConnection |
logYawlConnectionFactory(org.processmining.framework.plugin.PluginContext context,
org.deckfour.xes.model.XLog log,
org.deckfour.xes.classification.XEventClasses classes,
org.yawlfoundation.yawl.editor.net.NetGraph graph,
java.lang.Object[] vertices,
java.util.Collection<org.processmining.framework.util.Pair<org.yawlfoundation.yawl.editor.elements.model.YAWLVertex,org.deckfour.xes.classification.XEventClass>> relations)
Static factory to produce LogFlexConnection
|
getActivitiesFor, getMappableNodes, getNodesFor, isBijectionFromActivityToNode, isBijectionFromNodeToActivity, isInjectionFromActivityToNode, isInjectionFromNodeToActivity, isSurjectionFromActivityToNode, isSurjectionFromNodeToActivityisRemoved, putStrongpublic YawlNetConnection(org.deckfour.xes.model.XLog log,
org.deckfour.xes.classification.XEventClasses classes,
org.yawlfoundation.yawl.editor.net.NetGraph graph,
java.util.Set<org.yawlfoundation.yawl.editor.elements.model.YAWLVertex> vertices,
java.util.Collection<org.processmining.framework.util.Pair<org.yawlfoundation.yawl.editor.elements.model.YAWLVertex,org.deckfour.xes.classification.XEventClass>> relations)
log - classes - graph - relations - public static YawlNetConnection logYawlConnectionFactory(org.processmining.framework.plugin.PluginContext context, org.deckfour.xes.model.XLog log, org.deckfour.xes.classification.XEventClasses classes, org.yawlfoundation.yawl.editor.net.NetGraph graph, java.lang.Object[] vertices, java.util.Collection<org.processmining.framework.util.Pair<org.yawlfoundation.yawl.editor.elements.model.YAWLVertex,org.deckfour.xes.classification.XEventClass>> relations)
context - log - classes - graph - relations -