public class YawlAndConverter extends java.lang.Object implements YawlConverter
Constructor and Description |
---|
YawlAndConverter(YawlConversionType conversionType) |
Modifier and Type | Method and Description |
---|---|
org.processmining.framework.util.Pair<org.yawlfoundation.yawl.editor.elements.model.VertexContainer,org.yawlfoundation.yawl.editor.elements.model.VertexContainer> |
convert(ProcessTree tree,
Node node,
org.yawlfoundation.yawl.editor.net.NetGraphModel netGraphModel,
org.yawlfoundation.yawl.editor.elements.model.VertexContainer exitNode,
ProcessTree2Yawl pt2y,
java.util.Map<Edge,org.processmining.framework.util.Pair<org.yawlfoundation.yawl.editor.elements.model.EngineIdentifier,org.yawlfoundation.yawl.editor.elements.model.EngineIdentifier>> mappingEdgeIds) |
public YawlAndConverter(YawlConversionType conversionType)
public org.processmining.framework.util.Pair<org.yawlfoundation.yawl.editor.elements.model.VertexContainer,org.yawlfoundation.yawl.editor.elements.model.VertexContainer> convert(ProcessTree tree, Node node, org.yawlfoundation.yawl.editor.net.NetGraphModel netGraphModel, org.yawlfoundation.yawl.editor.elements.model.VertexContainer exitNode, ProcessTree2Yawl pt2y, java.util.Map<Edge,org.processmining.framework.util.Pair<org.yawlfoundation.yawl.editor.elements.model.EngineIdentifier,org.yawlfoundation.yawl.editor.elements.model.EngineIdentifier>> mappingEdgeIds)
convert
in interface YawlConverter