net.ogdf.ogml
Interface OgmlType

All Superinterfaces:
EObject, Notifier
All Known Implementing Classes:
OgmlTypeImpl

public interface OgmlType
extends EObject

A representation of the model object 'Type'.

The following features are supported:

See Also:
OgmlPackage.getOgmlType()
Rating red
Generated:
This code was automatically generated.
Model element:
extendedMetaData="name='ogml.type'
kind='elementOnly'"

Method Summary
 GraphType getGraph()
          Returns the value of the 'Graph' containment reference.
 KeysType getKeys()
          Returns the value of the 'Keys' containment reference.
 void setGraph(GraphType value)
          Sets the value of the 'Graph' containment reference.
 void setKeys(KeysType value)
          Sets the value of the 'Keys' containment reference.
 
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
 

Method Detail

getKeys

KeysType getKeys()
Returns the value of the 'Keys' containment reference.

If the meaning of the 'Keys' containment reference isn't clear, there really should be more of a description here...

Returns:
the value of the 'Keys' containment reference.
See Also:
setKeys(KeysType), OgmlPackage.getOgmlType_Keys()
Generated:
This code was automatically generated.
Model element:
containment=true
extendedMetaData="kind='element'
name='keys'
namespace='##targetNamespace'"

setKeys

void setKeys(KeysType value)
Sets the value of the 'Keys' containment reference.

Parameters:
value - the new value of the 'Keys' containment reference.
See Also:
getKeys()
Generated:
This code was automatically generated.

getGraph

GraphType getGraph()
Returns the value of the 'Graph' containment reference.

If the meaning of the 'Graph' containment reference isn't clear, there really should be more of a description here...

Returns:
the value of the 'Graph' containment reference.
See Also:
setGraph(GraphType), OgmlPackage.getOgmlType_Graph()
Generated:
This code was automatically generated.
Model element:
containment=true
required=true
extendedMetaData="kind='element'
name='graph'
namespace='##targetNamespace'"

setGraph

void setGraph(GraphType value)
Sets the value of the 'Graph' containment reference.

Parameters:
value - the new value of the 'Graph' containment reference.
See Also:
getGraph()
Generated:
This code was automatically generated.