net.ogdf.ogml
Interface LayoutType

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

public interface LayoutType
extends EObject

A representation of the model object 'Layout Type'. the layout-element is encapsulated into style-templates, styles and constraints

The following features are supported:

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

Method Summary
 ConstraintsType getConstraints()
          Returns the value of the 'Constraints' containment reference.
 EList<DataType> getData()
          Returns the value of the 'Data' containment reference list.
 StylesType getStyles()
          Returns the value of the 'Styles' containment reference.
 StyleTemplatesType getStyleTemplates()
          Returns the value of the 'Style Templates' containment reference.
 void setConstraints(ConstraintsType value)
          Sets the value of the 'Constraints' containment reference.
 void setStyles(StylesType value)
          Sets the value of the 'Styles' containment reference.
 void setStyleTemplates(StyleTemplatesType value)
          Sets the value of the 'Style Templates' 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

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

getStyleTemplates

StyleTemplatesType getStyleTemplates()
Returns the value of the 'Style Templates' containment reference.

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

Returns:
the value of the 'Style Templates' containment reference.
See Also:
setStyleTemplates(StyleTemplatesType), OgmlPackage.getLayoutType_StyleTemplates()
Generated:
This code was automatically generated.
Model element:
containment=true
extendedMetaData="kind='element'
name='styleTemplates'
namespace='##targetNamespace'"

setStyleTemplates

void setStyleTemplates(StyleTemplatesType value)
Sets the value of the 'Style Templates' containment reference.

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

getStyles

StylesType getStyles()
Returns the value of the 'Styles' containment reference.

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

Returns:
the value of the 'Styles' containment reference.
See Also:
setStyles(StylesType), OgmlPackage.getLayoutType_Styles()
Generated:
This code was automatically generated.
Model element:
containment=true
extendedMetaData="kind='element'
name='styles'
namespace='##targetNamespace'"

setStyles

void setStyles(StylesType value)
Sets the value of the 'Styles' containment reference.

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

getConstraints

ConstraintsType getConstraints()
Returns the value of the 'Constraints' containment reference.

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

Returns:
the value of the 'Constraints' containment reference.
See Also:
setConstraints(ConstraintsType), OgmlPackage.getLayoutType_Constraints()
Generated:
This code was automatically generated.
Model element:
containment=true
extendedMetaData="kind='element'
name='constraints'
namespace='##targetNamespace'"

setConstraints

void setConstraints(ConstraintsType value)
Sets the value of the 'Constraints' containment reference.

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