Uses of Class
org.mulgara.mrg.PropertyValue

Packages that use PropertyValue
org.mulgara.mrg   
org.mulgara.mrg.writer   
 

Uses of PropertyValue in org.mulgara.mrg
 

Methods in org.mulgara.mrg that return types with arguments of type PropertyValue
 List<PropertyValue> GraphExt.getProperties(String s)
          Gets all the properties for a given subject, with a string representing a URI as the subject.
 List<PropertyValue> AbstractGraphExt.getProperties(String s)
           
 List<PropertyValue> Graph.getProperties(SubjectNode s)
          Gets all the properties for a given subject.
 List<PropertyValue> AbstractGraph.getProperties(SubjectNode s)
          Gets all the properties for a given subject.
 List<PropertyValue> GraphExt.getProperties(URI s)
          Gets all the properties for a given subject, with a URI as the subject.
 List<PropertyValue> AbstractGraphExt.getProperties(URI s)
           
 

Uses of PropertyValue in org.mulgara.mrg.writer
 

Method parameters in org.mulgara.mrg.writer with type arguments of type PropertyValue
protected  void N3Writer.writeProperties(PrintStream o, List<PropertyValue> pvs)
          Prints all property values together, using ; and , separators.
 



Copyright © 2011. All Rights Reserved.