Package | Description |
---|---|
er.neo4jadaptor.query.neo4j_eval |
Classes to support
EvaluatingFilter to perform thorough node/relationship evaluation. |
er.neo4jadaptor.query.neo4j_eval.evaluators |
Set of classes that handle only examining candidates and telling whether they match some evaluation criteria.
|
er.neo4jadaptor.query.neo4j_eval.retrievers |
Set of classes that handle only retrieving some values from candidates.
|
Modifier and Type | Method and Description |
---|---|
Cost |
HasCost.getCost() |
static Cost |
Cost.getHighest(Iterable<? extends HasCost> costs) |
static Cost |
Cost.highest() |
static Cost |
Cost.lowest() |
static Cost |
Cost.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static Cost[] |
Cost.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
Cost |
RegexMatch.getCost() |
Cost |
Negate.getCost() |
Cost |
Comparison.getCost() |
Cost |
BoolEvaluator.getCost() |
Cost |
AlwaysTrue.getCost() |
Modifier and Type | Method and Description |
---|---|
Cost |
RelationshipRetriever.getCost() |
Cost |
PrimaryKeyRetriever.getCost() |
Cost |
LowercaseRetriever.getCost() |
Cost |
ForeignKeyValue.getCost() |
Cost |
ChainedRetriever.getCost() |
Cost |
AttributeRetriever.getCost() |
Copyright © 2002 – 2024 Project Wonder.