Uses of Class
vanted.petrinetelements.misc.HideCapacity

Packages that use HideCapacity
vanted.attribute   
vanted.petrinetelements   
 

Uses of HideCapacity in vanted.attribute
 

Methods in vanted.attribute that return HideCapacity
 HideCapacity HideCapacityAttribute.getHideCapacity()
          Gets the hide capacity.
 

Methods in vanted.attribute with parameters of type HideCapacity
 void HideCapacityAttribute.addHideCapacity(HideCapacity hideCapacity)
          Adds the hide capacity.
 

Uses of HideCapacity in vanted.petrinetelements
 

Methods in vanted.petrinetelements that return HideCapacity
 HideCapacity PetriNet.getHideCapacity()
          Get the object HideCapacity which contains true (hiding all capacities), or false.
 

Methods in vanted.petrinetelements with parameters of type HideCapacity
 void PetriNet.addHideCapacity(HideCapacity hideCapacity)
          Adds the object HideCapacity to the HideCapacityAttribute.