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

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

public interface Port
extends EObject

A representation of the model object 'Port'.

The following features are supported:

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

Method Summary
 CompassPoint getCompass_pt()
          Returns the value of the 'Compass pt' attribute.
 String getName()
          Returns the value of the 'Name' attribute.
 void setCompass_pt(CompassPoint value)
          Sets the value of the 'Compass pt' attribute.
 void setName(String value)
          Sets the value of the 'Name' attribute.
 
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

getName

String getName()
Returns the value of the 'Name' attribute.

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

Returns:
the value of the 'Name' attribute.
See Also:
setName(String), DotPackage.getPort_Name()
Generated:
This code was automatically generated.
Model element

setName

void setName(String value)
Sets the value of the 'Name' attribute.

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

getCompass_pt

CompassPoint getCompass_pt()
Returns the value of the 'Compass pt' attribute. The literals are from the enumeration CompassPoint.

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

Returns:
the value of the 'Compass pt' attribute.
See Also:
CompassPoint, setCompass_pt(CompassPoint), DotPackage.getPort_Compass_pt()
Generated:
This code was automatically generated.
Model element

setCompass_pt

void setCompass_pt(CompassPoint value)
Sets the value of the 'Compass pt' attribute.

Parameters:
value - the new value of the 'Compass pt' attribute.
See Also:
CompassPoint, getCompass_pt()
Generated:
This code was automatically generated.