org.apache.stanbol.entityhub.servicesapi.query
Class Constraint
java.lang.Object
org.apache.stanbol.entityhub.servicesapi.query.Constraint
- Direct Known Subclasses:
- RangeConstraint, SimilarityConstraint, TextConstraint, ValueConstraint
public abstract class Constraint
- extends Object
Abstract base class for all types of Constraints.
- Author:
- Rupert Westenthaler
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constraint
protected Constraint(Constraint.ConstraintType type)
getType
public final Constraint.ConstraintType getType()
- Getter for the type of the constraint.
- Returns:
- The type of the constraint
Copyright © 2010-2012 The Apache Software Foundation. All Rights Reserved.