public class PropertyValueSet extends Object
| Modifier and Type | Field and Description |
|---|---|
protected ModelWrapper |
modelw |
protected Map<com.hp.hpl.jena.rdf.model.Property,PropertyValue> |
pvalues |
| Constructor and Description |
|---|
PropertyValueSet(ModelWrapper modelw) |
| Modifier and Type | Method and Description |
|---|---|
void |
add(com.hp.hpl.jena.rdf.model.Property p,
com.hp.hpl.jena.rdf.model.RDFNode n) |
void |
add(com.hp.hpl.jena.rdf.model.Statement s) |
List<PropertyValue> |
getOrderedValues() |
List<PropertyValue> |
getValues() |
protected Map<com.hp.hpl.jena.rdf.model.Property,PropertyValue> pvalues
protected ModelWrapper modelw
public PropertyValueSet(ModelWrapper modelw)
public void add(com.hp.hpl.jena.rdf.model.Statement s)
public void add(com.hp.hpl.jena.rdf.model.Property p,
com.hp.hpl.jena.rdf.model.RDFNode n)
public List<PropertyValue> getValues()
public List<PropertyValue> getOrderedValues()
Copyright © 2015. All rights reserved.