T - public class ValueSet<T> extends Object
| Constructor and Description |
|---|
ValueSet(Set<T> values,
Boolean isPositive) |
| Modifier and Type | Method and Description |
|---|---|
static <T> ValueSet<T> |
create()
Create a value set without polarity
|
static <T> ValueSet<T> |
create(Set<T> values,
boolean polarity) |
Boolean |
getPolarity() |
Set<T> |
getValues() |
boolean |
isUnknown() |
void |
merge(ValueSet<T> other) |
void |
setPolarity(boolean polarity) |
String |
toString() |
Copyright © 2015. All rights reserved.