Interface treeN.ITreeNAlgo


public interface ITreeNAlgo
extends Object
Modified visitor pattern to accomodate an arbitrary number of host indexed by i. Host i is guaranteed to call caseAt(i, ...).

Author:
DXN, SBW

Method Index

 o caseAt (int, TreeN, Object[])

Methods

 o caseAt
public abstract Object caseAt(int i, TreeN host, Object[] param)