EGF Engine
Release 0.1.0

org.eclipse.egf.pattern
Interface PatternFactory

All Known Implementing Classes:
PatternFactoryImpl

public interface PatternFactory

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

See Also:
PatternPackage

Field Summary
static PatternFactory eINSTANCE
          The singleton instance of the factory
 
Method Summary
 Pattern createPattern()
          Returns a new object of class 'Pattern'
 PatternPackage getPatternPackage()
          Returns the package supported by this factory
 

Field Detail

eINSTANCE

static final PatternFactory eINSTANCE
The singleton instance of the factory.

Method Detail

createPattern

Pattern createPattern()
Returns a new object of class 'Pattern'.

Returns:
a new object of class 'Pattern'.

getPatternPackage

PatternPackage getPatternPackage()
Returns the package supported by this factory.

Returns:
the package supported by this factory.

EGF Engine
Release 0.1.0

Copyright (c) Thales Corporate Services S.A.S, 2009.

This page is made available under license. For full details see the LEGAL in the documentation book that contains this page.