Class SimplePath

  • All Implemented Interfaces:
    org.eclipse.rdf4j.sail.shacl.ast.Exportable, org.eclipse.rdf4j.sail.shacl.ast.Identifiable, org.eclipse.rdf4j.sail.shacl.ast.Targetable

    public class SimplePath
    extends Path
    • Constructor Detail

      • SimplePath

        public SimplePath​(IRI predicate)
    • Method Detail

      • getId

        public Resource getId()
        Specified by:
        getId in interface org.eclipse.rdf4j.sail.shacl.ast.Identifiable
        Overrides:
        getId in class Path
      • isSupported

        public boolean isSupported()
        Specified by:
        isSupported in class Path
        Returns:
        true if feature is currently supported by the ShaclSail
      • getStatementMatcher

        public Stream<org.eclipse.rdf4j.sail.shacl.ast.StatementMatcher> getStatementMatcher​(org.eclipse.rdf4j.sail.shacl.ast.StatementMatcher.Variable subject,
                                                                                             org.eclipse.rdf4j.sail.shacl.ast.StatementMatcher.Variable object,
                                                                                             RdfsSubClassOfReasoner rdfsSubClassOfReasoner)
      • getTargetQueryFragment

        public String getTargetQueryFragment​(org.eclipse.rdf4j.sail.shacl.ast.StatementMatcher.Variable subject,
                                             org.eclipse.rdf4j.sail.shacl.ast.StatementMatcher.Variable object,
                                             RdfsSubClassOfReasoner rdfsSubClassOfReasoner,
                                             org.eclipse.rdf4j.sail.shacl.ast.StatementMatcher.StableRandomVariableProvider stableRandomVariableProvider)