net.ogdf.ogml
Interface GraphStyleType

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

public interface GraphStyleType
extends EObject

A representation of the model object 'Graph Style Type'. declaration of the default style-templates for nodes, edges and labels

The following features are supported:

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

Method Summary
 EList<DataType> getData()
          Returns the value of the 'Data' containment reference list.
 String getDefaultEdgeTemplate()
          Returns the value of the 'Default Edge Template' attribute.
 String getDefaultLabelTemplate()
          Returns the value of the 'Default Label Template' attribute.
 String getDefaultNodeTemplate()
          Returns the value of the 'Default Node Template' attribute.
 void setDefaultEdgeTemplate(String value)
          Sets the value of the 'Default Edge Template' attribute.
 void setDefaultLabelTemplate(String value)
          Sets the value of the 'Default Label Template' attribute.
 void setDefaultNodeTemplate(String value)
          Sets the value of the 'Default Node Template' attribute.
 
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

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.getGraphStyleType_Data()
Generated:
This code was automatically generated.
Model element:
containment=true
extendedMetaData="kind='element'
name='data'
namespace='##targetNamespace'"

getDefaultEdgeTemplate

String getDefaultEdgeTemplate()
Returns the value of the 'Default Edge Template' attribute.

If the meaning of the 'Default Edge Template' attribute isn't clear, there really should be more of a description here...

Returns:
the value of the 'Default Edge Template' attribute.
See Also:
setDefaultEdgeTemplate(String), OgmlPackage.getGraphStyleType_DefaultEdgeTemplate()
Generated:
This code was automatically generated.
Model element:
dataType=org.eclipse.emf.ecore.xml.type.IDREF
extendedMetaData="kind='attribute'
name='defaultEdgeTemplate'
namespace='##targetNamespace'"

setDefaultEdgeTemplate

void setDefaultEdgeTemplate(String value)
Sets the value of the 'Default Edge Template' attribute.

Parameters:
value - the new value of the 'Default Edge Template' attribute.
See Also:
getDefaultEdgeTemplate()
Generated:
This code was automatically generated.

getDefaultLabelTemplate

String getDefaultLabelTemplate()
Returns the value of the 'Default Label Template' attribute.

If the meaning of the 'Default Label Template' attribute isn't clear, there really should be more of a description here...

Returns:
the value of the 'Default Label Template' attribute.
See Also:
setDefaultLabelTemplate(String), OgmlPackage.getGraphStyleType_DefaultLabelTemplate()
Generated:
This code was automatically generated.
Model element:
dataType=org.eclipse.emf.ecore.xml.type.IDREF
extendedMetaData="kind='attribute'
name='defaultLabelTemplate'
namespace='##targetNamespace'"

setDefaultLabelTemplate

void setDefaultLabelTemplate(String value)
Sets the value of the 'Default Label Template' attribute.

Parameters:
value - the new value of the 'Default Label Template' attribute.
See Also:
getDefaultLabelTemplate()
Generated:
This code was automatically generated.

getDefaultNodeTemplate

String getDefaultNodeTemplate()
Returns the value of the 'Default Node Template' attribute.

If the meaning of the 'Default Node Template' attribute isn't clear, there really should be more of a description here...

Returns:
the value of the 'Default Node Template' attribute.
See Also:
setDefaultNodeTemplate(String), OgmlPackage.getGraphStyleType_DefaultNodeTemplate()
Generated:
This code was automatically generated.
Model element:
dataType=org.eclipse.emf.ecore.xml.type.IDREF
extendedMetaData="kind='attribute'
name='defaultNodeTemplate'
namespace='##targetNamespace'"

setDefaultNodeTemplate

void setDefaultNodeTemplate(String value)
Sets the value of the 'Default Node Template' attribute.

Parameters:
value - the new value of the 'Default Node Template' attribute.
See Also:
getDefaultNodeTemplate()
Generated:
This code was automatically generated.