org.eclipse.graphiti.mm.impl
Class MmFactoryImpl

java.lang.Object
  extended by EFactoryImpl
      extended by org.eclipse.graphiti.mm.impl.MmFactoryImpl
All Implemented Interfaces:
MmFactory

public class MmFactoryImpl
extends EFactoryImpl
implements MmFactory

An implementation of the model Factory.


Field Summary
 
Fields inherited from interface org.eclipse.graphiti.mm.MmFactory
eINSTANCE
 
Constructor Summary
MmFactoryImpl()
          Creates an instance of the factory.
 
Method Summary
 EObject create(EClass eClass)
           
 Property createProperty()
           
 MmPackage getMmPackage()
           
static MmPackage getPackage()
          Deprecated.  
static MmFactory 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

MmFactoryImpl

public MmFactoryImpl()
Creates an instance of the factory.

Method Detail

init

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


create

public EObject create(EClass eClass)


createProperty

public Property createProperty()

Specified by:
createProperty in interface MmFactory
Returns:
a new object of class 'Property'.

getMmPackage

public MmPackage getMmPackage()

Specified by:
getMmPackage in interface MmFactory
Returns:
the package supported by this factory.

getPackage

@Deprecated
public static MmPackage getPackage()
Deprecated. 



Copyright (c) SAP AG 2005, 2010.