Modifier and Type | Field and Description |
---|---|
static java.util.List<DirectionType> |
DirectionType.VALUES
A public read-only list of all the 'Direction Type' enumerators.
|
Modifier and Type | Method and Description |
---|---|
static DirectionType |
DirectionType.get(int value)
Returns the 'Direction Type' literal with the specified integer value.
|
static DirectionType |
DirectionType.get(java.lang.String literal)
Returns the 'Direction Type' literal with the specified literal value.
|
static DirectionType |
DirectionType.getByName(java.lang.String name)
Returns the 'Direction Type' literal with the specified name.
|
DirectionType |
DirectedFeature.getDirection()
Returns the value of the 'Direction' attribute.
|
DirectionType |
FeaturePrototype.getDirection()
Returns the value of the 'Direction' attribute.
|
DirectionType |
FeaturePrototypeReference.getDirection()
Returns the value of the 'Direction' attribute.
|
DirectionType |
PortSpecification.getDirection()
Returns the value of the 'Direction' attribute.
|
DirectionType |
DirectionType.getInverseDirection()
Sets the port direction to be the opposite of the one specified
The original direction may be retrieved from a refinement ancestor
the value is set locally
|
static DirectionType |
DirectionType.valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static DirectionType[] |
DirectionType.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
void |
DirectedFeature.setDirection(DirectionType value)
Sets the value of the '
Direction ' attribute. |
void |
FeaturePrototype.setDirection(DirectionType value)
Sets the value of the '
Direction ' attribute. |
void |
FeaturePrototypeReference.setDirection(DirectionType value)
Sets the value of the '
Direction ' attribute. |
void |
PortSpecification.setDirection(DirectionType value)
Sets the value of the '
Direction ' attribute. |
Modifier and Type | Method and Description |
---|---|
DirectionType |
Aadl2FactoryImpl.createDirectionTypeFromString(org.eclipse.emf.ecore.EDataType eDataType,
java.lang.String initialValue) |
DirectionType |
PortSpecificationImpl.getDirection() |
DirectionType |
FeaturePrototypeReferenceImpl.getDirection() |
DirectionType |
FeaturePrototypeImpl.getDirection() |
DirectionType |
DirectedFeatureImpl.getDirection() |
Modifier and Type | Method and Description |
---|---|
void |
PortSpecificationImpl.setDirection(DirectionType newDirection) |
void |
FeaturePrototypeReferenceImpl.setDirection(DirectionType newDirection) |
void |
FeaturePrototypeImpl.setDirection(DirectionType newDirection) |
void |
DirectedFeatureImpl.setDirection(DirectionType newDirection) |
Modifier and Type | Method and Description |
---|---|
DirectionType |
FeatureInstance.getDirection()
Returns the value of the 'Direction' attribute.
|
Modifier and Type | Method and Description |
---|---|
void |
FeatureInstance.setDirection(DirectionType value)
Sets the value of the '
Direction ' attribute. |
Modifier and Type | Method and Description |
---|---|
DirectionType |
FeatureInstanceImpl.getDirection() |
Modifier and Type | Method and Description |
---|---|
void |
FeatureInstanceImpl.setDirection(DirectionType newDirection) |
Modifier and Type | Method and Description |
---|---|
boolean |
Aadl2Validator.validateDirectionType(DirectionType directionType,
org.eclipse.emf.common.util.DiagnosticChain diagnostics,
java.util.Map<java.lang.Object,java.lang.Object> context) |
Modifier and Type | Method and Description |
---|---|
DirectionType |
ErrorPropagation.getDirection()
Returns the value of the 'Direction' attribute.
|
Modifier and Type | Method and Description |
---|---|
void |
ErrorPropagation.setDirection(DirectionType value)
Sets the value of the '
Direction ' attribute. |
Modifier and Type | Method and Description |
---|---|
DirectionType |
ErrorPropagationImpl.getDirection() |
Modifier and Type | Method and Description |
---|---|
void |
ErrorPropagationImpl.setDirection(DirectionType newDirection) |
Modifier and Type | Method and Description |
---|---|
ErrorPropagation |
EMLinkingService.findErrorPropagationPoint(org.eclipse.emf.ecore.EObject context,
java.lang.String name,
DirectionType dir) |
Modifier and Type | Method and Description |
---|---|
static ErrorPropagation |
EM2Util.findErrorPropagation(ErrorPropagations eps,
java.lang.String eppName,
DirectionType pd,
boolean isNot)
find the error propagation point of the specified name
|
Modifier and Type | Method and Description |
---|---|
org.eclipse.xtext.conversion.IValueConverter<DirectionType> |
ErrorModelValueConverter.InOutDirection() |
Modifier and Type | Method and Description |
---|---|
boolean |
Aadl2JavaValidator.sameDirection(DirectionType srcDirection,
DirectionType destDirection) |
Modifier and Type | Method and Description |
---|---|
org.eclipse.xtext.conversion.IValueConverter<DirectionType> |
Aadl2ValueConverter.DirectionType() |
org.eclipse.xtext.conversion.IValueConverter<DirectionType> |
Aadl2ValueConverter.InOutDirection() |
org.eclipse.xtext.conversion.IValueConverter<DirectionType> |
Aadl2ValueConverter.PortDirection() |