Interface Template

All Superinterfaces:
org.apache.jena.graph.FrontsNode, org.apache.jena.ontology.OntClass, org.apache.jena.ontology.OntResource, org.apache.jena.rdf.model.RDFNode, org.apache.jena.rdf.model.Resource
All Known Implementing Classes:
TemplateImpl

public interface Template extends org.apache.jena.ontology.OntClass
Author:
Martynas Jusevičius <martynas@atomgraph.com>
  • Field Summary

    Fields
    Modifier and Type
    Field
    Description
    static final Comparator<Template>
     
  • Method Summary

    Modifier and Type
    Method
    Description
    javax.ws.rs.core.CacheControl
     
     
     
    org.apache.jena.rdf.model.Resource
     
    Map<org.apache.jena.rdf.model.Property,Parameter>
     
    org.glassfish.jersey.uri.UriTemplate
     
     
    Map<org.apache.jena.rdf.model.Property,Parameter>
     
     
    org.apache.jena.rdf.model.Resource
     
     
    org.apache.jena.rdf.model.Resource
     

    Methods inherited from interface org.apache.jena.graph.FrontsNode

    asNode

    Methods inherited from interface org.apache.jena.ontology.OntClass

    addDisjointWith, addEquivalentClass, addSubClass, addSuperClass, asComplementClass, asEnumeratedClass, asIntersectionClass, asRestriction, asUnionClass, convertToComplementClass, convertToEnumeratedClass, convertToIntersectionClass, convertToRestriction, convertToUnionClass, createIndividual, createIndividual, dropIndividual, getDisjointWith, getEquivalentClass, getSubClass, getSuperClass, hasDeclaredProperty, hasEquivalentClass, hasSubClass, hasSubClass, hasSubClass, hasSuperClass, hasSuperClass, hasSuperClass, isComplementClass, isDisjointWith, isEnumeratedClass, isHierarchyRoot, isIntersectionClass, isRestriction, isUnionClass, listDeclaredProperties, listDeclaredProperties, listDisjointWith, listEquivalentClasses, listInstances, listInstances, listSubClasses, listSubClasses, listSuperClasses, listSuperClasses, removeDisjointWith, removeEquivalentClass, removeSubClass, removeSuperClass, setDisjointWith, setEquivalentClass, setSubClass, setSuperClass

    Methods inherited from interface org.apache.jena.ontology.OntResource

    addComment, addComment, addDifferentFrom, addIsDefinedBy, addLabel, addLabel, addRDFType, addSameAs, addSeeAlso, addVersionInfo, asAllDifferent, asAnnotationProperty, asClass, asDataRange, asDatatypeProperty, asIndividual, asObjectProperty, asOntology, asProperty, getCardinality, getComment, getDifferentFrom, getIsDefinedBy, getLabel, getOntModel, getProfile, getPropertyValue, getRDFType, getRDFType, getSameAs, getSeeAlso, getVersionInfo, hasComment, hasComment, hasLabel, hasLabel, hasRDFType, hasRDFType, hasRDFType, hasSeeAlso, hasVersionInfo, isAllDifferent, isAnnotationProperty, isClass, isDataRange, isDatatypeProperty, isDefinedBy, isDifferentFrom, isIndividual, isObjectProperty, isOntLanguageTerm, isOntology, isProperty, isSameAs, listComments, listDifferentFrom, listIsDefinedBy, listLabels, listPropertyValues, listRDFTypes, listSameAs, listSeeAlso, listVersionInfo, remove, removeComment, removeComment, removeDefinedBy, removeDifferentFrom, removeLabel, removeLabel, removeProperty, removeRDFType, removeSameAs, removeSeeAlso, removeVersionInfo, setComment, setDifferentFrom, setIsDefinedBy, setLabel, setPropertyValue, setRDFType, setSameAs, setSeeAlso, setVersionInfo

    Methods inherited from interface org.apache.jena.rdf.model.RDFNode

    as, asLiteral, asResource, canAs, getModel, isAnon, isLiteral, isResource, isStmtResource, isURIResource, visitWith

    Methods inherited from interface org.apache.jena.rdf.model.Resource

    abort, addLiteral, addLiteral, addLiteral, addLiteral, addLiteral, addLiteral, addLiteral, addProperty, addProperty, addProperty, addProperty, begin, commit, equals, getId, getLocalName, getNameSpace, getProperty, getProperty, getPropertyResourceValue, getRequiredProperty, getRequiredProperty, getStmtTerm, getURI, hasLiteral, hasLiteral, hasLiteral, hasLiteral, hasLiteral, hasLiteral, hasProperty, hasProperty, hasProperty, hasProperty, hasURI, inModel, listProperties, listProperties, listProperties, removeAll, removeProperties, toString
  • Field Details

  • Method Details

    • getMatch

      org.glassfish.jersey.uri.UriTemplate getMatch()
    • getFragmentTemplate

      String getFragmentTemplate()
    • getQuery

      org.apache.jena.rdf.model.Resource getQuery()
    • getUpdate

      org.apache.jena.rdf.model.Resource getUpdate()
    • getPriority

      Double getPriority()
    • getParameters

      Map<org.apache.jena.rdf.model.Property,Parameter> getParameters()
    • getLocalParameters

      Map<org.apache.jena.rdf.model.Property,Parameter> getLocalParameters()
    • getParameterMap

      Map<String,Parameter> getParameterMap()
    • getLanguages

      List<Locale> getLanguages()
    • getLoadClass

      org.apache.jena.rdf.model.Resource getLoadClass()
    • getCacheControl

      javax.ws.rs.core.CacheControl getCacheControl()
    • getSuperTemplates

      List<Template> getSuperTemplates()