public interface IRdfModel
| Modifier and Type | Method and Description |
|---|---|
org.apache.jena.rdf.model.Resource |
createResource(IModelContainer modelContainer)
Create a resource from the Java model object
|
boolean |
equivalent(IRdfModel compare)
Returns true if the compare object contains properties which would be equal if they were contained in the same RDF Model
|
void |
setMultipleObjectsForSameNode()
Called to signal that there are multiple objects representing the same node
|
void |
setSingleObjectForSameNode()
Called to signal that a newly created resource is only used for a single node
|
List<String> |
verify() |
org.apache.jena.rdf.model.Resource createResource(IModelContainer modelContainer) throws InvalidSPDXAnalysisException
modelContainer - Contains the Jena model where to create the resourceparentProperty - InvalidSPDXAnalysisExceptionList<String> verify()
boolean equivalent(IRdfModel compare)
compare - void setMultipleObjectsForSameNode()
void setSingleObjectForSameNode()
Copyright © 2018 Linux Foundation. All Rights Reserved.