com.unitesk.atp.tree.generation
Class TreeDefaultFunction

java.lang.Object
  extended by com.unitesk.atp.text.generation.DefaultFunction
      extended by com.unitesk.atp.tree.generation.TreeDefaultFunction
All Implemented Interfaces:
Function

public class TreeDefaultFunction
extends DefaultFunction


Field Summary
protected  Function function
           
 
Fields inherited from class com.unitesk.atp.text.generation.DefaultFunction
generator
 
Constructor Summary
TreeDefaultFunction()
           
 
Method Summary
 void process(Object arg)
          Outputs text representation of the specified object to generator using Generator.txtAsIs(String).
 Function setNodeFunction(Function function)
          Set function for node processing
 
Methods inherited from class com.unitesk.atp.text.generation.DefaultFunction
setGenerator
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

function

protected Function function
Constructor Detail

TreeDefaultFunction

public TreeDefaultFunction()
Method Detail

process

public void process(Object arg)
Description copied from class: DefaultFunction
Outputs text representation of the specified object to generator using Generator.txtAsIs(String).

Specified by:
process in interface Function
Overrides:
process in class DefaultFunction
Parameters:
arg - The specified object.

setNodeFunction

public Function setNodeFunction(Function function)
Set function for node processing

Parameters:
function - New node processing function
Returns:
Old node processing function
Since:
3.5


Copyright © 2001-2006 ISP RAS, RedVerst Group. All Rights Reserved.