Modifier and Type | Method and Description |
---|---|
PetrinetDecorated |
EPTree2Petrinet.transform(IEPTree input) |
Modifier and Type | Method and Description |
---|---|
org.processmining.plugins.graphviz.dot.Dot |
Petrinet2Dot.apply(PetrinetDecorated input) |
com.kitfox.svg.SVGDiagram |
Petrinet2DotSvg.apply(PetrinetDecorated input) |
org.processmining.plugins.graphviz.dot.Dot |
Petrinet2Dot.transform(PetrinetDecorated input) |
com.kitfox.svg.SVGDiagram |
Petrinet2DotSvg.transform(PetrinetDecorated input,
org.processmining.plugins.graphviz.dot.Dot.GraphDirection layoutDir) |
com.kitfox.svg.SVGDiagram |
Petrinet2DotSvg.transform(PetrinetDecorated input,
org.processmining.plugins.graphviz.dot.Dot.GraphDirection layoutDir,
java.util.Set<java.lang.String> selectedIds,
IActivityLabeler activityLabeler,
IDotDecorator<org.processmining.models.graphbased.directed.petrinet.elements.Transition,org.processmining.models.graphbased.directed.petrinet.elements.Arc,PetrinetDecorated> dotDecorator) |
Modifier and Type | Method and Description |
---|---|
com.kitfox.svg.SVGDiagram |
Petrinet2DotSvg.transform(PetrinetDecorated input,
org.processmining.plugins.graphviz.dot.Dot.GraphDirection layoutDir,
java.util.Set<java.lang.String> selectedIds,
IActivityLabeler activityLabeler,
IDotDecorator<org.processmining.models.graphbased.directed.petrinet.elements.Transition,org.processmining.models.graphbased.directed.petrinet.elements.Arc,PetrinetDecorated> dotDecorator) |
Constructor and Description |
---|
Petrinet2Dot(org.processmining.plugins.graphviz.dot.Dot.GraphDirection layoutDir,
java.util.Set<java.lang.String> selectedIds,
IActivityLabeler activityLabeler,
IDotDecorator<org.processmining.models.graphbased.directed.petrinet.elements.Transition,org.processmining.models.graphbased.directed.petrinet.elements.Arc,PetrinetDecorated> dotDecorator) |
Modifier and Type | Method and Description |
---|---|
PetrinetDecorated |
XAlignedTreeLog.getPerinet() |
PetrinetDecorated |
XAlignedTreeLogImpl.getPerinet() |
Constructor and Description |
---|
XAlignedTreeLogImpl(org.processmining.xesalignmentextension.XAlignmentExtension.XAlignedLog alignedLog,
double precision,
IEPTree tree,
PetrinetDecorated net) |
Modifier and Type | Method and Description |
---|---|
void |
PTnetMetricDecorator.ModelAwareEdge2Node.visitModel(PetrinetDecorated model) |
void |
PTnetMetricDecorator.visitModel(PetrinetDecorated model,
org.processmining.plugins.graphviz.dot.Dot dot) |
Modifier and Type | Method and Description |
---|---|
protected PetrinetDecorated |
EPTree2PetrinetRecipe.execute(IEPTree input) |
Modifier and Type | Field and Description |
---|---|
IDotDecorator<org.processmining.models.graphbased.directed.petrinet.elements.Transition,org.processmining.models.graphbased.directed.petrinet.elements.Arc,PetrinetDecorated> |
Petrinet2DotSVGRecipe.Parameters.dotDecorator |
Modifier and Type | Method and Description |
---|---|
static IDotDecorator<org.processmining.models.graphbased.directed.petrinet.elements.Transition,org.processmining.models.graphbased.directed.petrinet.elements.Arc,PetrinetDecorated> |
Petrinet2DotSVGRecipe.Parameters.createAlignMetricUiDecorator(AnalysisAlignMetricOverlay selectedAlignMetric,
MetricValueScale.StatMode statMode) |
Modifier and Type | Method and Description |
---|---|
protected com.kitfox.svg.SVGDiagram |
Petrinet2DotSVGRecipe.execute(PetrinetDecorated input) |
Modifier and Type | Method and Description |
---|---|
protected FitnessPrecision |
FitnessPrecisionRecipe.execute(org.apache.commons.lang3.tuple.Pair<org.deckfour.xes.model.XLog,PetrinetDecorated> input) |
Modifier and Type | Field and Description |
---|---|
static RecipeArtifactD2<FitnessPrecision,org.deckfour.xes.model.XLog,PetrinetDecorated> |
CancellationArtifacts.Metrics |
static RecipeArtifactD1<PetrinetDecorated,IEPTree> |
CancellationArtifacts.PTnet |
static RecipeArtifactD1<com.kitfox.svg.SVGDiagram,PetrinetDecorated> |
CancellationArtifacts.PTnetSVG |
Modifier and Type | Method and Description |
---|---|
<T> void |
DiscoveryWorkbenchController.exportPetrinet(RecipeArtifactD1<PetrinetDecorated,T> petrinetRecipe,
java.lang.String name) |
Modifier and Type | Field and Description |
---|---|
static RecipeArtifactD1<PetrinetDecorated,IEPTree> |
WorkbenchArtifacts.Petrinet |
static RecipeArtifactD1<PetrinetDecorated,IEPTree> |
WorkbenchArtifacts.PetrinetBasic |
static RecipeArtifactD1<com.kitfox.svg.SVGDiagram,PetrinetDecorated> |
WorkbenchArtifacts.PetrinetBasicDotSVG |
static RecipeArtifactD1<com.kitfox.svg.SVGDiagram,PetrinetDecorated> |
WorkbenchArtifacts.PetrinetDotSVG |
static RecipeArtifactD1<PetrinetDecorated,IEPTree> |
WorkbenchArtifacts.PetrinetExport |