Interface Segment
- All Superinterfaces:
org.eclipse.emf.ecore.EObject,org.eclipse.emf.common.notify.Notifier
- All Known Implementing Classes:
SegmentImpl
public interface Segment
extends org.eclipse.emf.ecore.EObject
A representation of the model object 'Segment'.
The following features are supported:
- See Also:
-
Method Summary
Modifier and TypeMethodDescriptionorg.eclipse.emf.common.util.EList<Segment>asSegmentList(Segment path) Returns the value of the 'Attribute' reference.getNext()Returns the value of the 'Next' containment reference.getPrev()Returns the value of the 'Prev' container reference.voidsetAttribute(Attribute value) Sets the value of the 'Attribute' reference.voidSets the value of the 'Next' containment reference.voidSets the value of the 'Prev' container reference.Methods inherited from interface org.eclipse.emf.ecore.EObject
eAllContents, eClass, eContainer, eContainingFeature, eContainmentFeature, eContents, eCrossReferences, eGet, eGet, eInvoke, eIsProxy, eIsSet, eResource, eSet, eUnsetMethods inherited from interface org.eclipse.emf.common.notify.Notifier
eAdapters, eDeliver, eNotify, eSetDeliver
-
Method Details
-
getAttribute
Attribute getAttribute()Returns the value of the 'Attribute' reference.- Returns:
- the value of the 'Attribute' reference.
- See Also:
-
setAttribute
Sets the value of the 'Attribute' reference.- Parameters:
value- the new value of the 'Attribute' reference.- See Also:
-
getNext
Segment getNext()Returns the value of the 'Next' containment reference. It is bidirectional and its opposite is 'Prev'.- Returns:
- the value of the 'Next' containment reference.
- See Also:
-
setNext
Sets the value of the 'Next' containment reference.- Parameters:
value- the new value of the 'Next' containment reference.- See Also:
-
getPrev
Segment getPrev()Returns the value of the 'Prev' container reference. It is bidirectional and its opposite is 'Next'.- Returns:
- the value of the 'Prev' container reference.
- See Also:
-
setPrev
Sets the value of the 'Prev' container reference.- Parameters:
value- the new value of the 'Prev' container reference.- See Also:
-
asSegmentList
-