com.clarkparsia.openrdf.util
Class ExpressionFactory.FacetRestriction

java.lang.Object
  extended by com.clarkparsia.openrdf.util.ExpressionFactory.FacetRestriction
Enclosing class:
ExpressionFactory

public static class ExpressionFactory.FacetRestriction
extends Object

A restriction on a facet of a datatype.

Author:
Michael Grove

Field Summary
 ExpressionFactory.Facet mFacet
           
 Literal mValue
           
 
Constructor Summary
ExpressionFactory.FacetRestriction(ExpressionFactory.Facet theFacet, Literal theValue)
           
 
Method Summary
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

mFacet

public final ExpressionFactory.Facet mFacet

mValue

public final Literal mValue
Constructor Detail

ExpressionFactory.FacetRestriction

public ExpressionFactory.FacetRestriction(ExpressionFactory.Facet theFacet,
                                          Literal theValue)


Copyright © 2010-2013 Clark & Parsia. All Rights Reserved.