Uses of Class
org.projog.core.term.Atom
-
Packages that use Atom Package Description org.projog.core.io org.projog.core.predicate.builtin.classify Predicates for classifying terms.org.projog.core.predicate.builtin.io Predicates for system input and output with the file system.org.projog.core.predicate.builtin.list Predicates for working with list data structures.org.projog.core.predicate.builtin.time Predicates to support working with dates and times.org.projog.core.term Contains the building blocks used to construct Prolog programs and queries. -
-
Uses of Atom in org.projog.core.io
Fields in org.projog.core.io declared as Atom Modifier and Type Field Description static AtomFileHandles. USER_INPUT_HANDLEThe handle of the "standard" input stream.static AtomFileHandles. USER_OUTPUT_HANDLEThe handle of the "standard" output stream.Methods in org.projog.core.io that return Atom Modifier and Type Method Description AtomFileHandles. openInput(java.lang.String fileName)Creates an intput file stream to read from the file with the specified nameAtomFileHandles. openOutput(java.lang.String fileName)Creates an output file stream to write to the file with the specified name -
Uses of Atom in org.projog.core.predicate.builtin.classify
Fields in org.projog.core.predicate.builtin.classify declared as Atom Modifier and Type Field Description private static Atom[]CharType. ALL_CHARACTERS(package private) AtomCharType.Type. termIdConstructors in org.projog.core.predicate.builtin.classify with parameters of type Atom Constructor Description Type(Atom termId, java.util.Set<java.lang.String> characters) -
Uses of Atom in org.projog.core.predicate.builtin.io
Methods in org.projog.core.predicate.builtin.io that return Atom Modifier and Type Method Description private AtomOpen. openInput(java.lang.String fileName)private AtomOpen. openOutput(java.lang.String fileName)private AtomGetChar. toAtom(int c) -
Uses of Atom in org.projog.core.predicate.builtin.list
Methods in org.projog.core.predicate.builtin.list that return Atom Modifier and Type Method Description private AtomAtomicListConcat. concat(Term atomList, java.lang.String separator) -
Uses of Atom in org.projog.core.predicate.builtin.time
Methods in org.projog.core.predicate.builtin.time that return Atom Modifier and Type Method Description private AtomConvertTime. createAtom(java.util.Date d) -
Uses of Atom in org.projog.core.term
Methods in org.projog.core.term that return Atom Modifier and Type Method Description AtomAtom. copy(java.util.Map<Variable,Variable> sharedVariables)AtomAtom. getTerm()
-