public class HTGSimulationQueueState extends Object implements HTGSimulationQueueItem
Constructor and Description |
---|
HTGSimulationQueueState(byte[] state,
int index,
int low_index)
Simple constructor.
|
Modifier and Type | Method and Description |
---|---|
boolean |
containsState(byte[] state) |
HierarchicalNode |
getInCycle(HierarchicalNodeSet nodeSet,
List queue)
Retrieve the real SCC containing the state.
|
int |
getIndex() |
int |
getLow_index() |
byte[] |
getState() |
boolean |
isCycle() |
void |
setInCycle(HTGSimulationQueueSCC newCycleItem)
Set the SCC that contains the state.
|
void |
setIndex(int index) |
void |
setLow_index(int low_index) |
void |
setState(byte[] state) |
String |
toString() |
public HTGSimulationQueueState(byte[] state, int index, int low_index)
state
- index
- low_index
- updater
- public void setIndex(int index)
setIndex
in interface HTGSimulationQueueItem
index
- the index to setpublic int getIndex()
getIndex
in interface HTGSimulationQueueItem
public void setLow_index(int low_index)
setLow_index
in interface HTGSimulationQueueItem
low_index
- the low_index to setpublic int getLow_index()
getLow_index
in interface HTGSimulationQueueItem
public void setState(byte[] state)
public byte[] getState()
public boolean containsState(byte[] state)
containsState
in interface HTGSimulationQueueItem
public boolean isCycle()
isCycle
in interface HTGSimulationQueueItem
public void setInCycle(HTGSimulationQueueSCC newCycleItem)
newCycleItem
- public HierarchicalNode getInCycle(HierarchicalNodeSet nodeSet, List queue)
nodeSet
- queue
- Copyright © 2005–2020. All rights reserved.