org.modeshape.graph.query.model
Class DynamicOperand

java.lang.Object
  extended by org.modeshape.graph.query.model.DynamicOperand
All Implemented Interfaces:
Serializable, LanguageObject, Visitable
Direct Known Subclasses:
ArithmeticOperand, FullTextSearchScore, Length, LowerCase, NodeDepth, NodeLocalName, NodeName, NodePath, PropertyValue, UpperCase

@Immutable
public abstract class DynamicOperand
extends Object
implements LanguageObject

A dynamic operand used in a Comparison constraint.

See Also:
Serialized Form

Method Summary
 Set<SelectorName> getSelectorNames()
          Get the selector symbols to which this operand applies.
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 
Methods inherited from interface org.modeshape.graph.query.model.Visitable
accept
 

Method Detail

getSelectorNames

public Set<SelectorName> getSelectorNames()
Get the selector symbols to which this operand applies.

Returns:
the immutable ordered set of non-null selector names used by this operand; never null and never empty


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