|
|||||||||
前のクラス 次のクラス | フレームあり フレームなし | ||||||||
概要: 入れ子 | フィールド | コンストラクタ | メソッド | 詳細: フィールド | コンストラクタ | メソッド |
java.lang.Object | +--unot.Match
Unot.java Created: 13 May 2005
フィールドの概要 | |
static boolean |
DEBUG
Java 定数 DEBUG の値. |
protected unot.DocSet |
docset
このクラスが使用するドキュメントセット.コンストラクタで指定する. |
static int |
EXIT_FAILURE
非正常終了時の返り値 |
static int |
EXIT_SUCCESS
正常終了時の返り値 |
static boolean |
useRootCount
オプション:パターンに根出現回数を含めるかどうか |
static boolean |
useRootList
オプション:パターンに根出現リスト情報を含めるかどうか |
static java.lang.String |
VERSION_STRING
バージョン文字列. |
コンストラクタの概要 | |
Match(unot.DocSet docset)
Creates a new Match instance. |
メソッドの概要 | |
static void |
main(java.lang.String[] args)
テスト用 |
(パッケージプライベート) unot.OccList |
match(unot.Pattern pattern,
unot.OccList occList)
|
unot.OccList |
run(unot.Pattern pattern)
Executes `UNOT' main algorithm. |
クラス java.lang.Object から継承したメソッド |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
フィールドの詳細 |
public static final boolean DEBUG
public static final int EXIT_SUCCESS
public static final int EXIT_FAILURE
public static final java.lang.String VERSION_STRING
protected unot.DocSet docset
public static boolean useRootCount
public static boolean useRootList
コンストラクタの詳細 |
public Match(unot.DocSet docset)
Match
instance.
docset
- a DocSet
valueメソッドの詳細 |
public unot.OccList run(unot.Pattern pattern)
pattern
- an Pattern
value
OccList
valueunot.OccList match(unot.Pattern pattern, unot.OccList occList)
public static void main(java.lang.String[] args)
|
|||||||||
前のクラス 次のクラス | フレームあり フレームなし | ||||||||
概要: 入れ子 | フィールド | コンストラクタ | メソッド | 詳細: フィールド | コンストラクタ | メソッド |