Package com.stardog.stark
Class Axioms.FacetRestriction
- java.lang.Object
-
- com.stardog.stark.Axioms.FacetRestriction
-
- Enclosing class:
- Axioms
public static class Axioms.FacetRestriction extends java.lang.Object
A restriction on a facet of a datatype.
- Author:
- Michael Grove
-
-
Field Summary
Fields Modifier and Type Field Description Axioms.Facet
mFacet
Literal
mValue
-
Constructor Summary
Constructors Constructor Description FacetRestriction(Axioms.Facet theFacet, Literal theValue)
-
-
-
Field Detail
-
mFacet
public final Axioms.Facet mFacet
-
mValue
public final Literal mValue
-
-
Constructor Detail
-
FacetRestriction
public FacetRestriction(Axioms.Facet theFacet, Literal theValue)
-
-