Uses of Class
edu.cmu.sei.aadl.model.properties.AbstractAadlPropertyValue

Packages that use AbstractAadlPropertyValue
edu.cmu.sei.aadl.model.properties This package contains interfaces and classes that are used in the lookup of property values. 
 

Uses of AbstractAadlPropertyValue in edu.cmu.sei.aadl.model.properties
 

Subclasses of AbstractAadlPropertyValue in edu.cmu.sei.aadl.model.properties
 class BogusPropertyValue
          Property value that is returned when the model is out of whack.
 class ListPropertyValue
          Representation of a existent, present property value.
 class NonExistentPropertyValue
          Representation of a non-existent property value.
 class ScalarPropertyValue
          Representation of a existent, present property value.
 class UndefinedByReferencePropertyValue
          Representation of a property value that is "undefined" because it references an "undefined" property value.
 class UndefinedPropertyValue
          Representation of an "undefined" property value.