com.ibm.tivoli.oslc

Class ShapeCollectionRDFParser

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


  • public class ShapeCollectionRDFParser
    extends java.lang.Object
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method and Description
      com.hp.hpl.jena.rdf.model.Resource getShapeResource(java.lang.String shapeURI)
      Get the ResourceShape for the passed in shape uri
      java.util.Set getShapeSet() 
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • ShapeCollectionRDFParser

        public ShapeCollectionRDFParser(byte[] rdfDoc)
      • ShapeCollectionRDFParser

        public ShapeCollectionRDFParser(com.hp.hpl.jena.rdf.model.Model shapesCollectionModel)
    • Method Detail

      • getShapeResource

        public com.hp.hpl.jena.rdf.model.Resource getShapeResource(java.lang.String shapeURI)
        Get the ResourceShape for the passed in shape uri
        Parameters:
        shapeURI -
        Returns:
      • getShapeSet

        public java.util.Set getShapeSet()