Modifier and Type | Interface and Description |
---|---|
interface |
Actor
A representation of the model object 'Actor'
|
interface |
Object
A representation of the model object 'Object'
|
Modifier and Type | Method and Description |
---|---|
Concept |
Parameter.getConcept()
Returns the value of the 'Concept' reference
|
Concept |
Instance.getConcept()
Returns the value of the 'Concept' container reference.
|
Concept |
Relation.getSource()
Returns the value of the 'Source' container reference.
|
Concept |
Attribute.getSource()
Returns the value of the 'Source' container reference.
|
Concept |
Relation.getTarget()
Returns the value of the 'Target' reference
|
Modifier and Type | Method and Description |
---|---|
org.eclipse.emf.common.util.EList<Concept> |
Variable.getConcepts()
Returns the value of the 'Concepts' reference list.
|
Modifier and Type | Method and Description |
---|---|
void |
Parameter.setConcept(Concept value)
Sets the value of the '
Concept ' reference |
void |
Instance.setConcept(Concept value)
Sets the value of the '
Concept ' container reference |
void |
Relation.setSource(Concept value)
Sets the value of the '
Source ' container reference |
void |
Attribute.setSource(Concept value)
Sets the value of the '
Source ' container reference |
void |
Relation.setTarget(Concept value)
Sets the value of the '
Target ' reference |
Modifier and Type | Method and Description |
---|---|
Concept |
RelationCreateCommand.getContainer() |
protected Concept |
RelationReorientCommand.getNewSource() |
protected Concept |
RelationReorientCommand.getNewTarget() |
protected Concept |
RelationReorientCommand.getOldSource() |
protected Concept |
RelationReorientCommand.getOldTarget() |
protected Concept |
RelationCreateCommand.getSource() |
protected Concept |
RelationCreateCommand.getTarget() |
Modifier and Type | Method and Description |
---|---|
boolean |
CCDModelBaseItemSemanticEditPolicy.LinkConstraints.canCreateRelation_4001(Concept container,
Concept source,
Concept target) |
boolean |
CCDModelBaseItemSemanticEditPolicy.LinkConstraints.canExistRelation_4001(Concept container,
Relation linkInstance,
Concept source,
Concept target) |
Modifier and Type | Class and Description |
---|---|
class |
ActorImpl
An implementation of the model object 'Actor'
|
class |
ConceptImpl
An implementation of the model object 'Concept'
|
class |
ObjectImpl
An implementation of the model object 'Object'
|
Modifier and Type | Field and Description |
---|---|
protected Concept |
RelationImpl.target
The cached value of the '
Target ' reference |
Modifier and Type | Field and Description |
---|---|
protected org.eclipse.emf.common.util.EList<Concept> |
VariableImpl.concepts
The cached value of the '
Concepts ' reference list |
Modifier and Type | Method and Description |
---|---|
Concept |
RelationImpl.basicGetTarget() |
Concept |
InstanceImpl.getConcept() |
Concept |
RelationImpl.getSource() |
Concept |
AttributeImpl.getSource() |
Concept |
RelationImpl.getTarget() |
Modifier and Type | Method and Description |
---|---|
org.eclipse.emf.common.util.EList<Concept> |
VariableImpl.getConcepts() |
Modifier and Type | Method and Description |
---|---|
org.eclipse.emf.common.notify.NotificationChain |
InstanceImpl.basicSetConcept(Concept newConcept,
org.eclipse.emf.common.notify.NotificationChain msgs) |
org.eclipse.emf.common.notify.NotificationChain |
RelationImpl.basicSetSource(Concept newSource,
org.eclipse.emf.common.notify.NotificationChain msgs) |
org.eclipse.emf.common.notify.NotificationChain |
AttributeImpl.basicSetSource(Concept newSource,
org.eclipse.emf.common.notify.NotificationChain msgs) |
void |
InstanceImpl.setConcept(Concept newConcept) |
void |
RelationImpl.setSource(Concept newSource) |
void |
AttributeImpl.setSource(Concept newSource) |
void |
RelationImpl.setTarget(Concept newTarget) |
Modifier and Type | Method and Description |
---|---|
T |
CCDModelSwitch.caseConcept(Concept object)
Returns the result of interpreting the object as an instance of 'Concept'
|
boolean |
CCDModelValidator.validateConcept(Concept concept,
org.eclipse.emf.common.util.DiagnosticChain diagnostics,
java.util.Map<java.lang.Object,java.lang.Object> context) |
Modifier and Type | Method and Description |
---|---|
boolean |
InstanceValidator.validateConcept(Concept value) |
boolean |
RelationValidator.validateSource(Concept value) |
boolean |
AttributeValidator.validateSource(Concept value) |
boolean |
RelationValidator.validateTarget(Concept value) |
Modifier and Type | Method and Description |
---|---|
boolean |
VariableValidator.validateConcepts(org.eclipse.emf.common.util.EList<Concept> value) |