Uses of Interface
fr.tpt.aadl.annex.behavior.aadlba.Target

Packages that use Target
fr.tpt.aadl.annex.behavior.aadlba   
fr.tpt.aadl.annex.behavior.utils   
 

Uses of Target in fr.tpt.aadl.annex.behavior.aadlba
 

Subinterfaces of Target in fr.tpt.aadl.annex.behavior.aadlba
 interface BehaviorVariableHolder
          A representation of the model object 'Behavior Variable Holder'
 interface DataAccessHolder
          A representation of the model object 'Data Access Holder'
 interface DataAccessPrototypeHolder
          A representation of the model object 'Data Access Prototype Holder'
 interface DataComponentReference
          A representation of the model object 'Data Component Reference'
 interface DataPortHolder
          A representation of the model object 'Data Port Holder'
 interface DataSubcomponentHolder
          A representation of the model object 'Data Subcomponent Holder'
 interface EventDataPortHolder
          A representation of the model object 'Event Data Port Holder'
 interface EventPortHolder
          A representation of the model object 'Event Port Holder'
 interface ParameterHolder
          A representation of the model object 'Parameter Holder'
 interface PortPrototypeHolder
          A representation of the model object 'Port Prototype Holder'
 interface StructUnionElementHolder
          A representation of the model object 'Struct Union Element Holder'
 

Methods in fr.tpt.aadl.annex.behavior.aadlba that return Target
 Target AadlBaFactory.createTarget()
          Returns a new object of class 'Target'
 Target AssignmentAction.getTarget()
          Returns the value of the 'Target' containment reference
 Target PortDequeueAction.getTarget()
          Returns the value of the 'Target' containment reference
 

Methods in fr.tpt.aadl.annex.behavior.aadlba with parameters of type Target
 void AssignmentAction.setTarget(Target value)
          Sets the value of the 'Target' containment reference
 void PortDequeueAction.setTarget(Target value)
          Sets the value of the 'Target' containment reference
 

Uses of Target in fr.tpt.aadl.annex.behavior.utils
 

Methods in fr.tpt.aadl.annex.behavior.utils with parameters of type Target
static java.lang.String AadlBaUtils.getDataAccessRight(Target tar)
          If the given Target object is a DataAccessHolder object or a DataComponentReference object which first element is a DataAccessHolder object, it returns the data access right or null if the default data access right is not set.
static org.osate.aadl2.DirectionType AadlBaUtils.getDirectionType(Target tar)
          Returns the direction type of the object binded to the given Target or null if the binded object is not an instance of :
_ DirectedFeature.
static boolean AadlBaUtils.isSameTarget(Target tar0, Target tar1)
          Compare the given Target objects.