public static class Sim.Node extends java.lang.Object implements SimAPI.Node
Modifier and Type | Method and Description |
---|---|
void |
clearFlags(long mask) |
java.lang.String |
describeDelay() |
java.lang.String[] |
describePendingEvents() |
java.lang.Runnable |
getAssertWhen() |
Sim.Node |
getCause() |
Sim.HistEnt |
getCurr()
ptr.
|
Sim.HistEnt |
getCursor()
Analyzer: cursor value
|
long |
getFlags() |
long |
getFlags(long mask) |
java.util.Collection<SimAPI.Trans> |
getGates() |
Sim.HistEnt |
getHead()
first entry in transition history
|
Sim.Node |
getLink() |
java.lang.String |
getName() |
Sim.Node |
getNext() |
short |
getPot() |
char |
getPotChar() |
java.util.Collection<SimAPI.Trans> |
getTerms() |
long |
getTime() |
Sim.HistEnt |
getWind()
Analyzer: window start
|
void |
setAssertWhen(java.lang.Runnable aw) |
void |
setAssertWhenPot(short pot) |
void |
setCursor(SimAPI.HistEnt cursor) |
void |
setFlags(long mask) |
void |
setNext(SimAPI.Node next) |
void |
setWind(SimAPI.HistEnt wind) |
public void setNext(SimAPI.Node next)
setNext
in interface SimAPI.Node
public long getTime()
getTime
in interface SimAPI.Node
public Sim.Node getCause()
getCause
in interface SimAPI.Node
public Sim.Node getNext()
getNext
in interface SimAPI.Node
public java.lang.String getName()
getName
in interface SimAPI.Node
public Sim.Node getLink()
getLink
in interface SimAPI.Node
public short getPot()
getPot
in interface SimAPI.Node
public char getPotChar()
getPotChar
in interface SimAPI.Node
public long getFlags()
getFlags
in interface SimAPI.Node
public long getFlags(long mask)
getFlags
in interface SimAPI.Node
public void setFlags(long mask)
setFlags
in interface SimAPI.Node
public void clearFlags(long mask)
clearFlags
in interface SimAPI.Node
public Sim.HistEnt getHead()
getHead
in interface SimAPI.Node
public Sim.HistEnt getCurr()
getCurr
in interface SimAPI.Node
public Sim.HistEnt getWind()
getWind
in interface SimAPI.Node
public Sim.HistEnt getCursor()
getCursor
in interface SimAPI.Node
public void setWind(SimAPI.HistEnt wind)
setWind
in interface SimAPI.Node
public void setCursor(SimAPI.HistEnt cursor)
setCursor
in interface SimAPI.Node
public java.util.Collection<SimAPI.Trans> getGates()
getGates
in interface SimAPI.Node
public java.util.Collection<SimAPI.Trans> getTerms()
getTerms
in interface SimAPI.Node
public java.lang.String describeDelay()
describeDelay
in interface SimAPI.Node
public java.lang.String[] describePendingEvents()
describePendingEvents
in interface SimAPI.Node
public java.lang.Runnable getAssertWhen()
getAssertWhen
in interface SimAPI.Node
public void setAssertWhen(java.lang.Runnable aw)
setAssertWhen
in interface SimAPI.Node
public void setAssertWhenPot(short pot)
setAssertWhenPot
in interface SimAPI.Node