org.modeshape.graph.query.model
Class Source

java.lang.Object
  extended by org.modeshape.graph.query.model.Source
All Implemented Interfaces:
Serializable, LanguageObject, Visitable
Direct Known Subclasses:
Join, Selector

@Immutable
public abstract class Source
extends Object
implements LanguageObject

The source that represents a set of node tuples. The Selector and Join are the two concrete types of sources.

See Also:
Serialized Form

Constructor Summary
Source()
           
 
Method Summary
 
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
 

Constructor Detail

Source

public Source()


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