public class HTGSimulationQueueSCC extends Object implements HTGSimulationQueueItem
Constructor and Description |
---|
HTGSimulationQueueSCC(HierarchicalNode scc,
int index,
int low_index)
Simple constructor.
|
Modifier and Type | Method and Description |
---|---|
boolean |
containsState(byte[] state) |
int |
getIndex() |
int |
getLow_index() |
HierarchicalNode |
getSCC() |
boolean |
isCycle() |
void |
setIndex(int index) |
void |
setLow_index(int low_index) |
void |
setSCC(HierarchicalNode scc) |
String |
toString() |
public HTGSimulationQueueSCC(HierarchicalNode scc, int index, int low_index)
stateRestriction
- 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 setSCC(HierarchicalNode scc)
public HierarchicalNode getSCC()
public boolean containsState(byte[] state)
containsState
in interface HTGSimulationQueueItem
public boolean isCycle()
isCycle
in interface HTGSimulationQueueItem
Copyright © 2005–2020. All rights reserved.