public interface HTGSimulationQueueItem
HTGSimulationQueueState
or a SCC encompassed into a HTGSimulationQueueSCC
As in Tarjan's algorithm each item has an index and a low_index in order to find the head of the SCC.
The method containsState() indicates if a state contained in the queue item, ie. if it is the state of the HTGSimulationQueueState, or if it is in the GsStateSet of the HTGSimulationQueueSCCModifier and Type | Method and Description |
---|---|
boolean |
containsState(byte[] state) |
int |
getIndex() |
int |
getLow_index() |
boolean |
isCycle() |
void |
setIndex(int index) |
void |
setLow_index(int low_index) |
void setIndex(int index)
index
- the index to setint getIndex()
void setLow_index(int low_index)
low_index
- the low_index to setint getLow_index()
boolean containsState(byte[] state)
boolean isCycle()
Copyright © 2005–2020. All rights reserved.