|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use AbstractArc | |
---|---|
petri_jfern | |
pnml.writer | |
vanted.gui | |
vanted.petrinetelements |
Uses of AbstractArc in petri_jfern |
---|
Methods in petri_jfern that return AbstractArc | |
---|---|
AbstractArc |
ArcMap.getArcV(org.rakiura.cpn.AbstractArc a)
Gets the arc v (vanted). |
Methods in petri_jfern that return types with arguments of type AbstractArc | |
---|---|
java.util.List<AbstractArc> |
ArcMap.getAllArcsV()
Gets the all arcs v (vanted). |
Methods in petri_jfern with parameters of type AbstractArc | |
---|---|
void |
ArcMap.addArc(AbstractArc arc,
org.rakiura.cpn.AbstractArc a)
Adds the arc. |
boolean |
ArcMap.containsKeyV(AbstractArc arc)
Contains key v. |
org.rakiura.cpn.AbstractArc |
ArcMap.getarcR(AbstractArc arc)
Gets the arc r (rakiura). |
void |
ArcMap.removeArcV(AbstractArc arc)
Removes the arc v (vanted). |
Uses of AbstractArc in pnml.writer |
---|
Methods in pnml.writer with parameters of type AbstractArc | |
---|---|
org.w3c.dom.Element |
PNMLParserDiscrete.createArcElement(AbstractArc arc,
org.w3c.dom.Document document)
|
org.w3c.dom.Element |
PNMLParserContinuous.createArcElement(AbstractArc arc,
org.w3c.dom.Document document)
|
abstract org.w3c.dom.Element |
AbstractPNMLParser.createArcElement(AbstractArc arc,
org.w3c.dom.Document document)
Creates a Arc Element for a PNML Petri-Net DOM |
Uses of AbstractArc in vanted.gui |
---|
Methods in vanted.gui with parameters of type AbstractArc | |
---|---|
void |
GUICompPlaceCapacity.removeElements(AbstractArc arc)
|
void |
GUICompDiscreteToken.removeElements(AbstractArc arc)
|
void |
GUICompContinuousToken.removeElements(AbstractArc arc)
|
void |
GUICompArcWeight.removeElements(AbstractArc arc)
|
abstract void |
AbstractGUIComp.removeElements(AbstractArc arc)
|
Uses of AbstractArc in vanted.petrinetelements |
---|
Subclasses of AbstractArc in vanted.petrinetelements | |
---|---|
class |
InArc
The Class InArc for arc handling, where the arc is an ingoing arc of a transition. |
class |
OutArc
The Class OutArc for arc handling, where the arc is an outgoing arc of a transition. |
Methods in vanted.petrinetelements that return types with arguments of type AbstractArc | |
---|---|
java.util.List<AbstractArc> |
PetriNet.getAllArcs()
Gets the all arcs. |
java.util.List<AbstractArc> |
Place.getArcs()
Gets the arcs of a place. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |