File tree Expand file tree Collapse file tree 1 file changed +6
-0
lines changed
metafacture-triples/src/main/java/org/metafacture/triples Expand file tree Collapse file tree 1 file changed +6
-0
lines changed Original file line number Diff line number Diff line change 19
19
import org .metafacture .framework .FluxCommand ;
20
20
import org .metafacture .framework .MetafactureException ;
21
21
import org .metafacture .framework .ObjectReceiver ;
22
+ import org .metafacture .framework .annotations .Description ;
23
+ import org .metafacture .framework .annotations .In ;
24
+ import org .metafacture .framework .annotations .Out ;
22
25
import org .metafacture .framework .helpers .DefaultObjectPipe ;
23
26
import org .metafacture .framework .objects .Triple ;
24
27
34
37
* @author Christoph Böhme
35
38
*
36
39
*/
40
+ @ Description ("Reads triples" )
41
+ @ In (String .class )
42
+ @ Out (Triple .class )
37
43
@ FluxCommand ("read-triples" )
38
44
public final class TripleReader extends DefaultObjectPipe <String , ObjectReceiver <Triple >> {
39
45
You can’t perform that action at this time.
0 commit comments