net.ogdf.ogml
Interface EdgeLayoutType

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

public interface EdgeLayoutType
extends EObject

A representation of the model object 'Edge Layout Type'.

The following features are supported:

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

Method Summary
 EList<DataType> getData()
          Returns the value of the 'Data' containment reference list.
 String getIdRef()
          Returns the value of the 'Id Ref' attribute.
 LineType getLine()
          Returns the value of the 'Line' containment reference.
 EList<PointType> getPoint()
          Returns the value of the 'Point' containment reference list.
 EList<SegmentType> getSegment()
          Returns the value of the 'Segment' containment reference list.
 SourceStyleType getSourceStyle()
          Returns the value of the 'Source Style' containment reference.
 TargetStyleType getTargetStyle()
          Returns the value of the 'Target Style' containment reference.
 TemplateType getTemplate()
          Returns the value of the 'Template' containment reference.
 void setIdRef(String value)
          Sets the value of the 'Id Ref' attribute.
 void setLine(LineType value)
          Sets the value of the 'Line' containment reference.
 void setSourceStyle(SourceStyleType value)
          Sets the value of the 'Source Style' containment reference.
 void setTargetStyle(TargetStyleType value)
          Sets the value of the 'Target Style' containment reference.
 void setTemplate(TemplateType value)
          Sets the value of the 'Template' 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.getEdgeLayoutType_Data()
Generated:
This code was automatically generated.
Model element:
containment=true
extendedMetaData="kind='element'
name='data'
namespace='##targetNamespace'"

getTemplate

TemplateType getTemplate()
Returns the value of the 'Template' containment reference.

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

Returns:
the value of the 'Template' containment reference.
See Also:
setTemplate(TemplateType), OgmlPackage.getEdgeLayoutType_Template()
Generated:
This code was automatically generated.
Model element:
containment=true
extendedMetaData="kind='element'
name='template'
namespace='##targetNamespace'"

setTemplate

void setTemplate(TemplateType value)
Sets the value of the 'Template' containment reference.

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

getLine

LineType getLine()
Returns the value of the 'Line' containment reference.

Returns:
the value of the 'Line' containment reference.
See Also:
setLine(LineType), OgmlPackage.getEdgeLayoutType_Line()
Generated:
This code was automatically generated.
Model element:
containment=true
extendedMetaData="kind='element'
name='line'
namespace='##targetNamespace'"

setLine

void setLine(LineType value)
Sets the value of the 'Line' containment reference.

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

getSourceStyle

SourceStyleType getSourceStyle()
Returns the value of the 'Source Style' containment reference.

Returns:
the value of the 'Source Style' containment reference.
See Also:
setSourceStyle(SourceStyleType), OgmlPackage.getEdgeLayoutType_SourceStyle()
Generated:
This code was automatically generated.
Model element:
containment=true
extendedMetaData="kind='element'
name='sourceStyle'
namespace='##targetNamespace'"

setSourceStyle

void setSourceStyle(SourceStyleType value)
Sets the value of the 'Source Style' containment reference.

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

getTargetStyle

TargetStyleType getTargetStyle()
Returns the value of the 'Target Style' containment reference.

Returns:
the value of the 'Target Style' containment reference.
See Also:
setTargetStyle(TargetStyleType), OgmlPackage.getEdgeLayoutType_TargetStyle()
Generated:
This code was automatically generated.
Model element:
containment=true
extendedMetaData="kind='element'
name='targetStyle'
namespace='##targetNamespace'"

setTargetStyle

void setTargetStyle(TargetStyleType value)
Sets the value of the 'Target Style' containment reference.

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

getPoint

EList<PointType> getPoint()
Returns the value of the 'Point' containment reference list. The list contents are of type PointType.

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

Returns:
the value of the 'Point' containment reference list.
See Also:
OgmlPackage.getEdgeLayoutType_Point()
Generated:
This code was automatically generated.
Model element:
containment=true
extendedMetaData="kind='element'
name='point'
namespace='##targetNamespace'"

getSegment

EList<SegmentType> getSegment()
Returns the value of the 'Segment' containment reference list. The list contents are of type SegmentType.

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

Returns:
the value of the 'Segment' containment reference list.
See Also:
OgmlPackage.getEdgeLayoutType_Segment()
Generated:
This code was automatically generated.
Model element:
containment=true
extendedMetaData="kind='element'
name='segment'
namespace='##targetNamespace'"

getIdRef

String getIdRef()
Returns the value of the 'Id Ref' attribute.

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

Returns:
the value of the 'Id Ref' attribute.
See Also:
setIdRef(String), OgmlPackage.getEdgeLayoutType_IdRef()
Generated:
This code was automatically generated.
Model element:
dataType=org.eclipse.emf.ecore.xml.type.IDREF
extendedMetaData="kind='attribute'
name='idRef'
namespace='##targetNamespace'"

setIdRef

void setIdRef(String value)
Sets the value of the 'Id Ref' attribute.

Parameters:
value - the new value of the 'Id Ref' attribute.
See Also:
getIdRef()
Generated:
This code was automatically generated.