Uses of Class
vanted.petrinetelements.InArc

Packages that use InArc
vanted.petrinetelements   
 

Uses of InArc in vanted.petrinetelements
 

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

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

Method parameters in vanted.petrinetelements with type arguments of type InArc
 void Transition.setInArcs(java.util.List<InArc> inArcs)
          Sets the in arcs of the transition.
 void Place.setInArcs(java.util.List<InArc> inArcs)
          Sets the in arcs of a place.