Modifier and Type | Method and Description |
---|---|
PGraphInfoView<RepEGraph> |
EGraphToDFGModelConverterImpl.createPGraphInfoView(org.processmining.partialorder.models.graph.PartialOrderGraph graph,
RepEGraph object) |
PGraphInfoView<RepEGraph> |
EGraphToPGraphConverterBinaryImpl.createPGraphInfoView(org.processmining.partialorder.models.graph.PartialOrderGraph g,
RepEGraph object) |
PGraphInfoView<RepEGraph> |
EGraphToPGraphConverterImpl.createPGraphInfoView(org.processmining.partialorder.models.graph.PartialOrderGraph g,
RepEGraph object) |
Modifier and Type | Method and Description |
---|---|
PGraphVisView<RepEGraph> |
EGraphToDFGModelConverterImpl.createPGraphVisView(org.processmining.partialorder.models.graph.PartialOrderGraph graph,
PGraphInfoView<RepEGraph> infoView) |
PGraphVisView<RepEGraph> |
EGraphToPGraphConverterBinaryImpl.createPGraphVisView(org.processmining.partialorder.models.graph.PartialOrderGraph g,
PGraphInfoView<RepEGraph> infoView) |
PGraphVisView<RepEGraph> |
EGraphToPGraphConverterImpl.createPGraphVisView(org.processmining.partialorder.models.graph.PartialOrderGraph g,
PGraphInfoView<RepEGraph> infoView) |
Modifier and Type | Class and Description |
---|---|
class |
PGraphInfoViewComparableGImp |
Modifier and Type | Method and Description |
---|---|
PGraphInfoView<T> |
PGraphController.getPGraphInfoView(org.processmining.partialorder.models.graph.PartialOrderGraph graph,
T object) |
Modifier and Type | Method and Description |
---|---|
PGraphVisView<T> |
PGraphController.getPGraphVisView(org.processmining.partialorder.models.graph.PartialOrderGraph graph,
PGraphInfoView<T> infoView) |
Modifier and Type | Method and Description |
---|---|
PGraphInfoView<K> |
PGraphConverter.createPGraphInfoView(org.processmining.partialorder.models.graph.PartialOrderGraph graph,
K object) |
Modifier and Type | Method and Description |
---|---|
PGraphVisView<K> |
PGraphConverter.createPGraphVisView(org.processmining.partialorder.models.graph.PartialOrderGraph graph,
PGraphInfoView<K> infoView) |
Constructor and Description |
---|
PGraphVisView(org.processmining.partialorder.models.graph.PartialOrderGraph g,
PGraphInfoView<T> graphInfoViewPanel) |