com.hp.hpl.jena.shared
Class ReificationStyle
java.lang.Object
com.hp.hpl.jena.shared.ReificationStyle
- public class ReificationStyle
- 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.
Methods inherited from class java.lang.Object |
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Standard
public static final ReificationStyle Standard
Convenient
public static final ReificationStyle Convenient
Minimal
public static final ReificationStyle Minimal
ReificationStyle
public ReificationStyle(boolean intercept,
boolean conceal)
intercepts
public boolean intercepts()
conceals
public boolean conceals()
toString
public java.lang.String toString()
Copyright © 2000-2003 Hewlett-Packard. All Rights Reserved.