
public interface CorePredicate
| Modifier and Type | Interface and Description |
|---|---|
static interface |
CorePredicate.Instance<T>
Instance for a particular data set.
|
| Modifier and Type | Method and Description |
|---|---|
boolean |
acceptsType(SimpleTypeInformation<?> type)
Test whether the neighborhood type T is accepted by this predicate.
|
<T> CorePredicate.Instance<T> |
instantiate(Database database,
SimpleTypeInformation<?> type)
Instantiate for a database.
|
<T> CorePredicate.Instance<T> instantiate(Database database, SimpleTypeInformation<?> type)
database - Database to instantiate fortype - Type to instantiate forboolean acceptsType(SimpleTypeInformation<?> type)
type - Type information