org.eclipse.ocl.utilities.impl
Class UtilitiesFactoryImpl

java.lang.Object
  extended by EFactoryImpl
      extended by org.eclipse.ocl.utilities.impl.UtilitiesFactoryImpl
All Implemented Interfaces:
UtilitiesFactory

public class UtilitiesFactoryImpl
extends EFactoryImpl
implements UtilitiesFactory

An implementation of the model Factory.


Field Summary
 
Fields inherited from interface org.eclipse.ocl.utilities.UtilitiesFactory
eINSTANCE
 
Constructor Summary
UtilitiesFactoryImpl()
          Creates an instance of the factory
 
Method Summary
 EObject create(EClass eClass)
           
static UtilitiesPackage getPackage()
          Deprecated.  
 UtilitiesPackage getUtilitiesPackage()
           
static UtilitiesFactory init()
          Creates the default factory implementation
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

UtilitiesFactoryImpl

public UtilitiesFactoryImpl()
Creates an instance of the factory.

Method Detail

init

public static UtilitiesFactory init()
Creates the default factory implementation.


create

public EObject create(EClass eClass)


getUtilitiesPackage

public UtilitiesPackage getUtilitiesPackage()

Specified by:
getUtilitiesPackage in interface UtilitiesFactory
Returns:
the package supported by this factory.

getPackage

@Deprecated
public static UtilitiesPackage getPackage()
Deprecated. 


Copyright 2002, 2007 IBM Corporation and others.
All Rights Reserved.