|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.nodal.nav.PathOp.Factory
An abstract Factory class for PathOp instances. This can be used by extending the class for each subclass of PathOp and then creating an instance of the derived class in a static initializer for the PathOp class. The Factory will then be automatically registered with the Paths registry and incorporated into the parsing and creation algorithms for Path objects.
Constructor Summary | |
protected |
PathOp.Factory(java.lang.String functionName)
Register this Factory with the Paths registry. |
Method Summary | |
abstract PathOp |
create(java.lang.String[] args)
Creates a PathOp with the given arguments. |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
protected PathOp.Factory(java.lang.String functionName)
Method Detail |
public abstract PathOp create(java.lang.String[] args) throws Path.Failure
Path.Failure
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |