public interface CCD extends CCDEntity
The following features are supported:
CCDModelPackage.getCCD()
Modifier and Type | Field and Description |
---|---|
static java.lang.String |
copyright |
Modifier and Type | Method and Description |
---|---|
org.eclipse.emf.common.util.EList<Action> |
getActions()
Returns the value of the 'Actions' containment reference list.
|
org.eclipse.emf.common.util.EList<Actor> |
getActors()
Returns the value of the 'Actors' containment reference list.
|
org.eclipse.emf.common.util.EList<Condition> |
getConditions()
Returns the value of the 'Conditions' containment reference list.
|
org.eclipse.emf.common.util.EList<Enum> |
getEnums()
Returns the value of the 'Enums' containment reference list.
|
org.eclipse.emf.common.util.EList<Object> |
getObjects()
Returns the value of the 'Objects' containment reference list.
|
org.eclipse.emf.common.util.EList<Variable> |
getVariables()
Returns the value of the 'Variables' containment reference list.
|
java.lang.String |
getVersion()
Returns the value of the 'Version' attribute
|
void |
setVersion(java.lang.String value)
Sets the value of the '
Version ' attribute |
getDescription, getName, setDescription, setName
getAnnotations
static final java.lang.String copyright
org.eclipse.emf.common.util.EList<Actor> getActors()
Actor
.
If the meaning of the 'Actors' containment reference list isn't clear, there really should be more of a description here...
CCDModelPackage.getCCD_Actors()
org.eclipse.emf.common.util.EList<Object> getObjects()
Object
.
If the meaning of the 'Objects' containment reference list isn't clear, there really should be more of a description here...
CCDModelPackage.getCCD_Objects()
org.eclipse.emf.common.util.EList<Action> getActions()
Action
.
If the meaning of the 'Actions' containment reference list isn't clear, there really should be more of a description here...
CCDModelPackage.getCCD_Actions()
org.eclipse.emf.common.util.EList<Condition> getConditions()
Condition
.
If the meaning of the 'Conditions' containment reference list isn't clear, there really should be more of a description here...
CCDModelPackage.getCCD_Conditions()
java.lang.String getVersion()
If the meaning of the 'Version' attribute isn't clear, there really should be more of a description here...
setVersion(String)
,
CCDModelPackage.getCCD_Version()
void setVersion(java.lang.String value)
Version
' attribute.
value
- the new value of the 'Version' attribute.getVersion()
org.eclipse.emf.common.util.EList<Enum> getEnums()
Enum
.
If the meaning of the 'Enums' containment reference list isn't clear, there really should be more of a description here...
CCDModelPackage.getCCD_Enums()
org.eclipse.emf.common.util.EList<Variable> getVariables()
Variable
.
If the meaning of the 'Variables' reference list isn't clear, there really should be more of a description here...
CCDModelPackage.getCCD_Variables()