|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use AbstractFeature | |
---|---|
edu.cmu.sei.aadl.aadl2 | |
edu.cmu.sei.aadl.aadl2.impl | |
edu.cmu.sei.aadl.aadl2.util |
Uses of AbstractFeature in edu.cmu.sei.aadl.aadl2 |
---|
Methods in edu.cmu.sei.aadl.aadl2 that return AbstractFeature | |
---|---|
AbstractFeature |
Aadl2Factory.createAbstractFeature()
Returns a new object of class 'Abstract Feature' |
AbstractFeature |
FeatureGroupType.createOwnedAbstractFeature()
Creates a new AbstractFeature and appends it to the 'Owned Abstract Feature' containment reference list |
AbstractFeature |
ComponentType.createOwnedAbstractFeature()
Creates a new AbstractFeature and appends it to the 'Owned Abstract Feature' containment reference list |
Methods in edu.cmu.sei.aadl.aadl2 that return types with arguments of type AbstractFeature | |
---|---|
org.eclipse.emf.common.util.EList<AbstractFeature> |
FeatureGroupType.getOwnedAbstractFeatures()
Returns the value of the 'Owned Abstract Feature' containment reference list. |
org.eclipse.emf.common.util.EList<AbstractFeature> |
ComponentType.getOwnedAbstractFeatures()
Returns the value of the 'Owned Abstract Feature' containment reference list. |
Uses of AbstractFeature in edu.cmu.sei.aadl.aadl2.impl |
---|
Classes in edu.cmu.sei.aadl.aadl2.impl that implement AbstractFeature | |
---|---|
class |
AbstractFeatureImpl
An implementation of the model object 'Abstract Feature' |
Methods in edu.cmu.sei.aadl.aadl2.impl that return AbstractFeature | |
---|---|
AbstractFeature |
Aadl2FactoryImpl.createAbstractFeature()
|
AbstractFeature |
ComponentTypeImpl.createOwnedAbstractFeature()
|
AbstractFeature |
FeatureGroupTypeImpl.createOwnedAbstractFeature()
|
Methods in edu.cmu.sei.aadl.aadl2.impl that return types with arguments of type AbstractFeature | |
---|---|
org.eclipse.emf.common.util.EList<AbstractFeature> |
ComponentTypeImpl.getOwnedAbstractFeatures()
|
org.eclipse.emf.common.util.EList<AbstractFeature> |
FeatureGroupTypeImpl.getOwnedAbstractFeatures()
|
Uses of AbstractFeature in edu.cmu.sei.aadl.aadl2.util |
---|
Methods in edu.cmu.sei.aadl.aadl2.util with parameters of type AbstractFeature | |
---|---|
T |
Aadl2Switch.caseAbstractFeature(AbstractFeature object)
Returns the result of interpreting the object as an instance of 'Abstract Feature' |
boolean |
Aadl2Validator.validateAbstractFeature(AbstractFeature abstractFeature,
org.eclipse.emf.common.util.DiagnosticChain diagnostics,
java.util.Map<java.lang.Object,java.lang.Object> context)
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |