public interface Condition extends CCDEntity
The following features are supported:
CCDModelPackage.getCondition()
Modifier and Type | Field and Description |
---|---|
static java.lang.String |
copyright |
Modifier and Type | Method and Description |
---|---|
org.eclipse.emf.common.util.EList<Action> |
getPostconditionOfActions()
Returns the value of the 'Postcondition Of Actions' reference list.
|
org.eclipse.emf.common.util.EList<Action> |
getPreconditionOfActions()
Returns the value of the 'Precondition Of Actions' reference list.
|
RelationOrAttribute |
getRelationOrAttribute()
Returns the value of the 'Relation Or Attribute' reference
|
java.lang.String |
getRelationOrAttributeName() |
SourceOfCondition |
getSource()
Returns the value of the 'Source' reference
|
SourceOfCondition |
getTarget()
Returns the value of the 'Target' reference
|
java.lang.String |
getTargetValue()
Returns the value of the 'Target Value' attribute
|
boolean |
isIsSet()
Returns the value of the 'Is Set' attribute.
|
void |
setIsSet(boolean value)
Sets the value of the '
Is Set ' attribute |
void |
setRelationOrAttribute(RelationOrAttribute value)
Sets the value of the '
Relation Or Attribute ' reference |
void |
setSource(SourceOfCondition value)
Sets the value of the '
Source ' reference |
void |
setTarget(SourceOfCondition value)
Sets the value of the '
Target ' reference |
void |
setTargetValue(java.lang.String value)
Sets the value of the '
Target Value ' attribute |
getDescription, getName, setDescription, setName
getAnnotations
static final java.lang.String copyright
boolean isIsSet()
"true"
.
If the meaning of the 'Is Set' attribute isn't clear, there really should be more of a description here...
setIsSet(boolean)
,
CCDModelPackage.getCondition_IsSet()
void setIsSet(boolean value)
Is Set
' attribute.
value
- the new value of the 'Is Set' attribute.isIsSet()
RelationOrAttribute getRelationOrAttribute()
If the meaning of the 'Relation Or Attribute' containment reference isn't clear, there really should be more of a description here...
setRelationOrAttribute(RelationOrAttribute)
,
CCDModelPackage.getCondition_RelationOrAttribute()
void setRelationOrAttribute(RelationOrAttribute value)
Relation Or Attribute
' reference.
value
- the new value of the 'Relation Or Attribute' reference.getRelationOrAttribute()
org.eclipse.emf.common.util.EList<Action> getPreconditionOfActions()
Action
.
It is bidirectional and its opposite is 'Preconditions
'.
If the meaning of the 'Precondition Of Actions' reference list isn't clear, there really should be more of a description here...
CCDModelPackage.getCondition_PreconditionOfActions()
,
Action.getPreconditions()
org.eclipse.emf.common.util.EList<Action> getPostconditionOfActions()
Action
.
It is bidirectional and its opposite is 'Postconditions
'.
If the meaning of the 'Postcondition Of Actions' reference list isn't clear, there really should be more of a description here...
CCDModelPackage.getCondition_PostconditionOfActions()
,
Action.getPostconditions()
SourceOfCondition getSource()
If the meaning of the 'Source' reference isn't clear, there really should be more of a description here...
setSource(SourceOfCondition)
,
CCDModelPackage.getCondition_Source()
void setSource(SourceOfCondition value)
Source
' reference.
value
- the new value of the 'Source' reference.getSource()
SourceOfCondition getTarget()
If the meaning of the 'Target' reference isn't clear, there really should be more of a description here...
setTarget(SourceOfCondition)
,
CCDModelPackage.getCondition_Target()
void setTarget(SourceOfCondition value)
Target
' reference.
value
- the new value of the 'Target' reference.getTarget()
java.lang.String getTargetValue()
If the meaning of the 'Target Value' attribute isn't clear, there really should be more of a description here...
setTargetValue(String)
,
CCDModelPackage.getCondition_TargetValue()
void setTargetValue(java.lang.String value)
Target Value
' attribute.
value
- the new value of the 'Target Value' attribute.getTargetValue()
java.lang.String getRelationOrAttributeName()