Class SourcePlan

  • All Implemented Interfaces:
    BindingsClausePlan

    public class SourcePlan
    extends BindOrSourcePlan
    Executes a SOURCE <node> ACCEPT <mime> AS <var> clause.
    Author:
    Maxime Lefrançois
    • Field Detail

      • pattern

        public static final Pattern pattern
    • Constructor Detail

      • SourcePlan

        public SourcePlan​(Node node,
                          Node accept,
                          Var var)
        The generation plan of a SOURCE <node> ACCEPT <mime> AS <var> clause.
        Parameters:
        node - The IRI or the Variable node where a GET must be operated. Must not be null.
        accept - The IRI or the Variable node that represent the accepted Internet Media Type. May be null.
        var - The variable to bound the potentially retrieved document. Must not be null.