public abstract class AbstractValueDomain<T> extends Object implements ValueDomain<T>
ValueDomain implementations| Constructor and Description |
|---|
AbstractValueDomain() |
| Modifier and Type | Method and Description |
|---|---|
protected abstract DataValue<T> |
dataValueOf(T value)
Returns a
DataValue for the given value in this domain. |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitarrayOf, arrayOf, arrayOf, contains, contains, containsObject, getTypes, select, selectValue, valueOf, valuesCopyright © 2020 The Cornutum Project. All rights reserved.