Package | Description |
---|---|
org.ocopomo.ccd.model | |
org.ocopomo.ccd.model.diagram.edit.commands | |
org.ocopomo.ccd.model.diagram.edit.policies | |
org.ocopomo.ccd.model.impl | |
org.ocopomo.ccd.model.util |
Modifier and Type | Interface and Description |
---|---|
interface |
Object
A representation of the model object 'Object'
|
interface |
Relation
A representation of the model object 'Relation'
|
Modifier and Type | Method and Description |
---|---|
protected KnownBy |
KnownByKnownByReorientCommand.getNewSource() |
protected KnownBy |
KnownByKnownByReorientCommand.getOldSource() |
protected KnownBy |
KnownByKnownByCreateCommand.getSource() |
Modifier and Type | Method and Description |
---|---|
boolean |
CCDModelBaseItemSemanticEditPolicy.LinkConstraints.canCreateKnownByKnownBy_4009(KnownBy source,
Actor target) |
boolean |
CCDModelBaseItemSemanticEditPolicy.LinkConstraints.canExistKnownByKnownBy_4009(KnownBy source,
Actor target) |
Modifier and Type | Class and Description |
---|---|
class |
ObjectImpl
An implementation of the model object 'Object'
|
class |
RelationImpl
An implementation of the model object 'Relation'
|
Modifier and Type | Method and Description |
---|---|
T |
CCDModelSwitch.caseKnownBy(KnownBy object)
Returns the result of interpreting the object as an instance of 'Known By'
|
boolean |
CCDModelValidator.validateKnownBy(KnownBy knownBy,
org.eclipse.emf.common.util.DiagnosticChain diagnostics,
java.util.Map<java.lang.Object,java.lang.Object> context) |