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

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

public interface Read
extends EObject

A representation of the model object 'Read'.

The following features are supported:

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

Method Summary
 Reg getReg()
          Returns the value of the 'Reg' reference.
 boolean isPre()
          Returns the value of the 'Pre' attribute.
 void setPre(boolean value)
          Sets the value of the 'Pre' attribute.
 void setReg(Reg value)
          Sets the value of the 'Reg' 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

isPre

boolean isPre()
Returns the value of the 'Pre' attribute.

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

Returns:
the value of the 'Pre' attribute.
See Also:
setPre(boolean), KlpPackage.getRead_Pre()
Generated:
This code was automatically generated.
Model element

setPre

void setPre(boolean value)
Sets the value of the 'Pre' attribute.

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

getReg

Reg getReg()
Returns the value of the 'Reg' reference.

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

Returns:
the value of the 'Reg' reference.
See Also:
setReg(Reg), KlpPackage.getRead_Reg()
Generated:
This code was automatically generated.
Model element

setReg

void setReg(Reg value)
Sets the value of the 'Reg' reference.

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