Class _Path

    • Method Detail

      • getGraphQlTypeName

        public String getGraphQlTypeName()
      • getPredicate

        public String getPredicate()
        The URI of the predicate if the path is either a direct forward or inverse path, null for complex paths.
      • setPredicate

        public _Path setPredicate​(String arg)
      • getIsInverse

        public Boolean getIsInverse()
        True if the path is an inverse path, false for simple URI predicates or complex paths.
      • getString

        public String getString()
        A string representation of the RDF path. Can be matched with the 'path' field of validation results.