public interface StatefulLogicalModel
extends org.colomoto.biolqm.LogicalModel
Modifier and Type | Method and Description |
---|---|
List<byte[]> |
getInitialStates()
Gets the set of initial states defining a portion of the state-space
|
String |
getName()
Returns the model's name (by default the associated filename)
|
List<List<byte[]>> |
getOracles()
Gets the stored oracles
|
void |
setInitialStates(List<byte[]> states)
Changes the set of initial states
|
void |
setOracles(List<List<byte[]>> o)
Stores a set of oracles within the model
|
clone, clone, fillExtraValues, getBooleanizedMap, getComponent, getComponentIndex, getComponents, getExtraComponents, getExtraLogicalFunctions, getExtraValue, getLayout, getLogicalFunctions, getMDDManager, getTargetValue, getView, hasExtraComponents, hasLayout, isBoolean
List<byte[]> getInitialStates()
List<List<byte[]>> getOracles()
void setOracles(List<List<byte[]>> o)
o
- list of oracles, where each oracle is defined as a set of state-patternsvoid setInitialStates(List<byte[]> states)
states
- list of initial statesString getName()
Copyright © 2005–2020. All rights reserved.