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.


Method Summary
 void addProperty(URI property, Value value)
           
 StatementIterator getSubjectStatements()
           
 
Methods inherited from interface com.franz.ag.ValueNode
compareTo, getObjectStatements, queryAGId
 

Method Detail

addProperty

void addProperty(URI property,
                 Value value)
                 throws GraphException
Throws:
GraphException

getSubjectStatements

StatementIterator getSubjectStatements()
                                       throws GraphException
Throws:
GraphException