Modifier and Type | Method and Description |
---|---|
Object |
CCDModelFactory.createObject()
Returns a new object of class 'Object'
|
Object |
Object.getSupertype()
Returns the value of the 'Supertype' container reference.
|
Modifier and Type | Method and Description |
---|---|
org.eclipse.emf.common.util.EList<Object> |
CCD.getObjects()
Returns the value of the 'Objects' containment reference list.
|
org.eclipse.emf.common.util.EList<Object> |
Object.getSubtypes()
Returns the value of the 'Subtypes' containment reference list.
|
Modifier and Type | Method and Description |
---|---|
void |
Object.setSupertype(Object value)
Sets the value of the '
Supertype ' container reference |
Modifier and Type | Method and Description |
---|---|
protected Object |
ObjectSupertypeReorientCommand.getNewSource() |
protected Object |
ObjectSupertypeReorientCommand.getNewTarget() |
protected Object |
ObjectSupertypeReorientCommand.getOldSource() |
protected Object |
ObjectSupertypeReorientCommand.getOldTarget() |
protected Object |
ObjectSupertypeCreateCommand.getSource() |
protected Object |
ObjectSupertypeCreateCommand.getTarget() |
Modifier and Type | Method and Description |
---|---|
protected void |
ObjectCreateCommand.doConfigure(Object newElement,
org.eclipse.core.runtime.IProgressMonitor monitor,
org.eclipse.core.runtime.IAdaptable info) |
Modifier and Type | Method and Description |
---|---|
boolean |
CCDModelBaseItemSemanticEditPolicy.LinkConstraints.canCreateObjectSupertype_4008(Object source,
Object target) |
boolean |
CCDModelBaseItemSemanticEditPolicy.LinkConstraints.canExistObjectSupertype_4008(Object source,
Object target) |
Modifier and Type | Method and Description |
---|---|
static void |
CCDModelDiagramUpdater.addChildObjects(java.util.List<Object> childs,
java.util.LinkedList<CCDModelNodeDescriptor> result,
org.eclipse.gmf.runtime.notation.View theView) |
Modifier and Type | Class and Description |
---|---|
class |
ObjectImpl
An implementation of the model object 'Object'
|
Modifier and Type | Field and Description |
---|---|
protected org.eclipse.emf.common.util.EList<Object> |
CCDImpl.objects
The cached value of the '
Objects ' containment reference list |
protected org.eclipse.emf.common.util.EList<Object> |
ObjectImpl.subtypes
The cached value of the '
Subtypes ' containment reference list |
Modifier and Type | Method and Description |
---|---|
Object |
CCDModelFactoryImpl.createObject() |
Object |
ObjectImpl.getSupertype() |
Modifier and Type | Method and Description |
---|---|
org.eclipse.emf.common.util.EList<Object> |
CCDImpl.getObjects() |
org.eclipse.emf.common.util.EList<Object> |
ObjectImpl.getSubtypes() |
Modifier and Type | Method and Description |
---|---|
org.eclipse.emf.common.notify.NotificationChain |
ObjectImpl.basicSetSupertype(Object newSupertype,
org.eclipse.emf.common.notify.NotificationChain msgs) |
void |
ObjectImpl.setSupertype(Object newSupertype) |
Modifier and Type | Method and Description |
---|---|
T |
CCDModelSwitch.caseObject(Object object)
Returns the result of interpreting the object as an instance of 'Object'
|
boolean |
CCDModelValidator.validateObject(Object object,
org.eclipse.emf.common.util.DiagnosticChain diagnostics,
java.util.Map<java.lang.Object,java.lang.Object> context) |
Modifier and Type | Method and Description |
---|---|
boolean |
ObjectValidator.validateSupertype(Object value) |
Modifier and Type | Method and Description |
---|---|
boolean |
CCDValidator.validateObjects(org.eclipse.emf.common.util.EList<Object> value) |
boolean |
ObjectValidator.validateSubtypes(org.eclipse.emf.common.util.EList<Object> value) |