de.cau.cs.kieler.kiml.graphviz.dot.dot.impl
Class DotFactoryImpl
java.lang.Object
org.eclipse.emf.common.notify.impl.BasicNotifierImpl
org.eclipse.emf.ecore.impl.BasicEObjectImpl
org.eclipse.emf.ecore.impl.MinimalEObjectImpl
org.eclipse.emf.ecore.impl.MinimalEObjectImpl.Container
org.eclipse.emf.ecore.impl.EModelElementImpl
org.eclipse.emf.ecore.impl.EFactoryImpl
de.cau.cs.kieler.kiml.graphviz.dot.dot.impl.DotFactoryImpl
- All Implemented Interfaces:
- DotFactory, Notifier, EFactory, EModelElement, EObject, EStructuralFeature.Internal.DynamicValueHolder, InternalEObject
public class DotFactoryImpl
- extends EFactoryImpl
- implements DotFactory
An implementation of the model Factory.
- Rating

- Generated:
- This code was automatically generated.
Constructor Summary |
DotFactoryImpl()
Creates an instance of the factory. |
Method Summary |
String |
convertAttributeTypeToString(EDataType eDataType,
Object instanceValue)
|
String |
convertCompassPointToString(EDataType eDataType,
Object instanceValue)
|
String |
convertEdgeOperatorToString(EDataType eDataType,
Object instanceValue)
|
String |
convertGraphTypeToString(EDataType eDataType,
Object instanceValue)
|
String |
convertToString(EDataType eDataType,
Object instanceValue)
|
EObject |
create(EClass eClass)
|
Attribute |
createAttribute()
|
AttributeStatement |
createAttributeStatement()
|
AttributeType |
createAttributeTypeFromString(EDataType eDataType,
String initialValue)
|
CompassPoint |
createCompassPointFromString(EDataType eDataType,
String initialValue)
|
EdgeOperator |
createEdgeOperatorFromString(EDataType eDataType,
String initialValue)
|
EdgeStatement |
createEdgeStatement()
|
EdgeTarget |
createEdgeTarget()
|
Object |
createFromString(EDataType eDataType,
String initialValue)
|
Graph |
createGraph()
|
GraphType |
createGraphTypeFromString(EDataType eDataType,
String initialValue)
|
GraphvizModel |
createGraphvizModel()
|
Node |
createNode()
|
NodeStatement |
createNodeStatement()
|
Port |
createPort()
|
Statement |
createStatement()
|
Subgraph |
createSubgraph()
|
DotPackage |
getDotPackage()
|
static DotPackage |
getPackage()
Deprecated. |
static DotFactory |
init()
Creates the default factory implementation. |
Methods inherited from class org.eclipse.emf.ecore.impl.EFactoryImpl |
basicCreate, basicSetEPackage, collapseWhiteSpace, convertToString, createFromString, eGet, eInverseAdd, eInverseRemove, eIsSet, eSet, eStaticClass, eUnset, getEPackage, replaceWhiteSpace, setEPackage |
Methods inherited from class org.eclipse.emf.ecore.impl.MinimalEObjectImpl |
dynamicGet, dynamicSet, dynamicUnset, eAdapters, eBasicAdapterArray, eBasicAdapters, eBasicHasAdapters, eBasicProperties, eBasicSetAdapterArray, 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, eDerivedStructuralFeatureID, eDerivedStructuralFeatureID, eDynamicBasicRemoveFromContainer, eDynamicFeature, eDynamicFeatureID, eDynamicGet, eDynamicGet, eDynamicGet, eDynamicInverseAdd, eDynamicInverseAdd, eDynamicInverseRemove, eDynamicInverseRemove, eDynamicIsSet, eDynamicIsSet, eDynamicIsSet, eDynamicSet, eDynamicSet, eDynamicSet, eDynamicUnset, eDynamicUnset, eDynamicUnset, eGet, eGet, eGet, eInternalResource, eInverseAdd, eInverseRemove, eIsSet, eOpenGet, eOpenIsSet, eOpenSet, eOpenUnset, eRemoveVirtualValue, eResolveProxy, eResource, eSet, eSetResource, eSetStore, eSetting, eSettingDelegate, eSetVirtualIndexBits, eSetVirtualValue, eSetVirtualValues, eStaticFeatureCount, eStore, eUnset, eVirtualBitCount, eVirtualGet, eVirtualGet, eVirtualIndex, eVirtualIndexBits, eVirtualIsSet, eVirtualSet, eVirtualUnset, eVirtualValue, eVirtualValues, toString |
Methods inherited from interface org.eclipse.emf.ecore.EObject |
eAllContents, eClass, eContainer, eContainingFeature, eContainmentFeature, eContents, eCrossReferences, eGet, eGet, eIsProxy, eIsSet, eResource, eSet, eUnset |
DotFactoryImpl
public DotFactoryImpl()
- Creates an instance of the factory.
- Generated:
- This code was automatically generated.
init
public static DotFactory init()
- Creates the default factory implementation.
- Generated:
- This code was automatically generated.
create
public EObject create(EClass eClass)
-
- Specified by:
create
in interface EFactory
- Overrides:
create
in class EFactoryImpl
- Generated:
- This code was automatically generated.
createFromString
public Object createFromString(EDataType eDataType,
String initialValue)
-
- Specified by:
createFromString
in interface EFactory
- Overrides:
createFromString
in class EFactoryImpl
- Generated:
- This code was automatically generated.
convertToString
public String convertToString(EDataType eDataType,
Object instanceValue)
-
- Specified by:
convertToString
in interface EFactory
- Overrides:
convertToString
in class EFactoryImpl
- Generated:
- This code was automatically generated.
createGraphvizModel
public GraphvizModel createGraphvizModel()
-
- Specified by:
createGraphvizModel
in interface DotFactory
- Returns:
- a new object of class 'Graphviz Model'.
- Generated:
- This code was automatically generated.
createGraph
public Graph createGraph()
-
- Specified by:
createGraph
in interface DotFactory
- Returns:
- a new object of class 'Graph'.
- Generated:
- This code was automatically generated.
createStatement
public Statement createStatement()
-
- Specified by:
createStatement
in interface DotFactory
- Returns:
- a new object of class 'Statement'.
- Generated:
- This code was automatically generated.
createEdgeStatement
public EdgeStatement createEdgeStatement()
-
- Specified by:
createEdgeStatement
in interface DotFactory
- Returns:
- a new object of class 'Edge Statement'.
- Generated:
- This code was automatically generated.
createEdgeTarget
public EdgeTarget createEdgeTarget()
-
- Specified by:
createEdgeTarget
in interface DotFactory
- Returns:
- a new object of class 'Edge Target'.
- Generated:
- This code was automatically generated.
createNodeStatement
public NodeStatement createNodeStatement()
-
- Specified by:
createNodeStatement
in interface DotFactory
- Returns:
- a new object of class 'Node Statement'.
- Generated:
- This code was automatically generated.
createAttributeStatement
public AttributeStatement createAttributeStatement()
-
- Specified by:
createAttributeStatement
in interface DotFactory
- Returns:
- a new object of class 'Attribute Statement'.
- Generated:
- This code was automatically generated.
createSubgraph
public Subgraph createSubgraph()
-
- Specified by:
createSubgraph
in interface DotFactory
- Returns:
- a new object of class 'Subgraph'.
- Generated:
- This code was automatically generated.
createAttribute
public Attribute createAttribute()
-
- Specified by:
createAttribute
in interface DotFactory
- Returns:
- a new object of class 'Attribute'.
- Generated:
- This code was automatically generated.
createNode
public Node createNode()
-
- Specified by:
createNode
in interface DotFactory
- Returns:
- a new object of class 'Node'.
- Generated:
- This code was automatically generated.
createPort
public Port createPort()
-
- Specified by:
createPort
in interface DotFactory
- Returns:
- a new object of class 'Port'.
- Generated:
- This code was automatically generated.
createEdgeOperatorFromString
public EdgeOperator createEdgeOperatorFromString(EDataType eDataType,
String initialValue)
-
- Generated:
- This code was automatically generated.
convertEdgeOperatorToString
public String convertEdgeOperatorToString(EDataType eDataType,
Object instanceValue)
-
- Generated:
- This code was automatically generated.
createGraphTypeFromString
public GraphType createGraphTypeFromString(EDataType eDataType,
String initialValue)
-
- Generated:
- This code was automatically generated.
convertGraphTypeToString
public String convertGraphTypeToString(EDataType eDataType,
Object instanceValue)
-
- Generated:
- This code was automatically generated.
createAttributeTypeFromString
public AttributeType createAttributeTypeFromString(EDataType eDataType,
String initialValue)
-
- Generated:
- This code was automatically generated.
convertAttributeTypeToString
public String convertAttributeTypeToString(EDataType eDataType,
Object instanceValue)
-
- Generated:
- This code was automatically generated.
createCompassPointFromString
public CompassPoint createCompassPointFromString(EDataType eDataType,
String initialValue)
-
- Generated:
- This code was automatically generated.
convertCompassPointToString
public String convertCompassPointToString(EDataType eDataType,
Object instanceValue)
-
- Generated:
- This code was automatically generated.
getDotPackage
public DotPackage getDotPackage()
-
- Specified by:
getDotPackage
in interface DotFactory
- Returns:
- the package supported by this factory.
- Generated:
- This code was automatically generated.
getPackage
@Deprecated
public static DotPackage getPackage()
- Deprecated.
-
- Generated:
- This code was automatically generated.