de.cau.cs.kieler.krep.editors.klp.klp
Interface Line

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

public interface Line
extends EObject

A representation of the model object 'Line'.

The following features are supported:

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

Method Summary
 Instruction getInstruction()
          Returns the value of the 'Instruction' containment reference.
 EList<String> getLabels()
          Returns the value of the 'Labels' attribute list.
 void setInstruction(Instruction value)
          Sets the value of the 'Instruction' 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

getLabels

EList<String> getLabels()
Returns the value of the 'Labels' attribute list. The list contents are of type String.

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

Returns:
the value of the 'Labels' attribute list.
See Also:
KlpPackage.getLine_Labels()
Generated:
This code was automatically generated.
Model element:
unique=false

getInstruction

Instruction getInstruction()
Returns the value of the 'Instruction' containment reference.

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

Returns:
the value of the 'Instruction' containment reference.
See Also:
setInstruction(Instruction), KlpPackage.getLine_Instruction()
Generated:
This code was automatically generated.
Model element:
containment=true

setInstruction

void setInstruction(Instruction value)
Sets the value of the 'Instruction' containment reference.

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