ajax.catalog
Class Algorithm

java.lang.Object
  |
  +--ajax.catalog.Algorithm

public class Algorithm
extends java.lang.Object


Constructor Summary
Algorithm(java.lang.String algorithmName, Type argType)
          Constructor
 
Method Summary
 java.lang.String getName()
          Gets the algorithm name.
 java.lang.String toString()
          Converts the transformation into a human read-able object.
 void toXML(java.lang.String XMLfileName)
          Converts the algorithm into XML
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

Algorithm

public Algorithm(java.lang.String algorithmName,
                 Type argType)
Constructor
Method Detail

getName

public java.lang.String getName()
Gets the algorithm name.

toXML

public void toXML(java.lang.String XMLfileName)
Converts the algorithm into XML

toString

public java.lang.String toString()
Converts the transformation into a human read-able object.
Overrides:
toString in class java.lang.Object