Uses of Class
vanted.petrinetelements.OutArc

Packages that use OutArc
vanted.petrinetelements   
 

Uses of OutArc in vanted.petrinetelements
 

Methods in vanted.petrinetelements that return types with arguments of type OutArc
 java.util.List<OutArc> Place.getInArcs()
          Gets the in arcs of a place.
 java.util.List<OutArc> Transition.getOutArcs()
          Gets the out arcs of the transition.
 

Methods in vanted.petrinetelements with parameters of type OutArc
 void Place.addInArc(OutArc arc)
          Adds the in arc of a place.
 void Transition.addOutArc(OutArc arc)
          Adds the out arc of the transition.
 

Method parameters in vanted.petrinetelements with type arguments of type OutArc
 void Transition.setOutArcs(java.util.List<OutArc> outArcs)
          Sets the out arcs of the transition.
 void Place.setOutArcs(java.util.List<OutArc> outArcs)
          Sets the out arcs of a place.