Modifier and Type | Method and Description |
---|---|
Relation |
CCDModelFactory.createRelation()
Returns a new object of class 'Relation'
|
Relation |
Relation.getOpposite()
Returns the value of the 'Opposite' reference
|
Relation |
RelationInstance.getRelation()
Returns the value of the 'Relation' reference
|
Relation |
RelationElement.getRelation()
Returns the value of the 'Relation' reference
|
Modifier and Type | Method and Description |
---|---|
org.eclipse.emf.common.util.EList<Relation> |
Concept.getRelations()
Returns the value of the 'Relations' containment reference list.
|
Modifier and Type | Method and Description |
---|---|
void |
Relation.setOpposite(Relation value)
Sets the value of the '
Opposite ' reference |
void |
RelationInstance.setRelation(Relation value)
Sets the value of the '
Relation ' reference |
void |
RelationElement.setRelation(Relation value)
Sets the value of the '
Relation ' reference |
Modifier and Type | Method and Description |
---|---|
protected Relation |
RelationReorientCommand.getLink() |
Modifier and Type | Method and Description |
---|---|
protected void |
RelationCreateCommand.doConfigure(Relation newElement,
org.eclipse.core.runtime.IProgressMonitor monitor,
org.eclipse.core.runtime.IAdaptable info) |
Modifier and Type | Method and Description |
---|---|
boolean |
CCDModelBaseItemSemanticEditPolicy.LinkConstraints.canExistRelation_4001(Concept container,
Relation linkInstance,
Concept source,
Concept target) |
Modifier and Type | Class and Description |
---|---|
class |
RelationImpl
An implementation of the model object 'Relation'
|
Modifier and Type | Field and Description |
---|---|
protected Relation |
RelationImpl.opposite
The cached value of the '
Opposite ' reference |
protected Relation |
RelationInstanceImpl.relation
The cached value of the '
Relation ' reference |
Modifier and Type | Field and Description |
---|---|
protected org.eclipse.emf.common.util.EList<Relation> |
ConceptImpl.relations
The cached value of the '
Relations ' containment reference list |
Modifier and Type | Method and Description |
---|---|
Relation |
RelationImpl.basicGetOpposite() |
Relation |
RelationInstanceImpl.basicGetRelation() |
Relation |
CCDModelFactoryImpl.createRelation() |
Relation |
RelationImpl.getOpposite() |
Relation |
RelationInstanceImpl.getRelation() |
Modifier and Type | Method and Description |
---|---|
org.eclipse.emf.common.util.EList<Relation> |
ConceptImpl.getRelations() |
Modifier and Type | Method and Description |
---|---|
void |
RelationImpl.setOpposite(Relation newOpposite) |
void |
RelationInstanceImpl.setRelation(Relation newRelation) |
Modifier and Type | Method and Description |
---|---|
T |
CCDModelSwitch.caseRelation(Relation object)
Returns the result of interpreting the object as an instance of 'Relation'
|
boolean |
CCDModelValidator.validateRelation(Relation relation,
org.eclipse.emf.common.util.DiagnosticChain diagnostics,
java.util.Map<java.lang.Object,java.lang.Object> context) |
Modifier and Type | Method and Description |
---|---|
boolean |
RelationValidator.validateOpposite(Relation value) |
boolean |
RelationInstanceValidator.validateRelation(Relation value) |
Modifier and Type | Method and Description |
---|---|
boolean |
ConceptValidator.validateRelations(org.eclipse.emf.common.util.EList<Relation> value) |