Package | Description |
---|---|
org.thegalactic.context.constraint.binary |
This package is designed to represent binary constraints.
|
Modifier and Type | Method and Description |
---|---|
static BinaryStorage |
BinaryStorage.create(int size)
Factory method to construct a binary storage.
|
BinaryStorage |
BinaryStorage.extend(int index,
boolean truth)
Extends truth value.
|
BinaryStorage |
BinaryStorage.intersection(BinaryStorage storage)
Intersection.
|
BinaryStorage |
BinaryStorage.reduce(int index,
boolean truth)
Reduce truth value.
|
BinaryStorage |
BinaryStorage.set(int index,
boolean truth)
Set truth value.
|
BinaryStorage |
BinaryStorage.union(BinaryStorage storage)
Union.
|
Modifier and Type | Method and Description |
---|---|
BinaryStorage |
BinaryStorage.intersection(BinaryStorage storage)
Intersection.
|
BinaryStorage |
BinaryStorage.union(BinaryStorage storage)
Union.
|
Copyright © 2010–2016 The Galactic Organization. All rights reserved.