org.plasma.query.dsl
Class DomainEndpoint

java.lang.Object
  extended by org.plasma.query.dsl.DomainObject
      extended by org.plasma.query.dsl.DomainEndpoint
Direct Known Subclasses:
DataNode, WildcardDataNode

public class DomainEndpoint
extends DomainObject

A domain object which is an end point for a path within a query graph.


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

Field Detail

property

protected AbstractProperty property
Constructor Detail

DomainEndpoint

protected DomainEndpoint(PathNode source,
                         String sourceProperty)
Method Detail

createPath

protected Path createPath()


Copyright © 2013. All rights reserved.