org.eclipse.ocl.examples.library.ecore
Class EcoreExecutorPackage

java.lang.Object
  extended by org.eclipse.ocl.examples.library.executor.ExecutorPackage
      extended by org.eclipse.ocl.examples.library.ecore.EcoreExecutorPackage
All Implemented Interfaces:
DomainElement, DomainPackage

public class EcoreExecutorPackage
extends ExecutorPackage


Field Summary
protected  org.eclipse.emf.ecore.EPackage ePackage
           
 
Fields inherited from class org.eclipse.ocl.examples.library.executor.ExecutorPackage
name, nsURI
 
Constructor Summary
EcoreExecutorPackage(org.eclipse.emf.ecore.EPackage ePackage)
           
 
Method Summary
 org.eclipse.emf.ecore.EPackage getEPackage()
           
 java.lang.Iterable<ExecutorType> getOwnedType()
           
 ExecutorType getType(java.lang.String typeName)
           
 void init(ExecutorStandardLibrary standardLibrary, ExecutorType[] types)
           
 void init(ExecutorType[] types)
          Deprecated. 
 
Methods inherited from class org.eclipse.ocl.examples.library.executor.ExecutorPackage
getName, getNsURI, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Field Detail

ePackage

protected final org.eclipse.emf.ecore.EPackage ePackage
Constructor Detail

EcoreExecutorPackage

public EcoreExecutorPackage(org.eclipse.emf.ecore.EPackage ePackage)
Method Detail

getEPackage

public final org.eclipse.emf.ecore.EPackage getEPackage()

getOwnedType

public java.lang.Iterable<ExecutorType> getOwnedType()

getType

public ExecutorType getType(java.lang.String typeName)

init

public void init(ExecutorStandardLibrary standardLibrary,
                 ExecutorType[] types)

init

@Deprecated
public void init(ExecutorType[] types)
Deprecated.