Uses of Class
be.ac.vub.cocompose.lang.impl.core.DefaultModelElement

Packages that use DefaultModelElement
be.ac.vub.cocompose.eclipse.model.core   
be.ac.vub.cocompose.eclipse.model.properties   
be.ac.vub.cocompose.lang.impl.constraints   
be.ac.vub.cocompose.lang.impl.core   
be.ac.vub.cocompose.lang.impl.properties   
 

Uses of DefaultModelElement in be.ac.vub.cocompose.eclipse.model.core
 

Subclasses of DefaultModelElement in be.ac.vub.cocompose.eclipse.model.core
 class EclipseConcept
          The Concept language element for Eclipse.
 class EclipseImplementationGenerator
          The ImplementationGenerator language element for Eclipse.
 class EclipseImplementationPattern
          The ImplementationPattern language element for Eclipse.
 class EclipseImplementationRolePart
          The ImplementationRolePart language element for Eclipse.
 class EclipseModel
          The Model language element for Eclipse.
 class EclipseModelTransformation
          Eclipse implementation of a ModelTransformation.
 class EclipseRelationship
          Eclipse representation for CoCompose language elements that can participate in a relationship.
 class EclipseRole
          The Concept language element for Eclipse.
 class EclipseSolutionPattern
          The SolutionPattern language element for Eclipse.
 

Uses of DefaultModelElement in be.ac.vub.cocompose.eclipse.model.properties
 

Subclasses of DefaultModelElement in be.ac.vub.cocompose.eclipse.model.properties
 class EclipseSimpleProperty
          The SimpleProperty language element for Eclipse.
 

Uses of DefaultModelElement in be.ac.vub.cocompose.lang.impl.constraints
 

Subclasses of DefaultModelElement in be.ac.vub.cocompose.lang.impl.constraints
 class DefaultAndConstraint
          Boolean "and" composite constraint.
 class DefaultCompositeConstraint
          Composite constraint.
 class DefaultConstraint
          Represents a general constraint.
 class DefaultElementConstraint
          Model element constraint.
 class DefaultOrConstraint
          Boolean "or" composite constraint interface.
 

Uses of DefaultModelElement in be.ac.vub.cocompose.lang.impl.core
 

Subclasses of DefaultModelElement in be.ac.vub.cocompose.lang.impl.core
 class DefaultConcept
          The Concept language element default implementation.
 class DefaultImplementationGenerator
          The Implementation Generator language element.
 class DefaultImplementationPattern
          Embedded implementation for concepts.
 class DefaultImplementationRolePart
          The Implementation Generator role part language element.
 class DefaultModel
          The Model language element.
 class DefaultModelTransformation
          Default implementation for a ModelTransformation
 class DefaultNamespace
          Default container and namespace mechanism for all CoCompose language elements.
 class DefaultRefinedElement
          Represents a language element that can have refinements.
 class DefaultRefinement
          Represents language element refinements.
 class DefaultRelationElement
          Represents CoCompose language elements that can participate in a relationship.
 class DefaultRelationship
          Interface for relationships between CoCompose language elements.
 class DefaultRole
          The Solution Role language element.
 class DefaultSolutionPattern
          The Solution Pattern language element.
 

Uses of DefaultModelElement in be.ac.vub.cocompose.lang.impl.properties
 

Subclasses of DefaultModelElement in be.ac.vub.cocompose.lang.impl.properties
 class DefaultModelProperty
          Delegates to a model as property.
 class DefaultProperty
          Generic language element property.
 class DefaultSimpleProperty
          Simple language element property.