de.cau.cs.kieler.core.kgraph
Interface KLabel

All Superinterfaces:
EObject, KGraphElement, Notifier
All Known Implementing Classes:
KLabelImpl

public interface KLabel
extends KGraphElement

A representation of the model object 'Label'. Each label must be assigned a parent graph element and a text string.

The following features are supported:

See Also:
KGraphPackage.getKLabel()
Rating yellow
(2011-02-01) reviewed by cmot, soh
Generated:
This code was automatically generated.
Model element

Method Summary
 KLabeledGraphElement getParent()
          Returns the value of the 'Parent' container reference.
 String getText()
          Returns the value of the 'Text' attribute.
 void setParent(KLabeledGraphElement value)
          Sets the value of the 'Parent' container reference.
 void setText(String value)
          Sets the value of the 'Text' attribute.
 
Methods inherited from interface de.cau.cs.kieler.core.kgraph.KGraphElement
getData, getData, getData
 
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

getText

String getText()
Returns the value of the 'Text' attribute.

Returns:
the value of the 'Text' attribute.
See Also:
setText(String), KGraphPackage.getKLabel_Text()
Generated:
This code was automatically generated.
Model element:
required=true

setText

void setText(String value)
Sets the value of the 'Text' attribute.

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

getParent

KLabeledGraphElement getParent()
Returns the value of the 'Parent' container reference. It is bidirectional and its opposite is 'Labels'.

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

Returns:
the value of the 'Parent' container reference.
See Also:
setParent(KLabeledGraphElement), KGraphPackage.getKLabel_Parent(), KLabeledGraphElement.getLabels()
Generated:
This code was automatically generated.
Model element:
opposite=labels
required=true
transient=false

setParent

void setParent(KLabeledGraphElement value)
Sets the value of the 'Parent' container reference.

Parameters:
value - the new value of the 'Parent' container reference.
See Also:
getParent()
Generated:
This code was automatically generated.