EGF Engine
Release 0.1.0

org.eclipse.egf.pattern.relations.impl
Class RelationsFactoryImpl

java.lang.Object
  extended by EFactoryImpl
      extended by org.eclipse.egf.pattern.relations.impl.RelationsFactoryImpl
All Implemented Interfaces:
RelationsFactory

public class RelationsFactoryImpl
extends EFactoryImpl
implements RelationsFactory

An implementation of the model Factory.


Field Summary
 
Fields inherited from interface org.eclipse.egf.pattern.relations.RelationsFactory
eINSTANCE
 
Constructor Summary
RelationsFactoryImpl()
          Creates an instance of the factory
 
Method Summary
 EObject create(EClass eClass)
           
 CallParameter createCallParameter()
           
 ParameterRelation createParameterRelation()
           
 ReferenceRelation createReferenceRelation()
           
static RelationsPackage getPackage()
          Deprecated.  
 RelationsPackage getRelationsPackage()
           
static RelationsFactory 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

RelationsFactoryImpl

public RelationsFactoryImpl()
Creates an instance of the factory.

Method Detail

init

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


create

public EObject create(EClass eClass)


createParameterRelation

public ParameterRelation createParameterRelation()

Specified by:
createParameterRelation in interface RelationsFactory
Returns:
a new object of class 'Parameter Relation'.

createReferenceRelation

public ReferenceRelation createReferenceRelation()

Specified by:
createReferenceRelation in interface RelationsFactory
Returns:
a new object of class 'Reference Relation'.

createCallParameter

public CallParameter createCallParameter()

Specified by:
createCallParameter in interface RelationsFactory
Returns:
a new object of class 'Call Parameter'.

getRelationsPackage

public RelationsPackage getRelationsPackage()

Specified by:
getRelationsPackage in interface RelationsFactory
Returns:
the package supported by this factory.

getPackage

@Deprecated
public static RelationsPackage getPackage()
Deprecated. 


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.