ABL4J (Alignment Based Learning for Java) - 0.9.7

org.schwiebert.abl4j.select
Class KnowledgeBase

java.lang.Object
  extended by java.util.AbstractMap<K,V>
      extended by java.util.HashMap<Range,Vector<IConstituent<?>>>
          extended by org.schwiebert.abl4j.select.KnowledgeBase
All Implemented Interfaces:
Serializable, Cloneable, Map<Range,Vector<IConstituent<?>>>

public class KnowledgeBase
extends HashMap<Range,Vector<IConstituent<?>>>

Helper class that represents a knowledge base

Author:
sschwieb
See Also:
Serialized Form

Field Summary
private static long serialVersionUID
           
 
Constructor Summary
KnowledgeBase()
           
 
Method Summary
 
Methods inherited from class java.util.HashMap
clear, clone, containsKey, containsValue, entrySet, get, isEmpty, keySet, put, putAll, remove, size, values
 
Methods inherited from class java.util.AbstractMap
equals, hashCode, toString
 
Methods inherited from class java.lang.Object
finalize, getClass, notify, notifyAll, wait, wait, wait
 
Methods inherited from interface java.util.Map
equals, hashCode
 

Field Detail

serialVersionUID

private static final long serialVersionUID
See Also:
Constant Field Values
Constructor Detail

KnowledgeBase

public KnowledgeBase()

ABL4J (Alignment Based Learning for Java) - 0.9.7

© 2007 Stephan Schwiebert