com.ibm.tivoli.oslc

Class ShapeRDFParser

  • java.lang.Object
    • com.ibm.tivoli.oslc.ShapeRDFParser


  • public class ShapeRDFParser
    extends java.lang.Object
    • Constructor Summary

      Constructors 
      Constructor and Description
      ShapeRDFParser(byte[] rdfDoc) 
      ShapeRDFParser(byte[] rdfDoc, java.lang.String typeURI) 
      ShapeRDFParser(com.hp.hpl.jena.rdf.model.Model shapeModel) 
      ShapeRDFParser(com.hp.hpl.jena.rdf.model.Model shapeModel, java.lang.String typeURI) 
      ShapeRDFParser(com.hp.hpl.jena.rdf.model.Resource shape) 
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method and Description
      java.util.List getIdentificationRules()
      get a set of lists of identification rule properties, ordered by priority the identification rules are stored in an unordered map, key = priority, so we need to get them out and return them in an ordered list
      java.util.Map getProperties()
      Return the entire map of properties key = String (this is the propertyDefinition uri)
      PropertyInfo getProperty(java.lang.String uri)
      Return the PropertyInfo object for a given propertyDefinition URI
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait