|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use AccessDirection | |
---|---|
edu.cmu.sei.aadl.model.feature | |
edu.cmu.sei.aadl.model.feature.impl |
Uses of AccessDirection in edu.cmu.sei.aadl.model.feature |
---|
Fields in edu.cmu.sei.aadl.model.feature declared as AccessDirection | |
---|---|
static AccessDirection |
AccessDirection.PROVIDED_LITERAL
The 'Provided' literal object |
static AccessDirection |
AccessDirection.REQUIRED_LITERAL
The 'Required' literal object |
Methods in edu.cmu.sei.aadl.model.feature that return AccessDirection | |
---|---|
static AccessDirection |
AccessDirection.get(int value)
Returns the 'Access Direction' literal with the specified integer value |
static AccessDirection |
AccessDirection.get(java.lang.String literal)
Returns the 'Access Direction' literal with the specified literal value |
AccessDirection |
ComponentAccess.getAllDirection()
returns the direction of access This method is the same as getDirection. |
static AccessDirection |
AccessDirection.getByName(java.lang.String name)
Returns the 'Access Direction' literal with the specified name |
AccessDirection |
ComponentAccess.getDirection()
Returns the value of the 'Direction' attribute. |
Methods in edu.cmu.sei.aadl.model.feature with parameters of type AccessDirection | |
---|---|
void |
ComponentAccess.setDirection(AccessDirection value)
Sets the value of the ' Direction ' attribute |
Uses of AccessDirection in edu.cmu.sei.aadl.model.feature.impl |
---|
Fields in edu.cmu.sei.aadl.model.feature.impl declared as AccessDirection | |
---|---|
protected AccessDirection |
ComponentAccessImpl.direction
The cached value of the ' Direction ' attribute |
protected static AccessDirection |
ComponentAccessImpl.DIRECTION_EDEFAULT
The default value of the ' Direction ' attribute |
Methods in edu.cmu.sei.aadl.model.feature.impl that return AccessDirection | |
---|---|
AccessDirection |
FeatureFactoryImpl.createAccessDirectionFromString(org.eclipse.emf.ecore.EDataType eDataType,
java.lang.String initialValue)
|
AccessDirection |
ComponentAccessImpl.getAllDirection()
returns the direction of access This method is the same as getDirection. |
AccessDirection |
ComponentAccessImpl.getDirection()
|
Methods in edu.cmu.sei.aadl.model.feature.impl with parameters of type AccessDirection | |
---|---|
void |
ComponentAccessImpl.setDirection(AccessDirection newDirection)
phf: we want an add version for EList |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |