Package de.sebinside.dcp.dsl.dSL.impl
Class DSLFactoryImpl
-
- All Implemented Interfaces:
DSLFactory
,Notifier
,EFactory
,EModelElement
,EObject
,EStructuralFeature.Internal.DynamicValueHolder
,InternalEObject
,BinaryResourceImpl.DataConverter.Factory
public class DSLFactoryImpl extends EFactoryImpl implements DSLFactory
An implementation of the model Factory.- Generated class or method.
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from class org.eclipse.emf.ecore.impl.MinimalEObjectImpl.Container
MinimalEObjectImpl.Container.Dynamic
-
Nested classes/interfaces inherited from class org.eclipse.emf.ecore.impl.MinimalEObjectImpl
MinimalEObjectImpl.Container
-
Nested classes/interfaces inherited from class org.eclipse.emf.ecore.impl.BasicEObjectImpl
BasicEObjectImpl.EPropertiesHolder, BasicEObjectImpl.EPropertiesHolderBaseImpl, BasicEObjectImpl.EPropertiesHolderImpl
-
Nested classes/interfaces inherited from class org.eclipse.emf.common.notify.impl.BasicNotifierImpl
BasicNotifierImpl.EAdapterList<E extends Object & Adapter>, BasicNotifierImpl.EObservableAdapterList, BasicNotifierImpl.EScannableAdapterList
-
Nested classes/interfaces inherited from interface org.eclipse.emf.ecore.InternalEObject
InternalEObject.EStore
-
-
Field Summary
-
Fields inherited from class org.eclipse.emf.ecore.impl.EFactoryImpl
EDATE_FORMATS, ePackage
-
Fields inherited from class org.eclipse.emf.ecore.impl.EModelElementImpl
eAnnotations, eFlags, EFROZEN, ELAST_EMODEL_ELEMENT_FLAG
-
Fields inherited from class org.eclipse.emf.ecore.impl.MinimalEObjectImpl.Container
eContainer
-
Fields inherited from class org.eclipse.emf.ecore.impl.BasicEObjectImpl
EVIRTUAL_GET, EVIRTUAL_IS_SET, EVIRTUAL_NO_VALUE, EVIRTUAL_SET, EVIRTUAL_UNSET
-
Fields inherited from interface de.sebinside.dcp.dsl.dSL.DSLFactory
eINSTANCE
-
Fields inherited from interface org.eclipse.emf.ecore.EStructuralFeature.Internal.DynamicValueHolder
NIL
-
Fields inherited from interface org.eclipse.emf.ecore.InternalEObject
EOPPOSITE_FEATURE_BASE
-
-
Constructor Summary
Constructors Constructor Description DSLFactoryImpl()
Creates an instance of the factory.
-
Method Summary
-
Methods inherited from class org.eclipse.emf.ecore.impl.EFactoryImpl
basicCreate, basicSetEPackage, collapseWhiteSpace, convertToString, create, createFromString, eGet, eInverseAdd, eInverseRemove, eInvoke, eIsSet, eSet, eStaticClass, eUnset, getEPackage, replaceWhiteSpace, setEPackage, split
-
Methods inherited from class org.eclipse.emf.ecore.impl.EModelElementImpl
eObjectForURIFragmentSegment, eSetDirectResource, eURIFragmentSegment, freeze, freeze, getEAnnotation, getEAnnotations, isFrozen, setFrozen
-
Methods inherited from class org.eclipse.emf.ecore.impl.MinimalEObjectImpl.Container
eBasicSetContainer, eInternalContainer
-
Methods inherited from class org.eclipse.emf.ecore.impl.MinimalEObjectImpl
dynamicGet, dynamicSet, dynamicUnset, eAdapters, eBasicAdapterArray, eBasicAdapterListeners, eBasicAdapters, eBasicHasAdapters, eBasicProperties, eBasicSetAdapterArray, eBasicSetAdapterListeners, eBasicSetContainer, eBasicSetContainerFeatureID, eBasicSetSettings, eBasicSettings, eClass, eContainerFeatureID, eContents, eCrossReferences, eDeliver, eDirectResource, eDynamicClass, eHasSettings, eIsProxy, eProperties, eProxyURI, eSetClass, eSetDeliver, eSetProxyURI, eSettings
-
Methods inherited from class org.eclipse.emf.ecore.impl.BasicEObjectImpl
eAddVirtualValue, eAllContents, eBaseStructuralFeatureID, eBasicRemoveFromContainer, eBasicRemoveFromContainerFeature, eBasicSetContainer, eComputeVirtualValuesCapacity, eContainer, eContainerAdapterArray, eContainingFeature, eContainmentFeature, eContainmentFeature, eContains, eDerivedOperationID, eDerivedOperationID, eDerivedStructuralFeatureID, eDerivedStructuralFeatureID, eDynamicBasicRemoveFromContainer, eDynamicFeature, eDynamicFeatureID, eDynamicGet, eDynamicGet, eDynamicGet, eDynamicInverseAdd, eDynamicInverseAdd, eDynamicInverseRemove, eDynamicInverseRemove, eDynamicInvoke, eDynamicInvoke, eDynamicIsSet, eDynamicIsSet, eDynamicIsSet, eDynamicSet, eDynamicSet, eDynamicSet, eDynamicUnset, eDynamicUnset, eDynamicUnset, eGet, eGet, eGet, eInternalResource, eInverseAdd, eInverseRemove, eInvocationDelegate, eInvoke, eIsSet, eOpenGet, eOpenIsSet, eOpenSet, eOpenUnset, eRemoveVirtualValue, eResolveProxy, eResource, eSet, eSetResource, eSetStore, eSetting, eSettingDelegate, eSetVirtualIndexBits, eSetVirtualValue, eSetVirtualValues, eStaticFeatureCount, eStaticOperationCount, eStore, eUnset, eVirtualBitCount, eVirtualGet, eVirtualGet, eVirtualIndex, eVirtualIndexBits, eVirtualIsSet, eVirtualSet, eVirtualUnset, eVirtualValue, eVirtualValues, toString
-
Methods inherited from class org.eclipse.emf.common.notify.impl.BasicNotifierImpl
eNotificationRequired, eNotify
-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
-
Methods inherited from interface org.eclipse.emf.ecore.EFactory
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, eInvoke, eIsProxy, eIsSet, eResource, eSet, eUnset
-
Methods inherited from interface org.eclipse.emf.ecore.InternalEObject
eNotificationRequired
-
Methods inherited from interface org.eclipse.emf.common.notify.Notifier
eAdapters, eDeliver, eNotify, eSetDeliver
-
-
-
-
Method Detail
-
init
public static DSLFactory init()
Creates the default factory implementation.- Generated class or method.
-
create
public EObject create(EClass eClass)
- Specified by:
create
in interfaceEFactory
- Overrides:
create
in classEFactoryImpl
- Generated class or method.
-
createFromString
public Object createFromString(EDataType eDataType, String initialValue)
- Specified by:
createFromString
in interfaceEFactory
- Overrides:
createFromString
in classEFactoryImpl
- Generated class or method.
-
convertToString
public String convertToString(EDataType eDataType, Object instanceValue)
- Specified by:
convertToString
in interfaceEFactory
- Overrides:
convertToString
in classEFactoryImpl
- Generated class or method.
-
createModel
public Model createModel()
- Specified by:
createModel
in interfaceDSLFactory
- Returns:
- a new object of class 'Model'.
- Generated class or method.
-
createAbstractElement
public AbstractElement createAbstractElement()
- Specified by:
createAbstractElement
in interfaceDSLFactory
- Returns:
- a new object of class 'Abstract Element'.
- Generated class or method.
-
createCharacteristicType
public CharacteristicType createCharacteristicType()
- Specified by:
createCharacteristicType
in interfaceDSLFactory
- Returns:
- a new object of class 'Characteristic Type'.
- Generated class or method.
-
createGlobalConstantDefinition
public GlobalConstantDefinition createGlobalConstantDefinition()
- Specified by:
createGlobalConstantDefinition
in interfaceDSLFactory
- Returns:
- a new object of class 'Global Constant Definition'.
- Generated class or method.
-
createGlobalSetConstantDefinition
public GlobalSetConstantDefinition createGlobalSetConstantDefinition()
- Specified by:
createGlobalSetConstantDefinition
in interfaceDSLFactory
- Returns:
- a new object of class 'Global Set Constant Definition'.
- Generated class or method.
-
createGlobalValueConstantDefinition
public GlobalValueConstantDefinition createGlobalValueConstantDefinition()
- Specified by:
createGlobalValueConstantDefinition
in interfaceDSLFactory
- Returns:
- a new object of class 'Global Value Constant Definition'.
- Generated class or method.
-
createCharacteristicClass
public CharacteristicClass createCharacteristicClass()
- Specified by:
createCharacteristicClass
in interfaceDSLFactory
- Returns:
- a new object of class 'Characteristic Class'.
- Generated class or method.
-
createCharacteristicTypeSelector
public CharacteristicTypeSelector createCharacteristicTypeSelector()
- Specified by:
createCharacteristicTypeSelector
in interfaceDSLFactory
- Returns:
- a new object of class 'Characteristic Type Selector'.
- Generated class or method.
-
createCharacteristicVariableType
public CharacteristicVariableType createCharacteristicVariableType()
- Specified by:
createCharacteristicVariableType
in interfaceDSLFactory
- Returns:
- a new object of class 'Characteristic Variable Type'.
- Generated class or method.
-
createCharacteristicVariable
public CharacteristicVariable createCharacteristicVariable()
- Specified by:
createCharacteristicVariable
in interfaceDSLFactory
- Returns:
- a new object of class 'Characteristic Variable'.
- Generated class or method.
-
createCharacteristicSet
public CharacteristicSet createCharacteristicSet()
- Specified by:
createCharacteristicSet
in interfaceDSLFactory
- Returns:
- a new object of class 'Characteristic Set'.
- Generated class or method.
-
createInclude
public Include createInclude()
- Specified by:
createInclude
in interfaceDSLFactory
- Returns:
- a new object of class 'Include'.
- Generated class or method.
-
createConstraint
public Constraint createConstraint()
- Specified by:
createConstraint
in interfaceDSLFactory
- Returns:
- a new object of class 'Constraint'.
- Generated class or method.
-
createRule
public Rule createRule()
- Specified by:
createRule
in interfaceDSLFactory
- Returns:
- a new object of class 'Rule'.
- Generated class or method.
-
createData
public Data createData()
- Specified by:
createData
in interfaceDSLFactory
- Returns:
- a new object of class 'Data'.
- Generated class or method.
-
createDestination
public Destination createDestination()
- Specified by:
createDestination
in interfaceDSLFactory
- Returns:
- a new object of class 'Destination'.
- Generated class or method.
-
createSource
public Source createSource()
- Specified by:
createSource
in interfaceDSLFactory
- Returns:
- a new object of class 'Source'.
- Generated class or method.
-
createDataSelector
public DataSelector createDataSelector()
- Specified by:
createDataSelector
in interfaceDSLFactory
- Returns:
- a new object of class 'Data Selector'.
- Generated class or method.
-
createSpecificDataSelector
public SpecificDataSelector createSpecificDataSelector()
- Specified by:
createSpecificDataSelector
in interfaceDSLFactory
- Returns:
- a new object of class 'Specific Data Selector'.
- Generated class or method.
-
createCharacteristicSelector
public CharacteristicSelector createCharacteristicSelector()
- Specified by:
createCharacteristicSelector
in interfaceDSLFactory
- Returns:
- a new object of class 'Characteristic Selector'.
- Generated class or method.
-
createCharacteristicClassSelector
public CharacteristicClassSelector createCharacteristicClassSelector()
- Specified by:
createCharacteristicClassSelector
in interfaceDSLFactory
- Returns:
- a new object of class 'Characteristic Class Selector'.
- Generated class or method.
-
createAttributeSelector
public AttributeSelector createAttributeSelector()
- Specified by:
createAttributeSelector
in interfaceDSLFactory
- Returns:
- a new object of class 'Attribute Selector'.
- Generated class or method.
-
createAttributeClassSelector
public AttributeClassSelector createAttributeClassSelector()
- Specified by:
createAttributeClassSelector
in interfaceDSLFactory
- Returns:
- a new object of class 'Attribute Class Selector'.
- Generated class or method.
-
createAnySelector
public AnySelector createAnySelector()
- Specified by:
createAnySelector
in interfaceDSLFactory
- Returns:
- a new object of class 'Any Selector'.
- Generated class or method.
-
createNodeSelector
public NodeSelector createNodeSelector()
- Specified by:
createNodeSelector
in interfaceDSLFactory
- Returns:
- a new object of class 'Node Selector'.
- Generated class or method.
-
createPropertySelector
public PropertySelector createPropertySelector()
- Specified by:
createPropertySelector
in interfaceDSLFactory
- Returns:
- a new object of class 'Property Selector'.
- Generated class or method.
-
createPropertyClassSelector
public PropertyClassSelector createPropertyClassSelector()
- Specified by:
createPropertyClassSelector
in interfaceDSLFactory
- Returns:
- a new object of class 'Property Class Selector'.
- Generated class or method.
-
createNodeIdentitiySelector
public NodeIdentitiySelector createNodeIdentitiySelector()
- Specified by:
createNodeIdentitiySelector
in interfaceDSLFactory
- Returns:
- a new object of class 'Node Identitiy Selector'.
- Generated class or method.
-
createNodeTypeSelector
public NodeTypeSelector createNodeTypeSelector()
- Specified by:
createNodeTypeSelector
in interfaceDSLFactory
- Returns:
- a new object of class 'Node Type Selector'.
- Generated class or method.
-
createStatement
public Statement createStatement()
- Specified by:
createStatement
in interfaceDSLFactory
- Returns:
- a new object of class 'Statement'.
- Generated class or method.
-
createStatementType
public StatementType createStatementType()
- Specified by:
createStatementType
in interfaceDSLFactory
- Returns:
- a new object of class 'Statement Type'.
- Generated class or method.
-
createStatementModality
public StatementModality createStatementModality()
- Specified by:
createStatementModality
in interfaceDSLFactory
- Returns:
- a new object of class 'Statement Modality'.
- Generated class or method.
-
createCondition
public Condition createCondition()
- Specified by:
createCondition
in interfaceDSLFactory
- Returns:
- a new object of class 'Condition'.
- Generated class or method.
-
createReference
public Reference createReference()
- Specified by:
createReference
in interfaceDSLFactory
- Returns:
- a new object of class 'Reference'.
- Generated class or method.
-
createCharacteristicReference
public CharacteristicReference createCharacteristicReference()
- Specified by:
createCharacteristicReference
in interfaceDSLFactory
- Returns:
- a new object of class 'Characteristic Reference'.
- Generated class or method.
-
createCharacteristicSetReference
public CharacteristicSetReference createCharacteristicSetReference()
- Specified by:
createCharacteristicSetReference
in interfaceDSLFactory
- Returns:
- a new object of class 'Characteristic Set Reference'.
- Generated class or method.
-
createOperation
public Operation createOperation()
- Specified by:
createOperation
in interfaceDSLFactory
- Returns:
- a new object of class 'Operation'.
- Generated class or method.
-
createBooleanOperation
public BooleanOperation createBooleanOperation()
- Specified by:
createBooleanOperation
in interfaceDSLFactory
- Returns:
- a new object of class 'Boolean Operation'.
- Generated class or method.
-
createCharacteristsicSetOperation
public CharacteristsicSetOperation createCharacteristsicSetOperation()
- Specified by:
createCharacteristsicSetOperation
in interfaceDSLFactory
- Returns:
- a new object of class 'Characteristsic Set Operation'.
- Generated class or method.
-
createSimpleBooleanOperation
public SimpleBooleanOperation createSimpleBooleanOperation()
- Specified by:
createSimpleBooleanOperation
in interfaceDSLFactory
- Returns:
- a new object of class 'Simple Boolean Operation'.
- Generated class or method.
-
createVariableEqualityOperation
public VariableEqualityOperation createVariableEqualityOperation()
- Specified by:
createVariableEqualityOperation
in interfaceDSLFactory
- Returns:
- a new object of class 'Variable Equality Operation'.
- Generated class or method.
-
createVariableInequalityOperation
public VariableInequalityOperation createVariableInequalityOperation()
- Specified by:
createVariableInequalityOperation
in interfaceDSLFactory
- Returns:
- a new object of class 'Variable Inequality Operation'.
- Generated class or method.
-
createLessThanOperation
public LessThanOperation createLessThanOperation()
- Specified by:
createLessThanOperation
in interfaceDSLFactory
- Returns:
- a new object of class 'Less Than Operation'.
- Generated class or method.
-
createGreaterThanOperation
public GreaterThanOperation createGreaterThanOperation()
- Specified by:
createGreaterThanOperation
in interfaceDSLFactory
- Returns:
- a new object of class 'Greater Than Operation'.
- Generated class or method.
-
createEmptySetOperation
public EmptySetOperation createEmptySetOperation()
- Specified by:
createEmptySetOperation
in interfaceDSLFactory
- Returns:
- a new object of class 'Empty Set Operation'.
- Generated class or method.
-
createSubsetOperation
public SubsetOperation createSubsetOperation()
- Specified by:
createSubsetOperation
in interfaceDSLFactory
- Returns:
- a new object of class 'Subset Operation'.
- Generated class or method.
-
createIntersectionOperation
public IntersectionOperation createIntersectionOperation()
- Specified by:
createIntersectionOperation
in interfaceDSLFactory
- Returns:
- a new object of class 'Intersection Operation'.
- Generated class or method.
-
createUnionOperation
public UnionOperation createUnionOperation()
- Specified by:
createUnionOperation
in interfaceDSLFactory
- Returns:
- a new object of class 'Union Operation'.
- Generated class or method.
-
createSubtractOperation
public SubtractOperation createSubtractOperation()
- Specified by:
createSubtractOperation
in interfaceDSLFactory
- Returns:
- a new object of class 'Subtract Operation'.
- Generated class or method.
-
createElementOfOperation
public ElementOfOperation createElementOfOperation()
- Specified by:
createElementOfOperation
in interfaceDSLFactory
- Returns:
- a new object of class 'Element Of Operation'.
- Generated class or method.
-
createCreateSetOperation
public CreateSetOperation createCreateSetOperation()
- Specified by:
createCreateSetOperation
in interfaceDSLFactory
- Returns:
- a new object of class 'Create Set Operation'.
- Generated class or method.
-
createComplementOperation
public ComplementOperation createComplementOperation()
- Specified by:
createComplementOperation
in interfaceDSLFactory
- Returns:
- a new object of class 'Complement Operation'.
- Generated class or method.
-
createNumericOperation
public NumericOperation createNumericOperation()
- Specified by:
createNumericOperation
in interfaceDSLFactory
- Returns:
- a new object of class 'Numeric Operation'.
- Generated class or method.
-
createIndexOperation
public IndexOperation createIndexOperation()
- Specified by:
createIndexOperation
in interfaceDSLFactory
- Returns:
- a new object of class 'Index Operation'.
- Generated class or method.
-
createLogicalOrOperation
public LogicalOrOperation createLogicalOrOperation()
- Specified by:
createLogicalOrOperation
in interfaceDSLFactory
- Returns:
- a new object of class 'Logical Or Operation'.
- Generated class or method.
-
createLogicalAndOperation
public LogicalAndOperation createLogicalAndOperation()
- Specified by:
createLogicalAndOperation
in interfaceDSLFactory
- Returns:
- a new object of class 'Logical And Operation'.
- Generated class or method.
-
createLogicalNegationOperation
public LogicalNegationOperation createLogicalNegationOperation()
- Specified by:
createLogicalNegationOperation
in interfaceDSLFactory
- Returns:
- a new object of class 'Logical Negation Operation'.
- Generated class or method.
-
createNodeTypeFromString
public NodeType createNodeTypeFromString(EDataType eDataType, String initialValue)
- Generated class or method.
-
convertNodeTypeToString
public String convertNodeTypeToString(EDataType eDataType, Object instanceValue)
- Generated class or method.
-
getDSLPackage
public DSLPackage getDSLPackage()
- Specified by:
getDSLPackage
in interfaceDSLFactory
- Returns:
- the package supported by this factory.
- Generated class or method.
-
getPackage
@Deprecated public static DSLPackage getPackage()
Deprecated.- Generated class or method.
-
-