Uses of Class
fr.tpt.aadl.annex.behavior.aadlba.BehaviorFeatureType

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

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

Fields in fr.tpt.aadl.annex.behavior.aadlba with type parameters of type BehaviorFeatureType
static java.util.List<BehaviorFeatureType> BehaviorFeatureType.VALUES
          A public read-only list of all the 'Behavior Feature Type' enumerators
 

Methods in fr.tpt.aadl.annex.behavior.aadlba that return BehaviorFeatureType
static BehaviorFeatureType BehaviorFeatureType.get(int value)
          Returns the 'Behavior Feature Type' literal with the specified integer value
static BehaviorFeatureType BehaviorFeatureType.get(java.lang.String literal)
          Returns the 'Behavior Feature Type' literal with the specified literal value
static BehaviorFeatureType BehaviorFeatureType.getByName(java.lang.String name)
          Returns the 'Behavior Feature Type' literal with the specified name
static BehaviorFeatureType BehaviorFeatureType.valueOf(java.lang.String name)
          Returns the enum constant of this type with the specified name.
static BehaviorFeatureType[] BehaviorFeatureType.values()
          Returns an array containing the constants of this enum type, in the order they are declared.
 

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

Methods in fr.tpt.aadl.annex.behavior.utils that return BehaviorFeatureType
static BehaviorFeatureType AadlBaUtils.getBehaviorAnnexFeatureType(BehaviorElement el)
          Analyze the given behavior annex feature and returns its type.