public class LiteralLayer extends GraphLayer
| Constructor and Description |
|---|
LiteralLayer()
Creates a new instance of GraphLayer
|
| Modifier and Type | Method and Description |
|---|---|
protected void |
add(LiteralNode node)
Adds a node to the layer
|
protected boolean |
possibleSolution(List<Literal> goals)
Determines whether or not all goal literals exist and are not mutually
exclusive in the level
|
add, generateMutualExclusions, get, get, indexOf, indexOf, size, toStringprotected void add(LiteralNode node)