Uses of Class
org.eclipse.ocl.examples.domain.types.AbstractFragment

Packages that use AbstractFragment
org.eclipse.ocl.examples.library.ecore   
org.eclipse.ocl.examples.library.executor   
org.eclipse.ocl.examples.pivot.executor   
org.eclipse.ocl.examples.pivot.manager   
 

Uses of AbstractFragment in org.eclipse.ocl.examples.library.ecore
 

Subclasses of AbstractFragment in org.eclipse.ocl.examples.library.ecore
 class EcoreReflectiveFragment
           
 

Methods in org.eclipse.ocl.examples.library.ecore that return AbstractFragment
protected  AbstractFragment EcoreReflectiveType.createFragment(DomainInheritance baseInheritance)
           
 

Uses of AbstractFragment in org.eclipse.ocl.examples.library.executor
 

Subclasses of AbstractFragment in org.eclipse.ocl.examples.library.executor
 class DomainReflectiveFragment
           
 class ExecutorFragment
          An ExecutorFragment provides the description of the properties and operations defined by some class when accessed by the same or another class.
 class ReflectiveFragment
          A ReflectiveFragment provides the description of the properties and operations defined by some class when accessed by the same or another class.
 

Methods in org.eclipse.ocl.examples.library.executor that return AbstractFragment
protected  AbstractFragment DomainReflectiveType.createFragment(DomainInheritance baseInheritance)
           
protected abstract  AbstractFragment ReflectiveType.createFragment(DomainInheritance baseInheritance)
           
 

Uses of AbstractFragment in org.eclipse.ocl.examples.pivot.executor
 

Subclasses of AbstractFragment in org.eclipse.ocl.examples.pivot.executor
 class PivotReflectiveFragment
           
 

Uses of AbstractFragment in org.eclipse.ocl.examples.pivot.manager
 

Methods in org.eclipse.ocl.examples.pivot.manager that return AbstractFragment
protected  AbstractFragment AbstractTypeServer.createFragment(DomainInheritance baseInheritance)