public class FixpointList extends ArrayList<byte[]> implements StateList
modCount| Constructor and Description |
|---|
FixpointList(List<NodeInfo> nodes) |
FixpointList(List<NodeInfo> nodes,
List<NodeInfo> extraNodes,
org.colomoto.mddlib.MDDManager ddmanager,
int[] extraFunctions) |
FixpointList(LogicalModel model) |
| Modifier and Type | Method and Description |
|---|---|
static NodeInfo[] |
extractIDs(List<NodeInfo> list) |
byte[] |
fillState(byte[] state,
int index)
Retrieve a full state instead of a single value.
|
byte |
get(int row,
int col)
Retrieve a specific value
|
NodeInfo[] |
getComponents()
Get the components defining this list of states.
|
List<byte[]> |
getExtraData() |
byte[] |
rawByteArray() |
boolean |
setExtra(boolean extra)
Include or hide extra components.
|
add, add, addAll, addAll, clear, clone, contains, ensureCapacity, forEach, get, indexOf, isEmpty, iterator, lastIndexOf, listIterator, listIterator, remove, remove, removeAll, removeIf, removeRange, replaceAll, retainAll, set, size, sort, spliterator, subList, toArray, toArray, trimToSizeequals, hashCodecontainsAll, toStringfinalize, getClass, notify, notifyAll, wait, wait, waitproject_on_components, sizecontainsAll, equals, hashCodeparallelStream, streampublic FixpointList(LogicalModel model)
public NodeInfo[] getComponents()
StateListgetComponents in interface StateListpublic byte get(int row,
int col)
StateListpublic boolean setExtra(boolean extra)
StateListpublic List<byte[]> getExtraData()
public byte[] rawByteArray()
public byte[] fillState(byte[] state,
int index)
StateListCopyright © 2012–2020. All rights reserved.