|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface GraphMLFactory
The Factory for the model. It provides a create method for each non-abstract class of the model.
GraphMLPackage
Field Summary | |
---|---|
static GraphMLFactory |
eINSTANCE
The singleton instance of the factory. |
Method Summary | |
---|---|
DataExtensionType |
createDataExtensionType()
Returns a new object of class 'Data Extension Type'. |
DataType |
createDataType()
Returns a new object of class 'Data Type'. |
DefaultType |
createDefaultType()
Returns a new object of class 'Default Type'. |
DocumentRoot |
createDocumentRoot()
Returns a new object of class 'Document Root'. |
EdgeType |
createEdgeType()
Returns a new object of class 'Edge Type'. |
EndpointType |
createEndpointType()
Returns a new object of class 'Endpoint Type'. |
GraphmlType |
createGraphmlType()
Returns a new object of class 'Graphml Type'. |
GraphType |
createGraphType()
Returns a new object of class 'Graph Type'. |
HyperedgeType |
createHyperedgeType()
Returns a new object of class 'Hyperedge Type'. |
KeyType |
createKeyType()
Returns a new object of class 'Key Type'. |
LocatorType |
createLocatorType()
Returns a new object of class 'Locator Type'. |
NodeType |
createNodeType()
Returns a new object of class 'Node Type'. |
PortType |
createPortType()
Returns a new object of class 'Port Type'. |
GraphMLPackage |
getGraphMLPackage()
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, eInvoke, eIsProxy, eIsSet, eResource, eSet, eUnset |
Methods inherited from interface org.eclipse.emf.common.notify.Notifier |
---|
eAdapters, eDeliver, eNotify, eSetDeliver |
Field Detail |
---|
static final GraphMLFactory eINSTANCE
Method Detail |
---|
DataExtensionType createDataExtensionType()
DataType createDataType()
DefaultType createDefaultType()
DocumentRoot createDocumentRoot()
EdgeType createEdgeType()
EndpointType createEndpointType()
GraphmlType createGraphmlType()
GraphType createGraphType()
HyperedgeType createHyperedgeType()
KeyType createKeyType()
LocatorType createLocatorType()
NodeType createNodeType()
PortType createPortType()
GraphMLPackage getGraphMLPackage()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |