public class EGraphToPGraphConverterImpl extends java.lang.Object implements PGraphConverter<RepEGraph>
Constructor and Description |
---|
EGraphToPGraphConverterImpl(org.deckfour.xes.model.XLog log,
org.deckfour.xes.classification.XEventClasses xClasses,
RepEGraphs objects) |
Modifier and Type | Method and Description |
---|---|
org.processmining.partialorder.models.graph.PartialOrderGraph |
convert(RepEGraph object) |
org.processmining.partialorder.models.graph.PartialOrderGraph |
convert(RepEGraph object,
PGraphParameter parameter) |
PGraphInfoView<RepEGraph> |
createPGraphInfoView(org.processmining.partialorder.models.graph.PartialOrderGraph g,
RepEGraph object) |
PGraphVisView<RepEGraph> |
createPGraphVisView(org.processmining.partialorder.models.graph.PartialOrderGraph g,
PGraphInfoView<RepEGraph> infoView) |
float |
getEdgeWidth(int numTraces) |
java.awt.Color |
getNodeColor(int numTraces) |
public EGraphToPGraphConverterImpl(org.deckfour.xes.model.XLog log, org.deckfour.xes.classification.XEventClasses xClasses, RepEGraphs objects)
public java.awt.Color getNodeColor(int numTraces)
public float getEdgeWidth(int numTraces)
public org.processmining.partialorder.models.graph.PartialOrderGraph convert(RepEGraph object, PGraphParameter parameter)
convert
in interface PGraphConverter<RepEGraph>
public org.processmining.partialorder.models.graph.PartialOrderGraph convert(RepEGraph object)
convert
in interface PGraphConverter<RepEGraph>
public PGraphInfoView<RepEGraph> createPGraphInfoView(org.processmining.partialorder.models.graph.PartialOrderGraph g, RepEGraph object)
createPGraphInfoView
in interface PGraphConverter<RepEGraph>
public PGraphVisView<RepEGraph> createPGraphVisView(org.processmining.partialorder.models.graph.PartialOrderGraph g, PGraphInfoView<RepEGraph> infoView)
createPGraphVisView
in interface PGraphConverter<RepEGraph>