Class FilterEngineFromSysFunction
java.lang.Object
org.aksw.jena_sparql_api.io.filter.sys.FilterEngineFromSysFunction
- All Implemented Interfaces:
FilterEngine
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionCreate an input from a file that is currently written to.forInput(Destination destination) forInput(FilterConfig in) Pipe data from a prior filter into this oneMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface org.aksw.jena_sparql_api.io.endpoint.FilterEngine
forInput
-
Field Details
-
cmdFactory
-
-
Constructor Details
-
FilterEngineFromSysFunction
-
-
Method Details
-
forInput
- Specified by:
forInputin interfaceFilterEngine
-
forInput
- Specified by:
forInputin interfaceFilterEngine
-
forInput
Description copied from interface:FilterEnginePipe data from a prior filter into this one- Specified by:
forInputin interfaceFilterEngine
-
forInput
Description copied from interface:FilterEngineCreate an input from a file that is currently written to. If the engine needs the file, it can wait for it to become ready. otherwise, it can obtain a live-stream with the data- Specified by:
forInputin interfaceFilterEngine- Returns:
-
forInput
- Specified by:
forInputin interfaceFilterEngine
-