Package org.opencypher.grammar
Class Nodes
- java.lang.Object
-
- org.opencypher.grammar.Nodes
-
- All Implemented Interfaces:
Iterable<Grammar.Term>,BiasedTerms,Terms
public class Nodes extends Object implements BiasedTerms
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description doublebound()Iterator<Grammar.Term>iterator()Grammar.Termterm(double bias)Grammar.Termterm(int offset)intterms()-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Methods inherited from interface java.lang.Iterable
spliterator
-
-
-
-
Method Detail
-
term
public Grammar.Term term(int offset)
-
bound
public double bound()
- Specified by:
boundin interfaceBiasedTerms
-
term
public Grammar.Term term(double bias)
- Specified by:
termin interfaceBiasedTerms
-
iterator
public Iterator<Grammar.Term> iterator()
- Specified by:
iteratorin interfaceIterable<Grammar.Term>
-
-