Class TripleEntry
java.lang.Object
|
+--TripleEntry
- All Implemented Interfaces:
- java.lang.Cloneable
- public class TripleEntry
- extends java.lang.Object
- implements java.lang.Cloneable
Method Summary |
boolean |
check(java.util.StringTokenizer cmds,
Table2 features,
java.util.Hashtable ORTable)
|
java.lang.Object |
clone()
Clones TripleEntry. |
void |
display(Table2 features)
|
boolean |
make(java.util.StringTokenizer cmds,
Table2 features,
java.util.Hashtable orhash)
|
Methods inherited from class java.lang.Object |
equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
triplename
public java.lang.String triplename
triplefeatures
public java.util.BitSet triplefeatures
triplemembers
public java.util.Vector triplemembers
triplememberfeatures
public java.util.Vector triplememberfeatures
types
public java.util.Vector types
gram_types
public java.util.Vector gram_types
group
public int group
TripleEntry
public TripleEntry()
- Default constructor.
clone
public java.lang.Object clone()
- Clones TripleEntry.
This is a deep clone.
- Overrides:
clone
in class java.lang.Object
check
public boolean check(java.util.StringTokenizer cmds,
Table2 features,
java.util.Hashtable ORTable)
make
public boolean make(java.util.StringTokenizer cmds,
Table2 features,
java.util.Hashtable orhash)
display
public void display(Table2 features)