|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectde.upb.hni.vmagic.WaveformElement
public class WaveformElement
Waveform element.
Constructor Summary | |
---|---|
WaveformElement(Expression value)
Creates a waveform element. |
|
WaveformElement(Expression value,
Expression after)
Creates a waveform element with a delay. |
Method Summary | |
---|---|
Expression |
getAfter()
Returns the delay of this waveform element. |
Expression |
getValue()
Returns the value of this waveform element. |
void |
setAfter(Expression after)
Sets the delay of this waveform element. |
void |
setValue(Expression value)
Sets the value of this waveform element. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public WaveformElement(Expression value)
value
- the valuepublic WaveformElement(Expression value, Expression after)
value
- the valueafter
- the delayMethod Detail |
---|
public Expression getAfter()
public void setAfter(Expression after)
after
- the delaypublic Expression getValue()
public void setValue(Expression value)
value
- the value
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |