net.ogdf.ogml
Interface StylesType

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

public interface StylesType
extends EObject

A representation of the model object 'Styles Type'.

The following features are supported:

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

Method Summary
 EList<DataType> getData()
          Returns the value of the 'Data' containment reference list.
 EList<EdgeLayoutType> getEdgeStyle()
          Returns the value of the 'Edge Style' containment reference list.
 GraphStyleType getGraphStyle()
          Returns the value of the 'Graph Style' containment reference.
 FeatureMap getGroup()
          Returns the value of the 'Group' attribute list.
 EList<LabelLayoutType> getLabelStyle()
          Returns the value of the 'Label Style' containment reference list.
 EList<NodeLayoutType> getNodeStyle()
          Returns the value of the 'Node Style' containment reference list.
 void setGraphStyle(GraphStyleType value)
          Sets the value of the 'Graph Style' 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

getGraphStyle

GraphStyleType getGraphStyle()
Returns the value of the 'Graph Style' containment reference.

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

Returns:
the value of the 'Graph Style' containment reference.
See Also:
setGraphStyle(GraphStyleType), OgmlPackage.getStylesType_GraphStyle()
Generated:
This code was automatically generated.
Model element:
containment=true
extendedMetaData="kind='element'
name='graphStyle'
namespace='##targetNamespace'"

setGraphStyle

void setGraphStyle(GraphStyleType value)
Sets the value of the 'Graph Style' containment reference.

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

getGroup

FeatureMap getGroup()
Returns the value of the 'Group' attribute list. The list contents are of type FeatureMap.Entry.

If the meaning of the 'Group' attribute list isn't clear, there really should be more of a description here...

Returns:
the value of the 'Group' attribute list.
See Also:
OgmlPackage.getStylesType_Group()
Generated:
This code was automatically generated.
Model element:
unique=false
dataType=org.eclipse.emf.ecore.EFeatureMapEntry
many=true
extendedMetaData="kind='group'
name='group:1'"

getData

EList<DataType> getData()
Returns the value of the 'Data' containment reference list. The list contents are of type DataType.

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

Returns:
the value of the 'Data' containment reference list.
See Also:
OgmlPackage.getStylesType_Data()
Generated:
This code was automatically generated.
Model element:
containment=true
transient=true
volatile=true
derived=true
extendedMetaData="kind='element'
name='data'
namespace='##targetNamespace'
group='group:1'"

getNodeStyle

EList<NodeLayoutType> getNodeStyle()
Returns the value of the 'Node Style' containment reference list. The list contents are of type NodeLayoutType.

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

Returns:
the value of the 'Node Style' containment reference list.
See Also:
OgmlPackage.getStylesType_NodeStyle()
Generated:
This code was automatically generated.
Model element:
containment=true
transient=true
volatile=true
derived=true
extendedMetaData="kind='element'
name='nodeStyle'
namespace='##targetNamespace'
group='group:1'"

getEdgeStyle

EList<EdgeLayoutType> getEdgeStyle()
Returns the value of the 'Edge Style' containment reference list. The list contents are of type EdgeLayoutType.

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

Returns:
the value of the 'Edge Style' containment reference list.
See Also:
OgmlPackage.getStylesType_EdgeStyle()
Generated:
This code was automatically generated.
Model element:
containment=true
transient=true
volatile=true
derived=true
extendedMetaData="kind='element'
name='edgeStyle'
namespace='##targetNamespace'
group='group:1'"

getLabelStyle

EList<LabelLayoutType> getLabelStyle()
Returns the value of the 'Label Style' containment reference list. The list contents are of type LabelLayoutType.

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

Returns:
the value of the 'Label Style' containment reference list.
See Also:
OgmlPackage.getStylesType_LabelStyle()
Generated:
This code was automatically generated.
Model element:
containment=true
transient=true
volatile=true
derived=true
extendedMetaData="kind='element'
name='labelStyle'
namespace='##targetNamespace'
group='group:1'"