org.eclipse.ocl.utilities
Interface UtilitiesFactory

All Known Implementing Classes:
UtilitiesFactoryImpl

public interface UtilitiesFactory

The Factory for the model. It provides a create method for each non-abstract class of the model.

See Also:
UtilitiesPackage

Field Summary
static UtilitiesFactory eINSTANCE
          The singleton instance of the factory
 
Method Summary
 UtilitiesPackage getUtilitiesPackage()
          Returns the package supported by this factory
 

Field Detail

eINSTANCE

static final UtilitiesFactory eINSTANCE
The singleton instance of the factory.

Method Detail

getUtilitiesPackage

UtilitiesPackage getUtilitiesPackage()
Returns the package supported by this factory.

Returns:
the package supported by this factory.

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