org.plasma.query.dsl
Class WildcardDataNode

java.lang.Object
  extended by org.plasma.query.dsl.DomainObject
      extended by org.plasma.query.dsl.DomainEndpoint
          extended by org.plasma.query.dsl.WildcardDataNode
All Implemented Interfaces:
Property, Term, Wildcard

public class WildcardDataNode
extends DomainEndpoint
implements Wildcard

A domain query node which is a wild card data end point within a query graph.


Field Summary
 
Fields inherited from class org.plasma.query.dsl.DomainEndpoint
property
 
Fields inherited from class org.plasma.query.dsl.DomainObject
source, sourceProperty
 
Fields inherited from interface org.plasma.query.Wildcard
WILDCARD_CHAR
 
Constructor Summary
WildcardDataNode(PathNode source, String name)
           
 
Method Summary
 
Methods inherited from class org.plasma.query.dsl.DomainEndpoint
createPath
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

WildcardDataNode

public WildcardDataNode(PathNode source,
                        String name)


Copyright © 2013. All rights reserved.