Package org.opencypher.grammar
Interface BiasedTerms
-
- All Superinterfaces:
Iterable<Grammar.Term>,Terms
- All Known Implementing Classes:
Nodes
public interface BiasedTerms extends Terms
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description doublebound()Grammar.Termterm(double bias)-
Methods inherited from interface java.lang.Iterable
iterator, spliterator
-
-
-
-
Method Detail
-
bound
double bound()
-
term
Grammar.Term term(double bias)
-
-