Uses of Class
org.eclipse.ocl.examples.library.executor.ExecutorFragment

Packages that use ExecutorFragment
org.eclipse.ocl.examples.library.ecore   
org.eclipse.ocl.examples.library.executor   
 

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

Methods in org.eclipse.ocl.examples.library.ecore with parameters of type ExecutorFragment
 EcoreExecutorType EcoreExecutorType.initFragments(ExecutorFragment[] fragments, int[] depthCounts, org.eclipse.emf.ecore.EClassifier eClassifier)
          Define the EClassifier associated with an executable type.
 

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

Methods in org.eclipse.ocl.examples.library.executor that return ExecutorFragment
 ExecutorFragment ExecutorType.getFragment(int fragmentNumber)
           
 ExecutorFragment ExecutorType.getSelfFragment()
           
 

Methods in org.eclipse.ocl.examples.library.executor with parameters of type ExecutorFragment
 void ExecutorType.initFragments(ExecutorFragment[] fragments, int[] depthCounts)