Modifier and Type | Method and Description |
---|---|
TypeToken |
ErrorModelStateAdapter.getToken() |
TypeToken |
ErrorModelState.getToken()
the type token associated with a given model object
For model objects that also have an error state the typetoken applies to the state
|
Modifier and Type | Method and Description |
---|---|
java.lang.String |
TraverseErrorFlows.generateConnectionText(ConnectionInstanceEnd src,
ConnectionInstanceEnd dst,
TypeToken token)
get the text to be used for the item (Component or feature)
that is the source of a failure mode
|
void |
ErrorModelStateAdapter.setToken(TypeToken token) |
void |
ErrorModelState.setToken(TypeToken token)
set the type token for model object
|
Modifier and Type | Method and Description |
---|---|
TypeToken |
ErrorModelFactory.createTypeToken()
Returns a new object of class 'Type Token'.
|
TypeToken |
TypeTokenTransformation.getTarget()
Returns the value of the 'Target' containment reference.
|
TypeToken |
TokenTypeMapping.getTarget()
Returns the value of the 'Target' containment reference.
|
TypeToken |
TransitionBranch.getTargetToken()
Returns the value of the 'Target Token' containment reference.
|
TypeToken |
ErrorPath.getTargetToken()
Returns the value of the 'Target Token' containment reference.
|
TypeToken |
ErrorBehaviorTransition.getTargetToken()
Returns the value of the 'Target Token' containment reference.
|
TypeToken |
CompositeState.getTypedToken()
Returns the value of the 'Typed Token' containment reference.
|
TypeToken |
OutgoingPropagationCondition.getTypeToken()
Returns the value of the 'Type Token' containment reference.
|
Modifier and Type | Method and Description |
---|---|
org.eclipse.emf.common.util.EList<TypeToken> |
TypeSet.getElementType()
Returns the value of the 'Element Type' containment reference list.
|
Modifier and Type | Method and Description |
---|---|
void |
TypeTokenTransformation.setTarget(TypeToken value)
Sets the value of the '
Target ' containment reference. |
void |
TokenTypeMapping.setTarget(TypeToken value)
Sets the value of the '
Target ' containment reference. |
void |
TransitionBranch.setTargetToken(TypeToken value)
Sets the value of the '
Target Token ' containment reference. |
void |
ErrorPath.setTargetToken(TypeToken value)
Sets the value of the '
Target Token ' containment reference. |
void |
ErrorBehaviorTransition.setTargetToken(TypeToken value)
Sets the value of the '
Target Token ' containment reference. |
void |
CompositeState.setTypedToken(TypeToken value)
Sets the value of the '
Typed Token ' containment reference. |
void |
OutgoingPropagationCondition.setTypeToken(TypeToken value)
Sets the value of the '
Type Token ' containment reference. |
Modifier and Type | Class and Description |
---|---|
class |
TypeTokenImpl
An implementation of the model object 'Type Token'.
|
Modifier and Type | Method and Description |
---|---|
TypeToken |
ErrorModelFactoryImpl.createTypeToken() |
TypeToken |
TypeTokenTransformationImpl.getTarget() |
TypeToken |
TokenTypeMappingImpl.getTarget() |
TypeToken |
TransitionBranchImpl.getTargetToken() |
TypeToken |
ErrorPathImpl.getTargetToken() |
TypeToken |
ErrorBehaviorTransitionImpl.getTargetToken() |
TypeToken |
CompositeStateImpl.getTypedToken() |
TypeToken |
OutgoingPropagationConditionImpl.getTypeToken() |
Modifier and Type | Method and Description |
---|---|
org.eclipse.emf.common.util.EList<TypeToken> |
TypeSetImpl.getElementType() |
Modifier and Type | Method and Description |
---|---|
org.eclipse.emf.common.notify.NotificationChain |
TypeTokenTransformationImpl.basicSetTarget(TypeToken newTarget,
org.eclipse.emf.common.notify.NotificationChain msgs) |
org.eclipse.emf.common.notify.NotificationChain |
TokenTypeMappingImpl.basicSetTarget(TypeToken newTarget,
org.eclipse.emf.common.notify.NotificationChain msgs) |
org.eclipse.emf.common.notify.NotificationChain |
TransitionBranchImpl.basicSetTargetToken(TypeToken newTargetToken,
org.eclipse.emf.common.notify.NotificationChain msgs) |
org.eclipse.emf.common.notify.NotificationChain |
ErrorPathImpl.basicSetTargetToken(TypeToken newTargetToken,
org.eclipse.emf.common.notify.NotificationChain msgs) |
org.eclipse.emf.common.notify.NotificationChain |
ErrorBehaviorTransitionImpl.basicSetTargetToken(TypeToken newTargetToken,
org.eclipse.emf.common.notify.NotificationChain msgs) |
org.eclipse.emf.common.notify.NotificationChain |
CompositeStateImpl.basicSetTypedToken(TypeToken newTypedToken,
org.eclipse.emf.common.notify.NotificationChain msgs) |
org.eclipse.emf.common.notify.NotificationChain |
OutgoingPropagationConditionImpl.basicSetTypeToken(TypeToken newTypeToken,
org.eclipse.emf.common.notify.NotificationChain msgs) |
void |
TypeTokenTransformationImpl.setTarget(TypeToken newTarget) |
void |
TokenTypeMappingImpl.setTarget(TypeToken newTarget) |
void |
TransitionBranchImpl.setTargetToken(TypeToken newTargetToken) |
void |
ErrorPathImpl.setTargetToken(TypeToken newTargetToken) |
void |
ErrorBehaviorTransitionImpl.setTargetToken(TypeToken newTargetToken) |
void |
CompositeStateImpl.setTypedToken(TypeToken newTypedToken) |
void |
OutgoingPropagationConditionImpl.setTypeToken(TypeToken newTypeToken) |
Modifier and Type | Method and Description |
---|---|
T |
ErrorModelSwitch.caseTypeToken(TypeToken object)
Returns the result of interpreting the object as an instance of 'Type Token'.
|
Modifier and Type | Method and Description |
---|---|
static TypeToken |
EM2TypeSetUtil.mapTypes(TypeToken token,
TypeMappingSet tms)
map types in a token one type at a time using TypeMappingSet
It only maps individual element types based in ElementTypeMapping rules
Otherwise no mapping occurs.
|
static TypeToken |
EM2TypeSetUtil.mapTypeToken(TypeToken token,
TypeMappingSet tms)
map a TypeToken into a target type token according to the TypeMappingSet.
|
Modifier and Type | Method and Description |
---|---|
static org.eclipse.emf.common.util.EList<TypeToken> |
EM2TypeSetUtil.generateAllTypeTokens(TypeSet typeSet)
generate all type tokens for a given typeset.
|
static org.eclipse.emf.common.util.EList<TypeToken> |
EM2TypeSetUtil.generateTypeTokens(TypeSet typeSet)
generate all type tokens for a given typeset.
|
Modifier and Type | Method and Description |
---|---|
static boolean |
EM2TypeSetUtil.contains(TypeSet ts,
TypeToken token)
true if TypeSet ts contains TypeToken token
The type set can represent a constraint
aliases are resolved before the error types are compared
|
static boolean |
EM2TypeSetUtil.contains(TypeToken constraint,
ErrorType type)
true if TypeToken constraint contains ErrorType type as one of its product elements
aliases are resolved before the error types are compared
|
static boolean |
EM2TypeSetUtil.contains(TypeToken constraint,
TypeToken token)
true if TypeToken constraint contains TypeToken token
aliases are resolved before the error types are compared
|
static java.lang.String |
EM2Util.getName(TypeToken tu) |
static java.lang.String |
EM2Util.getPrintName(TypeToken tu) |
static TypeToken |
EM2TypeSetUtil.mapTypes(TypeToken token,
TypeMappingSet tms)
map types in a token one type at a time using TypeMappingSet
It only maps individual element types based in ElementTypeMapping rules
Otherwise no mapping occurs.
|
static TypeToken |
EM2TypeSetUtil.mapTypeToken(TypeToken token,
TypeMappingSet tms)
map a TypeToken into a target type token according to the TypeMappingSet.
|
Modifier and Type | Method and Description |
---|---|
static java.lang.String |
EM2Util.getPrintName(org.eclipse.emf.common.util.EList<TypeToken> tul) |
Modifier and Type | Method and Description |
---|---|
void |
ErrorModelJavaValidator.caseTypeToken(TypeToken tt) |