com.bigdata.rdf.model
Class BigdataResourceImpl

java.lang.Object
  extended by com.bigdata.rdf.model.BigdataValueImpl
      extended by com.bigdata.rdf.model.BigdataResourceImpl
All Implemented Interfaces:
BigdataResource, BigdataValue, Serializable, Resource, Value
Direct Known Subclasses:
BigdataBNodeImpl, BigdataURIImpl

public abstract class BigdataResourceImpl
extends BigdataValueImpl
implements BigdataResource

Version:
$Id: BigdataResourceImpl.java 2265 2009-10-26 12:51:06Z thompsonbry $
Author:
Bryan Thompson
See Also:
Serialized Form

Field Summary
 
Fields inherited from interface com.bigdata.rdf.model.BigdataValue
NULL
 
Constructor Summary
protected BigdataResourceImpl(BigdataValueFactory valueFactory, long termId)
           
 
Method Summary
 
Methods inherited from class com.bigdata.rdf.model.BigdataValueImpl
clearTermId, getTermId, getValueFactory, setTermId, setValueFactory
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 
Methods inherited from interface com.bigdata.rdf.model.BigdataValue
clearTermId, getTermId, setTermId
 
Methods inherited from interface org.openrdf.model.Value
stringValue
 

Constructor Detail

BigdataResourceImpl

protected BigdataResourceImpl(BigdataValueFactory valueFactory,
                              long termId)
Parameters:
valueFactory - The factory that is creating this object (optional).
termId - The term identifier (optional).


Copyright © 2006-2009 SYSTAP, LLC. All Rights Reserved.