|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface DotFactory
The Factory for the model. It provides a create method for each non-abstract class of the model.
DotPackage
Field Summary | |
---|---|
static DotFactory |
eINSTANCE
The singleton instance of the factory. |
Method Summary | |
---|---|
Attribute |
createAttribute()
Returns a new object of class 'Attribute'. |
AttributeList |
createAttributeList()
Returns a new object of class 'Attribute List'. |
AttributeStatement |
createAttributeStatement()
Returns a new object of class 'Attribute Statement'. |
EdgeStatement |
createEdgeStatement()
Returns a new object of class 'Edge Statement'. |
EdgeTarget |
createEdgeTarget()
Returns a new object of class 'Edge Target'. |
Graph |
createGraph()
Returns a new object of class 'Graph'. |
GraphvizModel |
createGraphvizModel()
Returns a new object of class 'Graphviz Model'. |
Node |
createNode()
Returns a new object of class 'Node'. |
NodeStatement |
createNodeStatement()
Returns a new object of class 'Node Statement'. |
Port |
createPort()
Returns a new object of class 'Port'. |
Statement |
createStatement()
Returns a new object of class 'Statement'. |
Subgraph |
createSubgraph()
Returns a new object of class 'Subgraph'. |
DotPackage |
getDotPackage()
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 |
---|
static final DotFactory eINSTANCE
Method Detail |
---|
GraphvizModel createGraphvizModel()
Graph createGraph()
Statement createStatement()
EdgeStatement createEdgeStatement()
EdgeTarget createEdgeTarget()
NodeStatement createNodeStatement()
AttributeStatement createAttributeStatement()
Subgraph createSubgraph()
AttributeList createAttributeList()
Attribute createAttribute()
Node createNode()
Port createPort()
DotPackage getDotPackage()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |