com.hp.hpl.jena.shared
Class ReificationStyle

java.lang.Object
  extended by com.hp.hpl.jena.shared.ReificationStyle

Deprecated.

@Deprecated
public class ReificationStyle
extends 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.


Field Summary
static ReificationStyle Convenient
          Deprecated. Only "Standard" is supported -- use of this constant will be ignored
static ReificationStyle Minimal
          Deprecated. Only "Standard" is supported -- use of this constant will be ignored
static ReificationStyle Standard
          Deprecated.  
 
Constructor Summary
ReificationStyle(boolean intercept, boolean conceal)
          Deprecated.  
 
Method Summary
 boolean conceals()
          Deprecated.  
 boolean intercepts()
          Deprecated.  
 String toString()
          Deprecated. Answer a human-readable representation of this reification style.
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Field Detail

Standard

public static final ReificationStyle Standard
Deprecated. 

Convenient

@Deprecated
public static final ReificationStyle Convenient
Deprecated. Only "Standard" is supported -- use of this constant will be ignored

Minimal

@Deprecated
public static final ReificationStyle Minimal
Deprecated. Only "Standard" is supported -- use of this constant will be ignored
Constructor Detail

ReificationStyle

public ReificationStyle(boolean intercept,
                        boolean conceal)
Deprecated. 
Method Detail

intercepts

public boolean intercepts()
Deprecated. 

conceals

public boolean conceals()
Deprecated. 

toString

public String toString()
Deprecated. 
Answer a human-readable representation of this reification style. If it's one of the three standard constants, return their names; otherwise return a description of the fields. code should not rely on these values; they may be changed for debugging or convenience.

Overrides:
toString in class Object


Licenced under the Apache License, Version 2.0