edu.wpi.cs.dsrg.xmldb.xat.component.operatorfactory
Class PersistentOperatorFactory

java.lang.Object
  |
  +--edu.wpi.cs.dsrg.xmldb.xat.component.operatorfactory.OperatorFactory
        |
        +--edu.wpi.cs.dsrg.xmldb.xat.component.operatorfactory.PersistentOperatorFactory

public class PersistentOperatorFactory
extends OperatorFactory

Insert the type's description here.


Fields inherited from class edu.wpi.cs.dsrg.xmldb.xat.component.operatorfactory.OperatorFactory
factoryID
 
Constructor Summary
protected PersistentOperatorFactory()
          StaticOperatorFactory constructor comment.
 
Method Summary
static OperatorFactory newInstance()
          Insert the method's description here.
 OperatorBuilder newOperatorBuilder()
          Creates a new instance of OperatorBuilder that will be used to generate operators This will return a StaticOperatorBuilder
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

PersistentOperatorFactory

protected PersistentOperatorFactory()
StaticOperatorFactory constructor comment.
Method Detail

newInstance

public static OperatorFactory newInstance()
Insert the method's description here. Creation date: (1/22/03 10:56:32 AM)
Returns:
edu.wpi.cs.dsrg.xmldb.xat.component.operatorfactory.OperatorFactory

newOperatorBuilder

public OperatorBuilder newOperatorBuilder()
Creates a new instance of OperatorBuilder that will be used to generate operators This will return a StaticOperatorBuilder
Overrides:
newOperatorBuilder in class OperatorFactory
Returns:
edu.wpi.cs.dsrg.xmldb.xat.component.operatorfactory.OperatorBuilder