| Package | Description | 
|---|---|
| org.thegalactic.context.constraint.categorical | 
 This package is designed to represent categorical constraints. 
 | 
| Modifier and Type | Method and Description | 
|---|---|
CategoricalValue | 
CategoricalAttribute.addValue(Object data)
Add a value to a CategoricalAttribute. 
 | 
CategoricalValue | 
CategoricalValue.setData(Object data)
Set the underlying data. 
 | 
| Modifier and Type | Method and Description | 
|---|---|
Iterable<CategoricalValue> | 
CategoricalAttribute.getValues()
Get the collection of CategoricalValue. 
 | 
| Modifier and Type | Method and Description | 
|---|---|
CategoricalStorage | 
CategoricalStorage.extend(CategoricalValue value,
      boolean truth)
Extends truth value. 
 | 
boolean | 
CategoricalStorage.get(CategoricalValue value)
Get truth value. 
 | 
int | 
CategoricalModel.indexOf(CategoricalValue value)
Get the index of the CategoricalValue. 
 | 
int | 
CategoricalAttribute.indexOf(CategoricalValue value)
Get the index of a CategoricalValue. 
 | 
CategoricalStorage | 
CategoricalStorage.reduce(CategoricalValue value,
      boolean truth)
Reduce truth value. 
 | 
CategoricalStorage | 
CategoricalStorage.set(CategoricalValue value,
   boolean truth)
Get truth value. 
 | 
Copyright © 2010–2016 The Galactic Organization. All rights reserved.