public class FlaxmlFactoryImpl extends org.eclipse.emf.ecore.impl.EFactoryImpl implements FlaxmlFactory
org.eclipse.emf.ecore.impl.MinimalEObjectImpl.Container.Dynamic
org.eclipse.emf.ecore.impl.MinimalEObjectImpl.Container
org.eclipse.emf.common.notify.impl.BasicNotifierImpl.EAdapterList<E extends java.lang.Object & org.eclipse.emf.common.notify.Adapter>, org.eclipse.emf.common.notify.impl.BasicNotifierImpl.EObservableAdapterList
eINSTANCE
Constructor and Description |
---|
FlaxmlFactoryImpl()
Creates an instance of the factory.
|
Modifier and Type | Method and Description |
---|---|
java.lang.String |
convertFailureTypeObjectToString(org.eclipse.emf.ecore.EDataType eDataType,
java.lang.Object instanceValue) |
java.lang.String |
convertFailureTypeToString(org.eclipse.emf.ecore.EDataType eDataType,
java.lang.Object instanceValue) |
java.lang.String |
convertPatternTypeToString(org.eclipse.emf.ecore.EDataType eDataType,
java.lang.Object instanceValue) |
java.lang.String |
convertToString(org.eclipse.emf.ecore.EDataType eDataType,
java.lang.Object instanceValue) |
org.eclipse.emf.ecore.EObject |
create(org.eclipse.emf.ecore.EClass eClass) |
Components |
createComponents() |
CompositeComponent |
createCompositeComponent() |
Connection |
createConnection() |
Connections |
createConnections() |
DocumentRoot |
createDocumentRoot() |
Failure |
createFailure() |
FailureType |
createFailureTypeFromString(org.eclipse.emf.ecore.EDataType eDataType,
java.lang.String initialValue) |
FailureType |
createFailureTypeObjectFromString(org.eclipse.emf.ecore.EDataType eDataType,
java.lang.String initialValue) |
FptcRules |
createFptcRules() |
java.lang.Object |
createFromString(org.eclipse.emf.ecore.EDataType eDataType,
java.lang.String initialValue) |
InputPort |
createInputPort() |
InputPorts |
createInputPorts() |
NamedElement |
createNamedElement() |
OutputPort |
createOutputPort() |
OutputPorts |
createOutputPorts() |
java.lang.String |
createPatternTypeFromString(org.eclipse.emf.ecore.EDataType eDataType,
java.lang.String initialValue) |
RuleString |
createRuleString() |
SimpleComponent |
createSimpleComponent() |
System |
createSystem() |
FlaxmlPackage |
getFlaxmlPackage() |
static FlaxmlPackage |
getPackage()
Deprecated.
|
static FlaxmlFactory |
init()
Creates the default factory implementation.
|
basicSetEPackage, create, eGet, eInverseAdd, eInverseRemove, eInvoke, eIsSet, eSet, eUnset, getEPackage, setEPackage
eObjectForURIFragmentSegment, eURIFragmentSegment, getEAnnotation, getEAnnotations
eInternalContainer
dynamicGet, dynamicSet, dynamicUnset, eAdapters, eClass, eContainerFeatureID, eContents, eCrossReferences, eDeliver, eDirectResource, eIsProxy, eProxyURI, eSetClass, eSetDeliver, eSetProxyURI
eAllContents, eBaseStructuralFeatureID, eBasicRemoveFromContainer, eBasicRemoveFromContainerFeature, eBasicSetContainer, eContainer, eContainingFeature, eContainmentFeature, eContains, eDerivedOperationID, eDerivedOperationID, eDerivedStructuralFeatureID, eDerivedStructuralFeatureID, eDynamicBasicRemoveFromContainer, eDynamicGet, eDynamicGet, eDynamicInverseAdd, eDynamicInverseRemove, eDynamicInvoke, eDynamicIsSet, eDynamicIsSet, eDynamicSet, eDynamicSet, eDynamicUnset, eDynamicUnset, eGet, eGet, eGet, eInternalResource, eInverseAdd, eInverseRemove, eInvoke, eIsSet, eOpenGet, eOpenIsSet, eOpenSet, eOpenUnset, eResolveProxy, eResource, eSet, eSetResource, eSetStore, eSetting, eStore, eUnset, eVirtualGet, eVirtualGet, eVirtualIsSet, eVirtualSet, eVirtualUnset, toString
eNotificationRequired, eNotify
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait
getEAnnotation, getEAnnotations
eAllContents, eClass, eContainer, eContainingFeature, eContainmentFeature, eContents, eCrossReferences, eGet, eGet, eInvoke, eIsProxy, eIsSet, eResource, eSet, eUnset
public static FlaxmlFactory init()
public org.eclipse.emf.ecore.EObject create(org.eclipse.emf.ecore.EClass eClass)
create
in interface org.eclipse.emf.ecore.EFactory
create
in class org.eclipse.emf.ecore.impl.EFactoryImpl
public java.lang.Object createFromString(org.eclipse.emf.ecore.EDataType eDataType, java.lang.String initialValue)
createFromString
in interface org.eclipse.emf.ecore.EFactory
createFromString
in class org.eclipse.emf.ecore.impl.EFactoryImpl
public java.lang.String convertToString(org.eclipse.emf.ecore.EDataType eDataType, java.lang.Object instanceValue)
convertToString
in interface org.eclipse.emf.ecore.EFactory
convertToString
in class org.eclipse.emf.ecore.impl.EFactoryImpl
public Components createComponents()
createComponents
in interface FlaxmlFactory
public CompositeComponent createCompositeComponent()
createCompositeComponent
in interface FlaxmlFactory
public Connection createConnection()
createConnection
in interface FlaxmlFactory
public Connections createConnections()
createConnections
in interface FlaxmlFactory
public DocumentRoot createDocumentRoot()
createDocumentRoot
in interface FlaxmlFactory
public Failure createFailure()
createFailure
in interface FlaxmlFactory
public FptcRules createFptcRules()
createFptcRules
in interface FlaxmlFactory
public InputPort createInputPort()
createInputPort
in interface FlaxmlFactory
public InputPorts createInputPorts()
createInputPorts
in interface FlaxmlFactory
public NamedElement createNamedElement()
createNamedElement
in interface FlaxmlFactory
public OutputPort createOutputPort()
createOutputPort
in interface FlaxmlFactory
public OutputPorts createOutputPorts()
createOutputPorts
in interface FlaxmlFactory
public RuleString createRuleString()
createRuleString
in interface FlaxmlFactory
public SimpleComponent createSimpleComponent()
createSimpleComponent
in interface FlaxmlFactory
public System createSystem()
createSystem
in interface FlaxmlFactory
public FailureType createFailureTypeFromString(org.eclipse.emf.ecore.EDataType eDataType, java.lang.String initialValue)
public java.lang.String convertFailureTypeToString(org.eclipse.emf.ecore.EDataType eDataType, java.lang.Object instanceValue)
public FailureType createFailureTypeObjectFromString(org.eclipse.emf.ecore.EDataType eDataType, java.lang.String initialValue)
public java.lang.String convertFailureTypeObjectToString(org.eclipse.emf.ecore.EDataType eDataType, java.lang.Object instanceValue)
public java.lang.String createPatternTypeFromString(org.eclipse.emf.ecore.EDataType eDataType, java.lang.String initialValue)
public java.lang.String convertPatternTypeToString(org.eclipse.emf.ecore.EDataType eDataType, java.lang.Object instanceValue)
public FlaxmlPackage getFlaxmlPackage()
getFlaxmlPackage
in interface FlaxmlFactory
@Deprecated public static FlaxmlPackage getPackage()