|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use FeatureType | |
---|---|
fr.tpt.aadl.annex.behavior.aadlba | |
fr.tpt.aadl.annex.behavior.utils |
Uses of FeatureType in fr.tpt.aadl.annex.behavior.aadlba |
---|
Fields in fr.tpt.aadl.annex.behavior.aadlba with type parameters of type FeatureType | |
---|---|
static java.util.List<FeatureType> |
FeatureType.VALUES
A public read-only list of all the 'Feature Type' enumerators |
Methods in fr.tpt.aadl.annex.behavior.aadlba that return FeatureType | |
---|---|
static FeatureType |
FeatureType.get(int value)
Returns the 'Feature Type' literal with the specified integer value |
static FeatureType |
FeatureType.get(java.lang.String literal)
Returns the 'Feature Type' literal with the specified literal value |
static FeatureType |
FeatureType.getByName(java.lang.String name)
Returns the 'Feature Type' literal with the specified name |
static FeatureType |
FeatureType.valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name. |
static FeatureType[] |
FeatureType.values()
Returns an array containing the constants of this enum type, in the order they are declared. |
Uses of FeatureType in fr.tpt.aadl.annex.behavior.utils |
---|
Methods in fr.tpt.aadl.annex.behavior.utils that return FeatureType | |
---|---|
static FeatureType |
AadlBaUtils.getCompPrototypeType(org.osate.aadl2.ComponentPrototypeBinding cpb)
Translates the given ComponentPrototypeBinding object into a FeatureType enumeration. |
static FeatureType |
AadlBaUtils.getFeatPrototypeType(org.osate.aadl2.FeaturePrototypeBinding fpb)
Translates the given FeaturePrototypeBinding object into a FeatureType enumeration. |
static FeatureType |
AadlBaUtils.getFeatureType(org.osate.aadl2.Element el)
Analyze the given AADL Osate element and return its enumeration type. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |