eRqlEngine API documentation - http://www.wleklinski.de/rdf/

eworks.eRQL.model
Class ModelComponent

java.lang.Object
  extended byeworks.eRQL.model.ModelComponent
Direct Known Subclasses:
Value

public abstract class ModelComponent
extends Object

Abstract base class for the model components of an eRQL query.

Version:
1.00 (2003-11-03)
Author:
Fabian Wleklinski (fabian@wleklinski.de)

Constructor Summary
ModelComponent()
           
 
Method Summary
 String toString()
          Returns this model component's string representation.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

ModelComponent

public ModelComponent()
Method Detail

toString

public String toString()
Returns this model component's string representation.

Returns:
this model component's string representation.

eRqlEngine API documentation - http://www.wleklinski.de/rdf/