de.cau.cs.kieler.kiml.graphviz.dot.dot
Interface EdgeTarget

All Superinterfaces:
EObject, Notifier
All Known Implementing Classes:
EdgeTargetImpl

public interface EdgeTarget
extends EObject

A representation of the model object 'Edge Target'.

The following features are supported:

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

Method Summary
 EdgeOperator getOperator()
          Returns the value of the 'Operator' attribute.
 Node getTargetnode()
          Returns the value of the 'Targetnode' containment reference.
 Subgraph getTargetSubgraph()
          Returns the value of the 'Target Subgraph' containment reference.
 void setOperator(EdgeOperator value)
          Sets the value of the 'Operator' attribute.
 void setTargetnode(Node value)
          Sets the value of the 'Targetnode' containment reference.
 void setTargetSubgraph(Subgraph value)
          Sets the value of the 'Target Subgraph' containment reference.
 
Methods inherited from interface org.eclipse.emf.ecore.EObject
eAllContents, eClass, eContainer, eContainingFeature, eContainmentFeature, eContents, eCrossReferences, eGet, eGet, eIsProxy, eIsSet, eResource, eSet, eUnset
 
Methods inherited from interface org.eclipse.emf.common.notify.Notifier
eAdapters, eDeliver, eNotify, eSetDeliver
 

Method Detail

getOperator

EdgeOperator getOperator()
Returns the value of the 'Operator' attribute. The literals are from the enumeration EdgeOperator.

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

Returns:
the value of the 'Operator' attribute.
See Also:
EdgeOperator, setOperator(EdgeOperator), DotPackage.getEdgeTarget_Operator()
Generated:
This code was automatically generated.
Model element

setOperator

void setOperator(EdgeOperator value)
Sets the value of the 'Operator' attribute.

Parameters:
value - the new value of the 'Operator' attribute.
See Also:
EdgeOperator, getOperator()
Generated:
This code was automatically generated.

getTargetSubgraph

Subgraph getTargetSubgraph()
Returns the value of the 'Target Subgraph' containment reference.

If the meaning of the 'Target Subgraph' containment reference isn't clear, there really should be more of a description here...

Returns:
the value of the 'Target Subgraph' containment reference.
See Also:
setTargetSubgraph(Subgraph), DotPackage.getEdgeTarget_TargetSubgraph()
Generated:
This code was automatically generated.
Model element:
containment=true

setTargetSubgraph

void setTargetSubgraph(Subgraph value)
Sets the value of the 'Target Subgraph' containment reference.

Parameters:
value - the new value of the 'Target Subgraph' containment reference.
See Also:
getTargetSubgraph()
Generated:
This code was automatically generated.

getTargetnode

Node getTargetnode()
Returns the value of the 'Targetnode' containment reference.

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

Returns:
the value of the 'Targetnode' containment reference.
See Also:
setTargetnode(Node), DotPackage.getEdgeTarget_Targetnode()
Generated:
This code was automatically generated.
Model element:
containment=true

setTargetnode

void setTargetnode(Node value)
Sets the value of the 'Targetnode' containment reference.

Parameters:
value - the new value of the 'Targetnode' containment reference.
See Also:
getTargetnode()
Generated:
This code was automatically generated.