Package | Description |
---|---|
org.ocopomo.ccd.model | |
org.ocopomo.ccd.model.impl | |
org.ocopomo.ccd.model.util |
Modifier and Type | Interface and Description |
---|---|
interface |
Action
A representation of the model object 'Action'
|
interface |
Actor
A representation of the model object 'Actor'
|
interface |
Attribute
A representation of the model object 'Attribute'
|
interface |
CCD
A representation of the model object 'CCD'
|
interface |
Concept
A representation of the model object 'Concept'
|
interface |
Condition
A representation of the model object 'Condition'
|
interface |
Enum
A representation of the model object 'Enum'
|
interface |
Instance
A representation of the model object 'Instance'
|
interface |
Literal
A representation of the model object 'Literal'
|
interface |
Object
A representation of the model object 'Object'
|
interface |
Parameter
A representation of the model object 'Parameter'
|
interface |
Relation
A representation of the model object 'Relation'
|
interface |
RelationOrAttribute
A representation of the model object 'Relation Or Attribute'
|
interface |
SourceOfConclusion
A representation of the model object 'Source Of Conclusion'
|
interface |
SourceOfCondition
A representation of the model object 'Source Of Condition'
|
interface |
Variable
A representation of the model object 'Variable'
|
Modifier and Type | Class and Description |
---|---|
class |
ActionImpl
An implementation of the model object 'Action'
|
class |
ActorImpl
An implementation of the model object 'Actor'
|
class |
AttributeImpl
An implementation of the model object 'Attribute'
|
class |
CCDImpl
An implementation of the model object 'CCD'
|
class |
ConceptImpl
An implementation of the model object 'Concept'
|
class |
ConditionImpl
An implementation of the model object 'Condition'
|
class |
EnumImpl
An implementation of the model object 'Enum'
|
class |
InstanceImpl
An implementation of the model object 'Instance'
|
class |
LiteralImpl
An implementation of the model object 'Literal'
|
class |
ObjectImpl
An implementation of the model object 'Object'
|
class |
RelationImpl
An implementation of the model object 'Relation'
|
class |
RelationOrAttributeImpl
An implementation of the model object 'Relation Or Attribute'
|
class |
SourceOfConditionImpl
An implementation of the model object 'Source Of Condition'
|
class |
VariableImpl
An implementation of the model object 'Variable'
|
Modifier and Type | Method and Description |
---|---|
T |
CCDModelSwitch.caseCCDEntity(CCDEntity object)
Returns the result of interpreting the object as an instance of 'CCD Entity'
|
boolean |
CCDModelValidator.validateCCDEntity_name(CCDEntity ccdEntity,
org.eclipse.emf.common.util.DiagnosticChain diagnostics,
java.util.Map<java.lang.Object,java.lang.Object> context)
Validates the name constraint of 'CCD Entity'
|
boolean |
CCDModelValidator.validateCCDEntity_NonEmptyNamesConstraint(CCDEntity ccdEntity,
org.eclipse.emf.common.util.DiagnosticChain diagnostics,
java.util.Map<java.lang.Object,java.lang.Object> context)
Validates the NonEmptyNamesConstraint constraint of 'CCD Entity'
|
boolean |
CCDModelValidator.validateCCDEntity(CCDEntity ccdEntity,
org.eclipse.emf.common.util.DiagnosticChain diagnostics,
java.util.Map<java.lang.Object,java.lang.Object> context) |