|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface GraphType
A representation of the model object 'Graph Type'. this is the main container for the described graph which is divided into structure and layout. structure: declarations of nodes (including compound-structure), edges, labels and application-data. layout: appearance of nodes, edges, labels and templates. Also constraint-definitions.
The following features are supported:
OgmlPackage.getGraphType()
extendedMetaData | = | "name='graph.type' |
kind | = | 'elementOnly'" |
Method Summary | |
---|---|
EList<DataType> |
getData()
Returns the value of the 'Data' containment reference list. |
LayoutType |
getLayout()
Returns the value of the 'Layout' containment reference. |
StructureType |
getStructure()
Returns the value of the 'Structure' containment reference. |
void |
setLayout(LayoutType value)
Sets the value of the ' Layout ' containment reference. |
void |
setStructure(StructureType value)
Sets the value of the ' Structure ' 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 |
---|
EList<DataType> getData()
DataType
.
If the meaning of the 'Data' containment reference list isn't clear, there really should be more of a description here...
OgmlPackage.getGraphType_Data()
containment | = | true |
extendedMetaData | = | "kind='element' |
name | = | 'data' |
namespace | = | '##targetNamespace'" |
StructureType getStructure()
If the meaning of the 'Structure' containment reference isn't clear, there really should be more of a description here...
setStructure(StructureType)
,
OgmlPackage.getGraphType_Structure()
containment | = | true |
required | = | true |
extendedMetaData | = | "kind='element' |
name | = | 'structure' |
namespace | = | '##targetNamespace'" |
void setStructure(StructureType value)
Structure
' containment reference.
value
- the new value of the 'Structure' containment reference.getStructure()
LayoutType getLayout()
If the meaning of the 'Layout' containment reference isn't clear, there really should be more of a description here...
setLayout(LayoutType)
,
OgmlPackage.getGraphType_Layout()
containment | = | true |
extendedMetaData | = | "kind='element' |
name | = | 'layout' |
namespace | = | '##targetNamespace'" |
void setLayout(LayoutType value)
Layout
' containment reference.
value
- the new value of the 'Layout' containment reference.getLayout()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |