Uses of Class
vanted.petrinetelements.Capacity

Packages that use Capacity
vanted.attribute   
vanted.petrinetelements   
 

Uses of Capacity in vanted.attribute
 

Methods in vanted.attribute that return Capacity
 Capacity CapacityAttribute.getCapacity()
          Gets the capacity.
 

Methods in vanted.attribute with parameters of type Capacity
 void CapacityAttribute.addCapacity(Capacity capacity)
          Adds the capacity.
 

Uses of Capacity in vanted.petrinetelements
 

Methods in vanted.petrinetelements that return Capacity
 Capacity Place.getCapacity()
          Gets the capacity of a place.
 

Methods in vanted.petrinetelements with parameters of type Capacity
 void Place.addCapacity(Capacity capacity)
          Adds the capacity of a place (if the place is a logical place then the capacities of the associated places are also added).