|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--edu.wpi.cs.dsrg.xmldb.xat.component.operatorfactory.OperatorFactory
Insert the type's description here.
Field Summary | |
static java.lang.String |
factoryID
|
Constructor Summary | |
protected |
OperatorFactory()
OperatorFactory constructor comment. |
Method Summary | |
static OperatorFactory |
newInstance()
Return the correct factory as specified by a System parameter called "edu.wpi.cs.dsrg.xmldb.xat.component.operatorfactory" The property name can be accessed through OperatorFactory.factoryID if no property is set then an exception is thrown and tree generation cannot continue |
abstract OperatorBuilder |
newOperatorBuilder()
Creates a new instance of OperatorBuilder that will be used to generate operators The various subclasses of this class will return different OperatorBuilders based on the subclass |
Methods inherited from class java.lang.Object |
clone,
equals,
finalize,
getClass,
hashCode,
notify,
notifyAll,
toString,
wait,
wait,
wait |
Field Detail |
public static final java.lang.String factoryID
Constructor Detail |
protected OperatorFactory()
Method Detail |
public static OperatorFactory newInstance() throws FactoryException
Return the correct factory as specified by a System parameter called "edu.wpi.cs.dsrg.xmldb.xat.component.operatorfactory" The property name can be accessed through OperatorFactory.factoryID if no property is set then an exception is thrown and tree generation cannot continue
public abstract OperatorBuilder newOperatorBuilder()
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |