com.hp.hpl.jena.graph
Class Reifier.Style

java.lang.Object
  extended bycom.hp.hpl.jena.graph.Reifier.Style
Enclosing class:
Reifier

public static class Reifier.Style
extends java.lang.Object

Reification styles have two boolean components: whether the graph+reifier will intercept reification triples or not [if not, the only in-Jena reification is through the reifyAs operation], and whether or not reification triples will be visible in the graph.


Method Summary
 boolean conceals()
           
 boolean intercepts()
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

intercepts

public boolean intercepts()

conceals

public boolean conceals()


Copyright © 2001-2003 Hewlett-Packard. All Rights Reserved.