net.ogdf.ogml
Interface SourceTargetType

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

public interface SourceTargetType
extends EObject

A representation of the model object 'Source Target Type'. the soruceTarget element is for edge-declaration id is the identificator for the source/target idref references a node or an edge - the source i.e. the target of the edge a sourceTarget can hold one label

The following features are supported:

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

Method Summary
 EList<DataType> getData()
          Returns the value of the 'Data' containment reference list.
 String getId()
          Returns the value of the 'Id' attribute.
 String getIdRef()
          Returns the value of the 'Id Ref' attribute.
 LabelType getLabel()
          Returns the value of the 'Label' containment reference.
 void setId(String value)
          Sets the value of the 'Id' attribute.
 void setIdRef(String value)
          Sets the value of the 'Id Ref' attribute.
 void setLabel(LabelType value)
          Sets the value of the 'Label' 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.getSourceTargetType_Data()
Generated:
This code was automatically generated.
Model element:
containment=true
extendedMetaData="kind='element'
name='data'
namespace='##targetNamespace'"

getLabel

LabelType getLabel()
Returns the value of the 'Label' containment reference.

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

Returns:
the value of the 'Label' containment reference.
See Also:
setLabel(LabelType), OgmlPackage.getSourceTargetType_Label()
Generated:
This code was automatically generated.
Model element:
containment=true
extendedMetaData="kind='element'
name='label'
namespace='##targetNamespace'"

setLabel

void setLabel(LabelType value)
Sets the value of the 'Label' containment reference.

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

getId

String getId()
Returns the value of the 'Id' attribute.

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

Returns:
the value of the 'Id' attribute.
See Also:
setId(String), OgmlPackage.getSourceTargetType_Id()
Generated:
This code was automatically generated.
Model element:
id=true
dataType=org.eclipse.emf.ecore.xml.type.ID
extendedMetaData="kind='attribute'
name='id'
namespace='##targetNamespace'"

setId

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

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

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.getSourceTargetType_IdRef()
Generated:
This code was automatically generated.
Model element:
dataType=org.eclipse.emf.ecore.xml.type.IDREF
required=true
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.