public class EGraphToPGraphConverterBinaryImpl extends java.lang.Object implements PGraphConverter<RepEGraph>
| Constructor and Description |
|---|
EGraphToPGraphConverterBinaryImpl() |
| 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) |
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>