| Package | Description |
|---|---|
| org.eclipse.gmt.modisco.omg.kdm.conceptual | |
| org.eclipse.gmt.modisco.omg.kdm.conceptual.util |
| Modifier and Type | Interface and Description |
|---|---|
interface |
BehaviorUnit
A representation of the model object 'Behavior Unit'.
|
interface |
FactUnit
A representation of the model object 'Fact Unit'.
|
interface |
RuleUnit
A representation of the model object 'Rule Unit'.
|
interface |
ScenarioUnit
A representation of the model object 'Scenario Unit'.
|
| Modifier and Type | Method and Description |
|---|---|
ConceptualContainer |
ConceptualFactory.createConceptualContainer()
Returns a new object of class 'Container'.
|
ConceptualContainer |
ConceptualFlow.getFrom()
Returns the value of the 'From' reference.
|
ConceptualContainer |
ConceptualFlow.getTo()
Returns the value of the 'To' reference.
|
| Modifier and Type | Method and Description |
|---|---|
void |
ConceptualFlow.setFrom(ConceptualContainer value)
Sets the value of the '
From' reference. |
void |
ConceptualFlow.setTo(ConceptualContainer value)
Sets the value of the '
To' reference. |
| Modifier and Type | Method and Description |
|---|---|
T |
ConceptualSwitch.caseConceptualContainer(ConceptualContainer object)
Returns the result of interpreting the object as an instance of 'Container'.
|