Uses of Class
edu.cmu.sei.aadl.model.parsesupport.LocationReference

Packages that use LocationReference
edu.cmu.sei.aadl.model.core   
edu.cmu.sei.aadl.model.core.impl This package contains interfaces and classes that represent the abstract component objects as well as the pacakge concepts. 
edu.cmu.sei.aadl.model.parsesupport   
edu.cmu.sei.aadl.model.pluginsupport   
 

Uses of LocationReference in edu.cmu.sei.aadl.model.core
 

Methods in edu.cmu.sei.aadl.model.core that return LocationReference
 LocationReference AObject.getLocationReference()
          Return the 'location reference' attribute.
 

Methods in edu.cmu.sei.aadl.model.core with parameters of type LocationReference
 void AObject.setLocationReference(LocationReference lr)
          Set the 'location reference' attribute.
 

Uses of LocationReference in edu.cmu.sei.aadl.model.core.impl
 

Fields in edu.cmu.sei.aadl.model.core.impl declared as LocationReference
protected  LocationReference AObjectImpl.locationReference
          hold locatipon reference for defining identifier
 

Methods in edu.cmu.sei.aadl.model.core.impl that return LocationReference
 LocationReference AObjectImpl.getLocationReference()
          Returns the 'location reference' attribute.
 

Methods in edu.cmu.sei.aadl.model.core.impl with parameters of type LocationReference
 void AObjectImpl.setLocationReference(LocationReference lr)
          sets the 'location reference' attribute.
 

Uses of LocationReference in edu.cmu.sei.aadl.model.parsesupport
 

Subclasses of LocationReference in edu.cmu.sei.aadl.model.parsesupport
 class ClassifierOrFeatureReference
           
 class ClassifierReference
           
 class FeatureReference
           
 class NamedElementReference
           
 class ParsedPropertyReference
           
 class RefinedReference
           
 

Uses of LocationReference in edu.cmu.sei.aadl.model.pluginsupport
 

Methods in edu.cmu.sei.aadl.model.pluginsupport with parameters of type LocationReference
 void ParseErrorReporter.error(LocationReference loc, java.lang.String message)
          Report an error.
 void AbstractParseErrorReporter.error(LocationReference loc, java.lang.String message)
           
 void ParseErrorReporter.info(LocationReference loc, java.lang.String message)
          Report information about an AADL text file.
 void AbstractParseErrorReporter.info(LocationReference loc, java.lang.String message)
           
 void ParseErrorReporter.warning(LocationReference loc, java.lang.String message)
          Report a warning about an AADL text file.
 void AbstractParseErrorReporter.warning(LocationReference loc, java.lang.String message)