ABL4J (Alignment Based Learning for Java) - 0.9.7

org.schwiebert.abl4j.suffixtree
Class ctfactory

java.lang.Object
  extended by org.schwiebert.abl4j.suffixtree.ctfactory

public class ctfactory
extends Object


Field Summary
private  Map<Integer,Map<Integer,Integer>> ctstore
           
private  int nterminal
           
 
Constructor Summary
ctfactory(int startnr)
           
 
Method Summary
 int get(int o, int c)
           
 void put(int o, int c, int n)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

ctstore

private Map<Integer,Map<Integer,Integer>> ctstore

nterminal

private int nterminal
Constructor Detail

ctfactory

public ctfactory(int startnr)
Method Detail

get

public int get(int o,
               int c)

put

public void put(int o,
                int c,
                int n)

ABL4J (Alignment Based Learning for Java) - 0.9.7

© 2007 Stephan Schwiebert