Uses of Class
org.processmining.models.graphbased.directed.petrinet.elements.Arc
-
-
Uses of Arc in org.processmining.models.graphbased.directed.petrinet
Methods in org.processmining.models.graphbased.directed.petrinet that return Arc Modifier and Type Method Description ArcPetrinetGraph. addArc(Place p, Transition t)ArcPetrinetGraph. addArc(Place p, Transition t, int weight)ArcPetrinetGraph. addArc(Place p, Transition t, int weight, ExpandableSubNet parent)ArcPetrinetGraph. addArc(Place p, Transition t, ExpandableSubNet parent)ArcPetrinetGraph. addArc(Transition t, Place p)ArcPetrinetGraph. addArc(Transition t, Place p, int weight)ArcPetrinetGraph. addArc(Transition t, Place p, int weight, ExpandableSubNet parent)ArcPetrinetGraph. addArc(Transition t, Place p, ExpandableSubNet parent)ArcPetrinetGraph. getArc(PetrinetNode source, PetrinetNode target)ArcPetrinetGraph. removeArc(PetrinetNode source, PetrinetNode target) -
Uses of Arc in org.processmining.models.graphbased.directed.petrinet.configurable.elements
Methods in org.processmining.models.graphbased.directed.petrinet.configurable.elements that return types with arguments of type Arc Modifier and Type Method Description ConfigurableFeature<Arc,java.lang.Integer>ConfigurableArcWeight. cloneFor(Arc newElement)ConfigurableFeature<Arc,java.lang.Integer>ParameterizedArc. cloneFor(Arc newElement)Methods in org.processmining.models.graphbased.directed.petrinet.configurable.elements with parameters of type Arc Modifier and Type Method Description ConfigurableFeature<Arc,java.lang.Integer>ConfigurableArcWeight. cloneFor(Arc newElement)ConfigurableFeature<Arc,java.lang.Integer>ParameterizedArc. cloneFor(Arc newElement)Constructors in org.processmining.models.graphbased.directed.petrinet.configurable.elements with parameters of type Arc Constructor Description ConfigurableArcWeight(java.lang.String id, Arc element, java.lang.Integer min, java.lang.Integer max, java.lang.Integer defaultValue)ParameterizedArc(java.lang.String id, Arc element, java.lang.Integer min, java.lang.Integer max, java.lang.String expression, java.util.List<ConfigurableParameter<java.lang.Integer>> inputParameters)Create a new parameterized marking of this place.ParameterizedArc(Arc element, java.lang.Integer min, java.lang.Integer max, java.lang.String expression, java.util.List<ConfigurableParameter<java.lang.Integer>> inputParameters)Create a new parameterized marking of this place. -
Uses of Arc in org.processmining.models.graphbased.directed.petrinet.impl
Fields in org.processmining.models.graphbased.directed.petrinet.impl with type parameters of type Arc Modifier and Type Field Description protected java.util.Set<Arc>AbstractResetInhibitorNet. arcsMethods in org.processmining.models.graphbased.directed.petrinet.impl that return Arc Modifier and Type Method Description ArcAbstractResetInhibitorNet. addArc(Place p, Transition t)ArcAbstractResetInhibitorNet. addArc(Place p, Transition t, int weight)ArcAbstractResetInhibitorNet. addArc(Place p, Transition t, int weight, ExpandableSubNet parent)ArcAbstractResetInhibitorNet. addArc(Place p, Transition t, ExpandableSubNet parent)ArcAbstractResetInhibitorNet. addArc(Transition t, Place p)ArcAbstractResetInhibitorNet. addArc(Transition t, Place p, int weight)ArcAbstractResetInhibitorNet. addArc(Transition t, Place p, int weight, ExpandableSubNet parent)ArcAbstractResetInhibitorNet. addArc(Transition t, Place p, ExpandableSubNet parent)protected ArcAbstractResetInhibitorNet. addArcPrivate(PetrinetNode src, PetrinetNode trgt, int weight, ExpandableSubNet parent)ArcAbstractResetInhibitorNet. getArc(PetrinetNode source, PetrinetNode target)ArcAbstractResetInhibitorNet. removeArc(PetrinetNode source, PetrinetNode target) -
Uses of Arc in org.processmining.plugins.petrinet.configurable.ui.impl
Methods in org.processmining.plugins.petrinet.configurable.ui.impl that return types with arguments of type Arc Modifier and Type Method Description ConfigurableIntegerFeature<Arc>ConfigurableIntegerFeature_UI.ConfigurableArcWeightFeature_UI. getConfigured()Constructor parameters in org.processmining.plugins.petrinet.configurable.ui.impl with type arguments of type Arc Constructor Description ConfigurableArcWeightFeature_UI(javax.swing.JComponent root, ConfigurableIntegerFeature<Arc> feature, int line_height) -
Uses of Arc in org.processmining.plugins.pnml.elements.extensions
Methods in org.processmining.plugins.pnml.elements.extensions with parameters of type Arc Modifier and Type Method Description voidPnmlInscription. convertToNet(Arc arc)Sets the weight of the given arc in the given net to this inscription.
-