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
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
toString
public String toString()
- Overrides:
toString in class Object
Copyright © 2010-2013 The Apache Software Foundation. All Rights Reserved.