Class TripleSort

  • All Implemented Interfaces:
    org.metafacture.framework.LifeCycle, org.metafacture.framework.ObjectPipe<org.metafacture.framework.objects.Triple,​org.metafacture.framework.ObjectReceiver<org.metafacture.framework.objects.Triple>>, org.metafacture.framework.ObjectReceiver<org.metafacture.framework.objects.Triple>, org.metafacture.framework.Receiver, org.metafacture.framework.Sender<org.metafacture.framework.ObjectReceiver<org.metafacture.framework.objects.Triple>>

    @Description("Sorts triples. Several options can be combined, e.g. `by=\"object\",numeric=\"true\",order=\"decreasing\"` will numerically sort the Object of the triples in decreasing order (given that all Objects are indeed of numeric type).")
    @In(org.metafacture.framework.objects.Triple.class)
    @Out(org.metafacture.framework.objects.Triple.class)
    @FluxCommand("sort-triples")
    public final class TripleSort
    extends AbstractTripleSort
    Sorts triples
    • Constructor Detail

      • TripleSort

        public TripleSort()
        Creates an instance of TripleSort.