de.cau.cs.kieler.graphs
Interface Edge

All Superinterfaces:
EModelElement, EObject, KEdge, KGraphElement, Notifier
All Known Implementing Classes:
EdgeImpl

public interface Edge
extends KEdge

A representation of the model object 'Edge'.

The following features are supported:

See Also:
GraphsPackage.getEdge()
Rating red
Generated:
This code was automatically generated.
Model element

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

getHeadLabel1

String getHeadLabel1()
Returns the value of the 'Head Label1' attribute.

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

Returns:
the value of the 'Head Label1' attribute.
See Also:
setHeadLabel1(String), GraphsPackage.getEdge_HeadLabel1()
Generated:
This code was automatically generated.
Model element

setHeadLabel1

void setHeadLabel1(String value)
Sets the value of the 'Head Label1' attribute.

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

getHeadLabel2

String getHeadLabel2()
Returns the value of the 'Head Label2' attribute.

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

Returns:
the value of the 'Head Label2' attribute.
See Also:
setHeadLabel2(String), GraphsPackage.getEdge_HeadLabel2()
Generated:
This code was automatically generated.
Model element

setHeadLabel2

void setHeadLabel2(String value)
Sets the value of the 'Head Label2' attribute.

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

getMidLabel

String getMidLabel()
Returns the value of the 'Mid Label' attribute.

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

Returns:
the value of the 'Mid Label' attribute.
See Also:
setMidLabel(String), GraphsPackage.getEdge_MidLabel()
Generated:
This code was automatically generated.
Model element

setMidLabel

void setMidLabel(String value)
Sets the value of the 'Mid Label' attribute.

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

getTailLabel1

String getTailLabel1()
Returns the value of the 'Tail Label1' attribute.

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

Returns:
the value of the 'Tail Label1' attribute.
See Also:
setTailLabel1(String), GraphsPackage.getEdge_TailLabel1()
Generated:
This code was automatically generated.
Model element

setTailLabel1

void setTailLabel1(String value)
Sets the value of the 'Tail Label1' attribute.

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

getTailLabel2

String getTailLabel2()
Returns the value of the 'Tail Label2' attribute.

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

Returns:
the value of the 'Tail Label2' attribute.
See Also:
setTailLabel2(String), GraphsPackage.getEdge_TailLabel2()
Generated:
This code was automatically generated.
Model element

setTailLabel2

void setTailLabel2(String value)
Sets the value of the 'Tail Label2' attribute.

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

isIsDirected

boolean isIsDirected()
Returns the value of the 'Is Directed' attribute. The default value is "false".

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

Returns:
the value of the 'Is Directed' attribute.
See Also:
setIsDirected(boolean), GraphsPackage.getEdge_IsDirected()
Generated:
This code was automatically generated.
Model element:
default=false
required=true

setIsDirected

void setIsDirected(boolean value)
Sets the value of the 'Is Directed' attribute.

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

getType

EdgeType getType()
Returns the value of the 'Type' attribute. The literals are from the enumeration EdgeType.

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

Returns:
the value of the 'Type' attribute.
See Also:
EdgeType, setType(EdgeType), GraphsPackage.getEdge_Type()
Generated:
This code was automatically generated.
Model element:
required=true

setType

void setType(EdgeType value)
Sets the value of the 'Type' attribute.

Parameters:
value - the new value of the 'Type' attribute.
See Also:
EdgeType, getType()
Generated:
This code was automatically generated.