Class ComplexNodeExpression

    • Constructor Detail

      • ComplexNodeExpression

        protected ComplexNodeExpression​(org.apache.jena.rdf.model.RDFNode expr)
    • Method Detail

      • getFunctionalSyntax

        public String getFunctionalSyntax()
        Description copied from interface: NodeExpression
        Produces a "functional" syntax used to display node expressions in a compact form.
        Returns:
        the functional syntax for this expression
      • getFunctionalSyntaxName

        protected String getFunctionalSyntaxName()
      • getFunctionalSyntaxArguments

        public abstract List<String> getFunctionalSyntaxArguments()