EGF Engine
Release 0.1.0

org.eclipse.egf.pattern.relations
Interface RelationsFactory

All Known Implementing Classes:
RelationsFactoryImpl

public interface RelationsFactory

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

See Also:
RelationsPackage

Field Summary
static RelationsFactory eINSTANCE
          The singleton instance of the factory
 
Method Summary
 CallParameter createCallParameter()
          Returns a new object of class 'Call Parameter'
 ParameterRelation createParameterRelation()
          Returns a new object of class 'Parameter Relation'
 ReferenceRelation createReferenceRelation()
          Returns a new object of class 'Reference Relation'
 RelationsPackage getRelationsPackage()
          Returns the package supported by this factory
 

Field Detail

eINSTANCE

static final RelationsFactory eINSTANCE
The singleton instance of the factory.

Method Detail

createParameterRelation

ParameterRelation createParameterRelation()
Returns a new object of class 'Parameter Relation'.

Returns:
a new object of class 'Parameter Relation'.

createReferenceRelation

ReferenceRelation createReferenceRelation()
Returns a new object of class 'Reference Relation'.

Returns:
a new object of class 'Reference Relation'.

createCallParameter

CallParameter createCallParameter()
Returns a new object of class 'Call Parameter'.

Returns:
a new object of class 'Call Parameter'.

getRelationsPackage

RelationsPackage getRelationsPackage()
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.