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

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

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

Subinterfaces of BehaviorTime in fr.tpt.aadl.annex.behavior.aadlba
 interface CompletionRelativeTimeout
          A representation of the model object 'Completion Relative Timeout'
 

Methods in fr.tpt.aadl.annex.behavior.aadlba that return BehaviorTime
 BehaviorTime AadlBaFactory.createBehaviorTime()
          Returns a new object of class 'Behavior Time'
 BehaviorTime TimedAction.getLowerTime()
          Returns the value of the 'Lower Time' containment reference
 BehaviorTime BehaviorActionBlock.getTimeout()
          Returns the value of the 'Timeout' containment reference
 BehaviorTime TimedAction.getUpperTime()
          Returns the value of the 'Upper Time' containment reference
 

Methods in fr.tpt.aadl.annex.behavior.aadlba with parameters of type BehaviorTime
 void TimedAction.setLowerTime(BehaviorTime value)
          Sets the value of the 'Lower Time' containment reference
 void BehaviorActionBlock.setTimeout(BehaviorTime value)
          Sets the value of the 'Timeout' containment reference
 void TimedAction.setUpperTime(BehaviorTime value)
          Sets the value of the 'Upper Time' containment reference
 

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

Methods in fr.tpt.aadl.annex.behavior.utils that return types with arguments of type BehaviorTime
static java.util.Comparator<BehaviorTime> AadlBaUtils.createBehaviorTimeComparator()
          Create a behavior time comparator.