org.eclipse.gmt.umlx.eqvtc.cst
Interface EqvtcCSTFactory

All Superinterfaces:
org.eclipse.emf.ecore.EFactory, org.eclipse.emf.ecore.EModelElement, org.eclipse.emf.ecore.EObject, org.eclipse.emf.common.notify.Notifier

public interface EqvtcCSTFactory
extends org.eclipse.emf.ecore.EFactory

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

See Also:
EqvtcCSTPackage

Field Summary
static EqvtcCSTFactory eINSTANCE
          The singleton instance of the factory.
 
Method Summary
 AssignmentCS createAssignmentCS()
          Returns a new object of class 'Assignment CS'.
 DirectionCS createDirectionCS()
          Returns a new object of class 'Direction CS'.
 DomainCS createDomainCS()
          Returns a new object of class 'Domain CS'.
 IdentifierCS createIdentifierCS()
          Returns a new object of class 'Identifier CS'.
 MappingCS createMappingCS()
          Returns a new object of class 'Mapping CS'.
 PatternCS createPatternCS()
          Returns a new object of class 'Pattern CS'.
 RealizedVariableCS createRealizedVariableCS()
          Returns a new object of class 'Realized Variable CS'.
 TopLevelCS createTopLevelCS()
          Returns a new object of class 'Top Level CS'.
 TransformationCS createTransformationCS()
          Returns a new object of class 'Transformation CS'.
 EqvtcCSTPackage getEqvtcCSTPackage()
          Returns the package supported by this factory.
 
Methods inherited from interface org.eclipse.emf.ecore.EFactory
convertToString, create, createFromString, getEPackage, setEPackage
 
Methods inherited from interface org.eclipse.emf.ecore.EModelElement
getEAnnotation, getEAnnotations
 
Methods inherited from interface org.eclipse.emf.ecore.EObject
eAllContents, eClass, eContainer, eContainingFeature, eContainmentFeature, eContents, eCrossReferences, eGet, eGet, eIsProxy, eIsSet, eResource, eSet, eUnset
 
Methods inherited from interface org.eclipse.emf.common.notify.Notifier
eAdapters, eDeliver, eNotify, eSetDeliver
 

Field Detail

eINSTANCE

static final EqvtcCSTFactory eINSTANCE
The singleton instance of the factory.

Method Detail

createAssignmentCS

AssignmentCS createAssignmentCS()
Returns a new object of class 'Assignment CS'.

Returns:
a new object of class 'Assignment CS'.

createDirectionCS

DirectionCS createDirectionCS()
Returns a new object of class 'Direction CS'.

Returns:
a new object of class 'Direction CS'.

createIdentifierCS

IdentifierCS createIdentifierCS()
Returns a new object of class 'Identifier CS'.

Returns:
a new object of class 'Identifier CS'.

createMappingCS

MappingCS createMappingCS()
Returns a new object of class 'Mapping CS'.

Returns:
a new object of class 'Mapping CS'.

createPatternCS

PatternCS createPatternCS()
Returns a new object of class 'Pattern CS'.

Returns:
a new object of class 'Pattern CS'.

createTopLevelCS

TopLevelCS createTopLevelCS()
Returns a new object of class 'Top Level CS'.

Returns:
a new object of class 'Top Level CS'.

createTransformationCS

TransformationCS createTransformationCS()
Returns a new object of class 'Transformation CS'.

Returns:
a new object of class 'Transformation CS'.

createDomainCS

DomainCS createDomainCS()
Returns a new object of class 'Domain CS'.

Returns:
a new object of class 'Domain CS'.

createRealizedVariableCS

RealizedVariableCS createRealizedVariableCS()
Returns a new object of class 'Realized Variable CS'.

Returns:
a new object of class 'Realized Variable CS'.

getEqvtcCSTPackage

EqvtcCSTPackage getEqvtcCSTPackage()
Returns the package supported by this factory.

Returns:
the package supported by this factory.