Package | Description |
---|---|
org.thegalactic.context.constraint.categorical |
This package is designed to represent categorical constraints.
|
Modifier and Type | Method and Description |
---|---|
static CategoricalStorage |
CategoricalStorage.create(CategoricalModel model)
Create a CategoricalStorage.
|
CategoricalStorage |
CategoricalStorage.extend(CategoricalValue value,
boolean truth)
Extends truth value.
|
CategoricalStorage |
CategoricalStorage.intersection(CategoricalStorage storage)
Intersection.
|
CategoricalStorage |
CategoricalStorage.reduce(CategoricalValue value,
boolean truth)
Reduce truth value.
|
CategoricalStorage |
CategoricalStorage.set(CategoricalValue value,
boolean truth)
Get truth value.
|
CategoricalStorage |
CategoricalStorage.union(CategoricalStorage storage)
Union.
|
Modifier and Type | Method and Description |
---|---|
CategoricalStorage |
CategoricalStorage.intersection(CategoricalStorage storage)
Intersection.
|
CategoricalStorage |
CategoricalStorage.union(CategoricalStorage storage)
Union.
|
Copyright © 2010–2016 The Galactic Organization. All rights reserved.