public class RDFCompoundIterator extends RDFAbstractCompoundIterator<IStructureRecord,Property>
compoundTemplate, conformerTemplate, lookup, sparql
baseReference, jenaModel, nextRecord, nextRecordNode, qe, record, recordIDVar, recordNode, reference, referer, resultSet
Constructor and Description |
---|
RDFCompoundIterator(InputStream in,
org.restlet.data.MediaType mediaType) |
RDFCompoundIterator(com.hp.hpl.jena.ontology.OntModel model,
String sparql) |
RDFCompoundIterator(org.restlet.data.Reference reference,
org.restlet.data.MediaType mediaType,
String referer) |
RDFCompoundIterator(org.restlet.data.Reference reference,
String referer) |
RDFCompoundIterator(org.restlet.representation.Representation representation,
org.restlet.data.MediaType mediaType) |
Modifier and Type | Method and Description |
---|---|
protected RDFAbstractFeatureIterator<Property> |
getPropertyIterator(com.hp.hpl.jena.rdf.model.Model jenaModel) |
protected IStructureRecord |
newCompound(com.hp.hpl.jena.rdf.model.RDFNode node) |
protected Property |
newProperty(com.hp.hpl.jena.rdf.model.RDFNode node) |
protected void |
setCompoundIDS(IStructureRecord compound,
int idchemical,
int idstructure) |
protected void |
setValue(IStructureRecord record,
Property property,
double value) |
protected void |
setValue(IStructureRecord record,
Property property,
float value) |
protected void |
setValue(IStructureRecord record,
Property property,
int value) |
protected void |
setValue(IStructureRecord record,
Property property,
String value) |
getProperty, parse, setBaseReference
close, finalize, getBaseReference, getJenaModel, getRecordURI, hasNext, isSameRecord, next, remove
clone, equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
forEachRemaining
public RDFCompoundIterator(org.restlet.representation.Representation representation, org.restlet.data.MediaType mediaType) throws org.restlet.resource.ResourceException, MalformedURLException, IOException
org.restlet.resource.ResourceException
MalformedURLException
IOException
public RDFCompoundIterator(org.restlet.data.Reference reference, String referer) throws org.restlet.resource.ResourceException, MalformedURLException, IOException
org.restlet.resource.ResourceException
MalformedURLException
IOException
public RDFCompoundIterator(org.restlet.data.Reference reference, org.restlet.data.MediaType mediaType, String referer) throws org.restlet.resource.ResourceException, MalformedURLException, IOException
org.restlet.resource.ResourceException
MalformedURLException
IOException
public RDFCompoundIterator(InputStream in, org.restlet.data.MediaType mediaType) throws org.restlet.resource.ResourceException, MalformedURLException, IOException
org.restlet.resource.ResourceException
MalformedURLException
IOException
public RDFCompoundIterator(com.hp.hpl.jena.ontology.OntModel model, String sparql) throws org.restlet.resource.ResourceException, MalformedURLException, IOException
org.restlet.resource.ResourceException
MalformedURLException
IOException
protected RDFAbstractFeatureIterator<Property> getPropertyIterator(com.hp.hpl.jena.rdf.model.Model jenaModel)
getPropertyIterator
in class RDFAbstractCompoundIterator<IStructureRecord,Property>
protected void setCompoundIDS(IStructureRecord compound, int idchemical, int idstructure)
protected Property newProperty(com.hp.hpl.jena.rdf.model.RDFNode node)
newProperty
in class RDFAbstractCompoundIterator<IStructureRecord,Property>
protected void setValue(IStructureRecord record, Property property, double value)
setValue
in class RDFAbstractCompoundIterator<IStructureRecord,Property>
protected void setValue(IStructureRecord record, Property property, float value)
setValue
in class RDFAbstractCompoundIterator<IStructureRecord,Property>
protected void setValue(IStructureRecord record, Property property, int value)
setValue
in class RDFAbstractCompoundIterator<IStructureRecord,Property>
protected void setValue(IStructureRecord record, Property property, String value)
setValue
in class RDFAbstractCompoundIterator<IStructureRecord,Property>
protected IStructureRecord newCompound(com.hp.hpl.jena.rdf.model.RDFNode node)
newCompound
in class RDFAbstractCompoundIterator<IStructureRecord,Property>
Copyright © 2004–2020 Ideaconsult Ltd.. All rights reserved.