Uses of Class
org.projog.core.io.FileHandles
-
Packages that use FileHandles Package Description org.projog.core.kb org.projog.core.predicate org.projog.core.predicate.builtin.io Predicates for system input and output with the file system. -
-
Uses of FileHandles in org.projog.core.kb
Fields in org.projog.core.kb declared as FileHandles Modifier and Type Field Description private FileHandlesKnowledgeBase. fileHandlesMethods in org.projog.core.kb that return FileHandles Modifier and Type Method Description FileHandlesKnowledgeBase. getFileHandles() -
Uses of FileHandles in org.projog.core.predicate
Methods in org.projog.core.predicate that return FileHandles Modifier and Type Method Description protected FileHandlesAbstractPredicateFactory. getFileHandles()protected FileHandlesAbstractSingleResultPredicate. getFileHandles() -
Uses of FileHandles in org.projog.core.predicate.builtin.io
Methods in org.projog.core.predicate.builtin.io with parameters of type FileHandles Modifier and Type Method Description private voidSeen. close(FileHandles fileHandles, Term handle)private voidTold. close(FileHandles fileHandles, Term handle)
-