|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface Edge
A representation of the model object 'Edge'.
The following features are supported:
KEGPackage.getEdge()
Method Summary | |
---|---|
String |
getHeadLabel()
Returns the value of the 'Head Label' attribute. |
String |
getMidLabel()
Returns the value of the 'Mid Label' attribute. |
String |
getTailLabel()
Returns the value of the 'Tail Label' attribute. |
EdgeType |
getType()
Returns the value of the 'Type' attribute. |
boolean |
isDirected()
Returns the value of the 'Directed' attribute. |
void |
setDirected(boolean value)
Sets the value of the ' Directed ' attribute. |
void |
setHeadLabel(String value)
Sets the value of the ' Head Label ' attribute. |
void |
setMidLabel(String value)
Sets the value of the ' Mid Label ' attribute. |
void |
setTailLabel(String value)
Sets the value of the ' Tail Label ' attribute. |
void |
setType(EdgeType value)
Sets the value of the ' Type ' attribute. |
Methods inherited from interface de.cau.cs.kieler.core.kgraph.KEdge |
---|
getSource, getSourcePort, getTarget, getTargetPort, setSource, setSourcePort, setTarget, setTargetPort |
Methods inherited from interface de.cau.cs.kieler.core.kgraph.KLabeledGraphElement |
---|
getLabels |
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 getHeadLabel()
If the meaning of the 'Head Label' attribute isn't clear, there really should be more of a description here...
setHeadLabel(String)
,
KEGPackage.getEdge_HeadLabel()
void setHeadLabel(String value)
Head Label
' attribute.
value
- the new value of the 'Head Label' attribute.getHeadLabel()
String getMidLabel()
If the meaning of the 'Mid Label' attribute isn't clear, there really should be more of a description here...
setMidLabel(String)
,
KEGPackage.getEdge_MidLabel()
void setMidLabel(String value)
Mid Label
' attribute.
value
- the new value of the 'Mid Label' attribute.getMidLabel()
String getTailLabel()
If the meaning of the 'Tail Label' attribute isn't clear, there really should be more of a description here...
setTailLabel(String)
,
KEGPackage.getEdge_TailLabel()
void setTailLabel(String value)
Tail Label
' attribute.
value
- the new value of the 'Tail Label' attribute.getTailLabel()
boolean isDirected()
"false"
.
If the meaning of the 'Directed' attribute isn't clear, there really should be more of a description here...
setDirected(boolean)
,
KEGPackage.getEdge_Directed()
default | = | false |
required | = | true |
void setDirected(boolean value)
Directed
' attribute.
value
- the new value of the 'Directed' attribute.isDirected()
EdgeType getType()
EdgeType
.
If the meaning of the 'Type' attribute isn't clear, there really should be more of a description here...
EdgeType
,
setType(EdgeType)
,
KEGPackage.getEdge_Type()
required | = | true |
void setType(EdgeType value)
Type
' attribute.
value
- the new value of the 'Type' attribute.EdgeType
,
getType()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |