org.eclipse.gmt.umlx.editor.common
Class AbstractCreationFactory

java.lang.Object
  extended by org.eclipse.gmt.umlx.editor.common.AbstractCreationFactory
All Implemented Interfaces:
ICreationFactory
Direct Known Subclasses:
KM3CreationFactory, OCLCreationFactory, QVTcCreationFactory, QVTrCreationFactory

public abstract class AbstractCreationFactory
extends java.lang.Object
implements ICreationFactory


Constructor Summary
AbstractCreationFactory()
           
 
Method Summary
 java.lang.String getEcoreExtension()
           
 java.lang.String getEMOFExtension()
           
 java.lang.String getXMLExtension()
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 
Methods inherited from interface org.eclipse.gmt.umlx.editor.ICreationFactory
createErrorHandler, createFileEnvironment, createTextEditor, createUnparser, getBuilderId, getEcoreExtensions, getEditorName, getEMOFExtensions, getMappingMetaData, getNatureId, getProblemMarkerId, getTextExtension, getTextExtensions
 

Constructor Detail

AbstractCreationFactory

public AbstractCreationFactory()
Method Detail

getEMOFExtension

public final java.lang.String getEMOFExtension()
Specified by:
getEMOFExtension in interface ICreationFactory

getEcoreExtension

public final java.lang.String getEcoreExtension()
Specified by:
getEcoreExtension in interface ICreationFactory

getXMLExtension

public final java.lang.String getXMLExtension()
Specified by:
getXMLExtension in interface ICreationFactory