Uses of Class
edu.uky.ai.io.Node
Packages that use Node
Package
Description
Contains utilities for reading and writing AI problems and the algorithms
that solve them.
-
Uses of Node in edu.uky.ai.io
Subclasses of Node in edu.uky.ai.ioModifier and TypeClassDescriptionclassA list is a collection of 0 to many nodes.classA symbol is a string of characters.Fields in edu.uky.ai.io declared as NodeModifier and TypeFieldDescriptionfinal NodeList.firstThe first elerment in this listfinal NodeNode.nextThe node that follows this node (i.e.Methods in edu.uky.ai.io that return NodeModifier and TypeMethodDescriptionstatic final NodeParse a given file as a node.static final NodeParse a given string as a node.List.requireFirst()Returns the first element in the list or throws an exception if no such element exists.Node.requireNext()Returns the node's next sibling or throws an exception if no such node exists.Methods in edu.uky.ai.io with parameters of type NodeModifier and TypeMethodDescriptionConverts the given node into an object of type E.final <E> EParses a givenNodeaccording to the rules defined by this parser and returns the object created.