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 1919import org .metafacture .framework .FluxCommand ;
2020import org .metafacture .framework .MetafactureException ;
2121import 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 ;
2225import org .metafacture .framework .helpers .DefaultObjectPipe ;
2326import org .metafacture .framework .objects .Triple ;
2427
3437 * @author Christoph Böhme
3538 *
3639 */
40+ @ Description ("Reads triples" )
41+ @ In (String .class )
42+ @ Out (Triple .class )
3743@ FluxCommand ("read-triples" )
3844public final class TripleReader extends DefaultObjectPipe <String , ObjectReceiver <Triple >> {
3945
You can’t perform that action at this time.
0 commit comments