org.modeshape.graph.query.model
Class Constraint

java.lang.Object
  extended by org.modeshape.graph.query.model.Constraint
All Implemented Interfaces:
Serializable, LanguageObject, Visitable
Direct Known Subclasses:
And, Between, ChildNode, Comparison, DescendantNode, FullTextSearch, Not, Or, PropertyExistence, SameNode, SetCriteria

@Immutable
public abstract class Constraint
extends Object
implements LanguageObject

See Also:
Serialized Form

Constructor Summary
Constraint()
           
 
Method Summary
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 
Methods inherited from interface org.modeshape.graph.query.model.Visitable
accept
 

Constructor Detail

Constraint

public Constraint()


Copyright © 2008-2010 JBoss, a division of Red Hat. All Rights Reserved.