|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface KLabel
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:
KGraphPackage.getKLabel()
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 |
---|
String getText()
setText(String)
,
KGraphPackage.getKLabel_Text()
required | = | true |
void setText(String value)
Text
' attribute.
value
- the new value of the 'Text' attribute.getText()
KLabeledGraphElement getParent()
Labels
'.
If the meaning of the 'Parent' container reference isn't clear, there really should be more of a description here...
setParent(KLabeledGraphElement)
,
KGraphPackage.getKLabel_Parent()
,
KLabeledGraphElement.getLabels()
opposite | = | labels |
required | = | true |
transient | = | false |
void setParent(KLabeledGraphElement value)
Parent
' container reference.
value
- the new value of the 'Parent' container reference.getParent()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |