Modifier and Type | Method and Description |
---|---|
Instance |
CCDModelFactory.createInstance()
Returns a new object of class 'Instance'
|
Instance |
RelationInstance.getSourceInstance()
Returns the value of the 'Source Instance' container reference.
|
Instance |
AttributeInstance.getSourceInstance()
Returns the value of the 'Source Instance' container reference.
|
Instance |
RelationInstance.getTargetInstance()
Returns the value of the 'Target Instance' reference
|
Modifier and Type | Method and Description |
---|---|
org.eclipse.emf.common.util.EList<Instance> |
Concept.getInstances()
Returns the value of the 'Instances' containment reference list.
|
Modifier and Type | Method and Description |
---|---|
void |
RelationInstance.setSourceInstance(Instance value)
Sets the value of the '
Source Instance ' container reference |
void |
AttributeInstance.setSourceInstance(Instance value)
Sets the value of the '
Source Instance ' container reference |
void |
RelationInstance.setTargetInstance(Instance value)
Sets the value of the '
Target Instance ' reference |
Modifier and Type | Method and Description |
---|---|
Instance |
RelationInstanceCreateCommand.getContainer() |
protected Instance |
RelationInstanceReorientCommand.getNewSource() |
protected Instance |
RelationInstanceReorientCommand.getNewTarget() |
protected Instance |
RelationInstanceReorientCommand.getOldSource() |
protected Instance |
RelationInstanceReorientCommand.getOldTarget() |
protected Instance |
RelationInstanceCreateCommand.getSource() |
protected Instance |
RelationInstanceCreateCommand.getTarget() |
Modifier and Type | Method and Description |
---|---|
protected void |
InstanceCreateCommand.doConfigure(Instance newElement,
org.eclipse.core.runtime.IProgressMonitor monitor,
org.eclipse.core.runtime.IAdaptable info) |
Modifier and Type | Method and Description |
---|---|
boolean |
CCDModelBaseItemSemanticEditPolicy.LinkConstraints.canCreateRelationInstance_3004(Instance container,
Instance source,
Instance target) |
boolean |
CCDModelBaseItemSemanticEditPolicy.LinkConstraints.canExistRelationInstance_3004(Instance container,
RelationInstance linkInstance,
Instance source,
Instance target) |
Modifier and Type | Class and Description |
---|---|
class |
InstanceImpl
An implementation of the model object 'Instance'
|
Modifier and Type | Field and Description |
---|---|
protected Instance |
RelationInstanceImpl.targetInstance
The cached value of the '
Target Instance ' reference |
Modifier and Type | Field and Description |
---|---|
protected org.eclipse.emf.common.util.EList<Instance> |
ConceptImpl.instances
The cached value of the '
Instances ' containment reference list |
Modifier and Type | Method and Description |
---|---|
Instance |
RelationInstanceImpl.basicGetTargetInstance() |
Instance |
CCDModelFactoryImpl.createInstance() |
Instance |
RelationInstanceImpl.getSourceInstance() |
Instance |
AttributeInstanceImpl.getSourceInstance() |
Instance |
RelationInstanceImpl.getTargetInstance() |
Modifier and Type | Method and Description |
---|---|
org.eclipse.emf.common.util.EList<Instance> |
ConceptImpl.getInstances() |
Modifier and Type | Method and Description |
---|---|
org.eclipse.emf.common.notify.NotificationChain |
RelationInstanceImpl.basicSetSourceInstance(Instance newSourceInstance,
org.eclipse.emf.common.notify.NotificationChain msgs) |
org.eclipse.emf.common.notify.NotificationChain |
AttributeInstanceImpl.basicSetSourceInstance(Instance newSourceInstance,
org.eclipse.emf.common.notify.NotificationChain msgs) |
void |
RelationInstanceImpl.setSourceInstance(Instance newSourceInstance) |
void |
AttributeInstanceImpl.setSourceInstance(Instance newSourceInstance) |
void |
RelationInstanceImpl.setTargetInstance(Instance newTargetInstance) |
Modifier and Type | Method and Description |
---|---|
T |
CCDModelSwitch.caseInstance(Instance object)
Returns the result of interpreting the object as an instance of 'Instance'
|
boolean |
CCDModelValidator.validateInstance(Instance instance,
org.eclipse.emf.common.util.DiagnosticChain diagnostics,
java.util.Map<java.lang.Object,java.lang.Object> context) |
Modifier and Type | Method and Description |
---|---|
boolean |
RelationInstanceValidator.validateSourceInstance(Instance value) |
boolean |
AttributeInstanceValidator.validateSourceInstance(Instance value) |
boolean |
RelationInstanceValidator.validateTargetInstance(Instance value) |
Modifier and Type | Method and Description |
---|---|
boolean |
ConceptValidator.validateInstances(org.eclipse.emf.common.util.EList<Instance> value) |
boolean |
CCDValidator.validateInstances(org.eclipse.emf.common.util.EList<Instance> value) |