|
||||||||||
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:
GraphsPackage.getEdge()
Method Summary | |
---|---|
String |
getHeadLabel1()
Returns the value of the 'Head Label1' attribute. |
String |
getHeadLabel2()
Returns the value of the 'Head Label2' attribute. |
String |
getMidLabel()
Returns the value of the 'Mid Label' attribute. |
String |
getTailLabel1()
Returns the value of the 'Tail Label1' attribute. |
String |
getTailLabel2()
Returns the value of the 'Tail Label2' attribute. |
EdgeType |
getType()
Returns the value of the 'Type' attribute. |
boolean |
isIsDirected()
Returns the value of the 'Is Directed' attribute. |
void |
setHeadLabel1(String value)
Sets the value of the ' Head Label1 ' attribute. |
void |
setHeadLabel2(String value)
Sets the value of the ' Head Label2 ' attribute. |
void |
setIsDirected(boolean value)
Sets the value of the ' Is Directed ' attribute. |
void |
setMidLabel(String value)
Sets the value of the ' Mid Label ' attribute. |
void |
setTailLabel1(String value)
Sets the value of the ' Tail Label1 ' attribute. |
void |
setTailLabel2(String value)
Sets the value of the ' Tail Label2 ' attribute. |
void |
setType(EdgeType value)
Sets the value of the ' Type ' attribute. |
Methods inherited from interface de.cau.cs.kieler.core.kgraph.KEdge |
---|
getLabels, getSource, getSourcePort, getTarget, getTargetPort, setSource, setSourcePort, setTarget, setTargetPort |
Methods inherited from interface de.cau.cs.kieler.core.kgraph.KGraphElement |
---|
getData, getData |
Methods inherited from interface org.eclipse.emf.ecore.EModelElement |
---|
getEAnnotation, getEAnnotations |
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 getHeadLabel1()
If the meaning of the 'Head Label1' attribute isn't clear, there really should be more of a description here...
setHeadLabel1(String)
,
GraphsPackage.getEdge_HeadLabel1()
void setHeadLabel1(String value)
Head Label1
' attribute.
value
- the new value of the 'Head Label1' attribute.getHeadLabel1()
String getHeadLabel2()
If the meaning of the 'Head Label2' attribute isn't clear, there really should be more of a description here...
setHeadLabel2(String)
,
GraphsPackage.getEdge_HeadLabel2()
void setHeadLabel2(String value)
Head Label2
' attribute.
value
- the new value of the 'Head Label2' attribute.getHeadLabel2()
String getMidLabel()
If the meaning of the 'Mid Label' attribute isn't clear, there really should be more of a description here...
setMidLabel(String)
,
GraphsPackage.getEdge_MidLabel()
void setMidLabel(String value)
Mid Label
' attribute.
value
- the new value of the 'Mid Label' attribute.getMidLabel()
String getTailLabel1()
If the meaning of the 'Tail Label1' attribute isn't clear, there really should be more of a description here...
setTailLabel1(String)
,
GraphsPackage.getEdge_TailLabel1()
void setTailLabel1(String value)
Tail Label1
' attribute.
value
- the new value of the 'Tail Label1' attribute.getTailLabel1()
String getTailLabel2()
If the meaning of the 'Tail Label2' attribute isn't clear, there really should be more of a description here...
setTailLabel2(String)
,
GraphsPackage.getEdge_TailLabel2()
void setTailLabel2(String value)
Tail Label2
' attribute.
value
- the new value of the 'Tail Label2' attribute.getTailLabel2()
boolean isIsDirected()
"false"
.
If the meaning of the 'Is Directed' attribute isn't clear, there really should be more of a description here...
setIsDirected(boolean)
,
GraphsPackage.getEdge_IsDirected()
default | = | false |
required | = | true |
void setIsDirected(boolean value)
Is Directed
' attribute.
value
- the new value of the 'Is Directed' attribute.isIsDirected()
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)
,
GraphsPackage.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 |