Interface TermMapping

All Known Implementing Classes:
TermMappingImpl

public interface TermMapping
  • Method Summary

    Modifier and Type
    Method
    Description
    org.apache.jena.graph.Node
    Return the global term that is mapped by this mapping.
    Set<org.apache.jena.graph.Node>
    Return the local terms that this mapping maps to.
    org.apache.jena.graph.Node
    Get the type of the mapping rule, e.g., equivalentClass, equivalentProperty, subClassOf, subPropertyOf, unionOf
  • Method Details

    • getTypeOfRule

      org.apache.jena.graph.Node getTypeOfRule()
      Get the type of the mapping rule, e.g., equivalentClass, equivalentProperty, subClassOf, subPropertyOf, unionOf
    • getGlobalTerm

      org.apache.jena.graph.Node getGlobalTerm()
      Return the global term that is mapped by this mapping.
    • getLocalTerms

      Set<org.apache.jena.graph.Node> getLocalTerms()
      Return the local terms that this mapping maps to.