com.bigdata.rdf.model
Interface BigdataBNode

All Superinterfaces:
BigdataResource, BigdataValue, BNode, IElement, Resource, Serializable, Value
All Known Implementing Classes:
BigdataBNodeImpl

public interface BigdataBNode
extends BigdataResource, BNode

A BNode that exposes the internal term identifier.

Version:
$Id: BigdataBNode.java 6327 2012-06-01 21:14:22Z thompsonbry $
Author:
Bryan Thompson

Method Summary
 boolean isStatementIdentifier()
          true if this blank node models a statement.
 void setStatementIdentifier(boolean isStmtIdentifier)
          Set flag indicating that this blank node models a statement.
 
Methods inherited from interface com.bigdata.rdf.model.BigdataValue
clearInternalValue, getIV, getValueFactory, isRealIV, setIV
 
Methods inherited from interface com.bigdata.bop.IElement
get
 
Methods inherited from interface org.openrdf.model.BNode
equals, getID, hashCode
 
Methods inherited from interface org.openrdf.model.Value
stringValue
 

Method Detail

setStatementIdentifier

void setStatementIdentifier(boolean isStmtIdentifier)
Set flag indicating that this blank node models a statement.


isStatementIdentifier

boolean isStatementIdentifier()
true if this blank node models a statement.



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