com.franz.ag
Interface ResourceNode
- All Superinterfaces:
- java.lang.Comparable, java.io.Serializable, Value, ValueNode, ValueObject
- All Known Subinterfaces:
- BlankNode, DefaultGraph, Node
public interface ResourceNode
- extends ValueNode
This intermediate interface defines the methods in the
interface defined by org.openrdf.model.Resource.
addProperty
void addProperty(URI property,
Value value)
throws GraphException
- Throws:
GraphException
getSubjectStatements
StatementIterator getSubjectStatements()
throws GraphException
- Throws:
GraphException