Uses of Interface
edu.cmu.sei.aadl.model.property.ClassifierValue

Packages that use ClassifierValue
edu.cmu.sei.aadl.model.property   
edu.cmu.sei.aadl.model.property.impl   
edu.cmu.sei.aadl.model.property.util   
 

Uses of ClassifierValue in edu.cmu.sei.aadl.model.property
 

Methods in edu.cmu.sei.aadl.model.property that return ClassifierValue
 ClassifierValue PropertyFactory.createClassifierValue()
          Returns a new object of class 'Classifier Value'
 

Methods in edu.cmu.sei.aadl.model.property with parameters of type ClassifierValue
 void PropertyDefinition.addAppliesToClassifier(ClassifierValue value)
          Adds to the list the value of the 'Applies To Classifier' containment reference list
 

Uses of ClassifierValue in edu.cmu.sei.aadl.model.property.impl
 

Classes in edu.cmu.sei.aadl.model.property.impl that implement ClassifierValue
 class ClassifierValueImpl
          An implementation of the model object 'Classifier Value'
 

Methods in edu.cmu.sei.aadl.model.property.impl that return ClassifierValue
 ClassifierValue PropertyFactoryImpl.createClassifierValue()
           
 

Methods in edu.cmu.sei.aadl.model.property.impl with parameters of type ClassifierValue
 void PropertyDefinitionImpl.addAppliesToClassifier(ClassifierValue newAppliesToClassifier)
          phf: add element to multiplicity EList
 

Uses of ClassifierValue in edu.cmu.sei.aadl.model.property.util
 

Methods in edu.cmu.sei.aadl.model.property.util with parameters of type ClassifierValue
 java.lang.Object PropertySwitch.caseClassifierValue(ClassifierValue object)
          Returns the result of interpretting the object as an instance of 'Classifier Value'