Class ZeroLengthPath

    • Constructor Detail

      • ZeroLengthPath

        public ZeroLengthPath()
      • ZeroLengthPath

        public ZeroLengthPath​(Var subject,
                              Var object)
        Creates a zero-length path that matches a subject-, predicate- and object variable against statements from all contexts.
      • ZeroLengthPath

        public ZeroLengthPath​(StatementPattern.Scope scope,
                              Var subject,
                              Var object)
        Creates a zero-length path that matches a subject-, predicate- and object variable against statements from the specified context scope.
      • ZeroLengthPath

        public ZeroLengthPath​(Var subject,
                              Var object,
                              Var context)
        Creates a zero-length path that matches a subject-, predicate-, object- and context variable against statements from all contexts.
      • ZeroLengthPath

        public ZeroLengthPath​(StatementPattern.Scope scope,
                              Var subjVar,
                              Var objVar,
                              Var conVar)
        Creates a zero-length path that matches a subject-, predicate-, object- and context variable against statements from the specified context scope.