Uses of Class
vanted.petrinetelements.ArcWeight

Packages that use ArcWeight
vanted.attribute   
vanted.petrinetelements   
 

Uses of ArcWeight in vanted.attribute
 

Methods in vanted.attribute that return ArcWeight
 ArcWeight ArcWeightAttribute.getArcWeight()
          Gets the arc-weight.
 

Methods in vanted.attribute with parameters of type ArcWeight
 void ArcWeightAttribute.addArcWeight(ArcWeight arcWeight)
          Adds the arc-weight.
 

Uses of ArcWeight in vanted.petrinetelements
 

Methods in vanted.petrinetelements that return ArcWeight
 ArcWeight AbstractArc.getArcWeight()
          Gets the object ArcWeight which contains an object with the arc-weight.
 

Methods in vanted.petrinetelements with parameters of type ArcWeight
 void AbstractArc.addArcWeight(ArcWeight arcWeight)
          Adds the object ArcWeight to the ArcWeightAttribute.