A C D E F G I L M N O P R S T U V W _

A

add(DLpair) - class unot.MatchPattern のメソッド
Returns a MatchPattern which is expanded with the Rightmost Expantion.
add(int) - class unot.IndexList のメソッド
 
add(Object) - class unot.Occurrence のメソッド
Describe add method here.
add(Pattern) - class unot.PatSet のメソッド
pattern を頻出パターンのリストに追加する.
addChildAtLast(UnotNode) - class unot.UnotNode のメソッド
子ノードリストの末尾に与えられた子ノードを追加する.

C

CATEGORY_NEGATIVE_CATID - class unot.DocSet の static 変数
 
CATEGORY_NEGATIVE_STRING - class unot.DocSet の static 変数
 
CATEGORY_POSITIVE_CATID - class unot.DocSet の static 変数
 
CATEGORY_POSITIVE_STRING - class unot.DocSet の static 変数
 
CATEGORY_STRING - class unot.DocSet の static 変数
 
catId - class unot.UnotNode の変数
カテゴリーID
ChildFormatLineReader - class unot.ChildFormatLineReader.
子ノードリスト形式の入力ファイル用の行読み込みルーチンのクラス.
ChildFormatLineReader(DocSet, StreamTokenizer) - class unot.ChildFormatLineReader のコンストラクタ
 
ChildFormatLineWriter - class unot.ChildFormatLineWriter.
??t??????????o?????????????????
ChildFormatLineWriter(DocSet, PrintStream) - class unot.ChildFormatLineWriter のコンストラクタ
 
children - class unot.UnotNode の変数
このノードの隣接リスト (隣接リスト表現)
clone() - class unot.MatchPattern のメソッド
Returns a cloned object.
clone() - class unot.Pattern のメソッド
Returns a cloned object.
clone() - class unot.UnotPattern のメソッド
Returns a cloned object.
code - class unot.MatchPattern の変数
(depth, label) 対の列
code - class unot.Pattern の変数
(depth, label) 対の列
code - class unot.UnotPattern の変数
(depth, label) 対の列
contains(Object) - class unot.Occurrence のメソッド
Describe contains method here.
copydepth - class unot.UnotPattern の変数
コピー深さの値.
curCatId - class unot.DocSet の変数
現在のカテゴリーID
curDocId - class unot.DocSet の変数
現在のドキュメントID ( = numberOfDocs)

D

DATA_READER_TYPE - class unot.DocSet の static 変数
 
DEBUG - class unot.DocSet の変数
 
DEBUG - class unot.Match の static 変数
Java 定数 DEBUG の値.
DEBUG - class unot.PatSet の変数
 
DEBUG - class unot.Unot の static 変数
Java 定数 DEBUG の値.
DEBUG_READLINE - class unot.LineReader の static 変数
 
deleteNonCanonicalOcc(UnotPattern, OccList, int, int) - class unot.UnotOD のメソッド
Describe deleteNonCanonicalOcc method here.
depth - class unot.DLpair の変数
 
DepthFormatLineReader - class unot.DepthFormatLineReader.
深さラベルノード形式の入力ファイルの行読み込みルーチンのクラス.
DepthFormatLineReader(DocSet, StreamTokenizer) - class unot.DepthFormatLineReader のコンストラクタ
 
DepthPatternWriter - class unot.DepthPatternWriter.
 
DepthPatternWriter(DocSet) - class unot.DepthPatternWriter のコンストラクタ
 
DLpair - class unot.DLpair.
DLpair.java Created: Thu Aug 7 21:31:44 2003
DLpair() - class unot.DLpair のコンストラクタ
Creates a new DLpair instance.
DLpair(int, int) - class unot.DLpair のコンストラクタ
Creates a new DLpair instance.
DLpairList - class unot.DLpairList.
A list of data tree nodes.
DLpairList() - class unot.DLpairList のコンストラクタ
 
docId - class unot.UnotNode の変数
このノードが所属するドキュメントのID
docList - class unot.DocSet の変数
読み込まれたドキュメントのルートノードを格納するリスト
docset - class unot.LineReader の変数
 
docset - class unot.LineWriter の変数
??????????g??????
docset - class unot.Match の変数
このクラスが使用するドキュメントセット.コンストラクタで指定する.
docset - class unot.Unot の変数
このクラスが使用するドキュメントセット.コンストラクタで指定する.
docSet - class unot.DepthPatternWriter の変数
 
docSet - class unot.ParentPatternWriter の変数
 
docSet - class unot.PatSet の変数
関連する文書集合
docSet - class unot.Pattern の static 変数
木の清書出力用のdocsetオブジェクト
docSet - class unot.SerializeUnotPatternWriter の変数
 
docSet - class unot.TreePatternWriter の変数
 
DocSet - class unot.DocSet.
文書集合のクラス.
DocSet.LabelDict - class unot.DocSet.LabelDict.
ラベル文字列 <=> ラベル ID を相互参照するための辞書.
DocSet.LabelDict() - class unot.DocSet.LabelDict のコンストラクタ
Creates a new LabelDict instance.
DocSet.NodeDict - class unot.DocSet.NodeDict.
ノード 名とノードを対応付けるための辞書.
DocSet.NodeDict() - class unot.DocSet.NodeDict のコンストラクタ
Creates a new NodeDict instance.
DocSet.OldNodeDict - class unot.DocSet.OldNodeDict.
ノード ID にノードを対応付けるための辞書.
DocSet.OldNodeDict() - class unot.DocSet.OldNodeDict のコンストラクタ
Creates a new NodeDict instance.
DocSet() - class unot.DocSet のコンストラクタ
Creates a new DocSet instance.

E

element - class unot.Occurrence の変数
 
ENABLE_DELETE_NONCANONICAL_OCC - class unot.UnotFreqt の static 変数
 
ENABLE_DELETE_NONCANONICAL_OCC - class unot.UnotNonOD の static 変数
 
ENABLE_SIZE_ORDERED - class unot.PatSet の変数
真ならば,各パターンは (パターンサイズ - 1) 番目の要素の リストに追加される.
enumerate(UnotPattern, int, int) - class unot.UnotFreqt のメソッド
無順序木の列挙アルゴリズム findAllChildren() を単独で再帰的に実行する.
enumerate(UnotPattern, int, int) - class unot.UnotNonOD のメソッド
無順序木の列挙アルゴリズム findAllChildren() を単独で再帰的に実行する.
equals(Object) - class unot.DLpair のメソッド
Compares this object to the specified object.
EXIT_FAILURE - class unot.Match の static 変数
非正常終了時の返り値
EXIT_FAILURE - class unot.Unot の static 変数
非正常終了時の返り値
EXIT_SUCCESS - class unot.Match の static 変数
正常終了時の返り値
EXIT_SUCCESS - class unot.Unot の static 変数
正常終了時の返り値
expand(UnotPattern, OccList, int) - class unot.Unot のメソッド
 
expand(UnotPattern, OccList, int) - class unot.UnotFreqt のメソッド
Expands the UnotPattern and calls itself if the expanded patterns is embeded in Documents more than the thresholds.
expand(UnotPattern, OccList, int) - class unot.UnotNonOD のメソッド
Expands the UnotPattern and calls itself if the expanded patterns is embeded in Documents more than the thresholds.
expand(UnotPattern, OccList, int) - class unot.UnotOD のメソッド
Describe expand method here.

F

findAllChildren(UnotPattern) - class unot.UnotFreqt のメソッド
Finds all child patterns expanded with Rightmost Expansion from one UnotPattern.
findAllChildren(UnotPattern) - class unot.UnotNonOD のメソッド
Finds all child patterns expanded with Rightmost Expansion from one UnotPattern.
first - class unot.Occurrence の変数
 
freeLabelId - class unot.DocSet.LabelDict の変数
空いているラベルIDの値
freeNodeId - class unot.DocSet の変数
空いているノードIDの値
freeNodeId - class unot.DocSet.OldNodeDict の変数
空いているノードIDの値

G

get(int) - class unot.Occurrence のメソッド
Describe get method here.
get(int) - class unot.UnotOD.OccDict のメソッド
Describe get method here.
getCatId() - class unot.UnotNode のメソッド
Gets the value of nodeId
getChildren() - class unot.UnotNode のメソッド
Describe getChildren method here.
getCodeSize() - class unot.MatchPattern のメソッド
Get the code size (= the number of nodes).
getCodeSize() - class unot.Pattern のメソッド
Get the code size (= the number of nodes).
getCodeSize() - class unot.UnotPattern のメソッド
Get the code size (= the number of nodes).
getCodeString(StringBuffer, Pattern) - class unot.SerializeUnotPatternWriter のメソッド
 
getCopyDepth() - class unot.UnotPattern のメソッド
 
getDataSize() - class unot.DocSet のメソッド
データのサイズを返す.
getDepth() - class unot.DLpair のメソッド
Gets the value of depth.
getDisagreeNodeDepth(int) - class unot.UnotPattern のメソッド
Gets the disagreement node depth.
getDisagreeNodeLabel(int) - class unot.UnotPattern のメソッド
Gets the disagreement node label.
getDocId() - class unot.UnotNode のメソッド
Gets the value of nodeId
getDocOccSize() - class unot.OccList のメソッド
Gets the value of docOccSize.
getId() - class unot.Pattern のメソッド
 
getLabel() - class unot.DLpair のメソッド
Gets the value of label.
getLabelDict() - class unot.DocSet のメソッド
 
getLabelId() - class unot.UnotNode のメソッド
Gets the value of labelId
getLabelString(UnotNode) - class unot.DocSet のメソッド
ノードのラベル文字列を返すユティリティ関数.
getLcp() - class unot.UnotPattern のメソッド
 
getLeft() - class unot.UnotPattern のメソッド
 
getLeftIndex(int) - class unot.UnotPattern のメソッド
Gets the index of the left node at the depth in the rightmost branch.
getLeftMostChild() - class unot.UnotNode のメソッド
Not used.
getName() - class unot.ChildFormatLineWriter のメソッド
 
getName() - class unot.DepthPatternWriter のメソッド
 
getName() - class unot.LineWriter のメソッド
?????????s????????
getName() - class unot.ParentFormatLineWriter のメソッド
 
getName() - class unot.ParentPatternWriter のメソッド
 
getName() - class unot.PatternWriter のメソッド
 
getName() - class unot.SerializeUnotPatternWriter のメソッド
 
getName() - class unot.TreePatternWriter のメソッド
 
getNextSibling() - class unot.UnotNode のメソッド
Not used.
getNodeAt(int) - class unot.MatchPattern のメソッド
Get the depth-label pair for the i-th node.
getNodeAt(int) - class unot.Pattern のメソッド
Get the depth-label pair for the i-th node.
getNodeAt(int) - class unot.UnotPattern のメソッド
Get the depth-label pair for the i-th node.
getNodeDict() - class unot.DocSet のメソッド
 
getNodeId() - class unot.UnotNode のメソッド
Gets the value of nodeId
getNodeIdList() - class unot.NodeList のメソッド
Not Used
getNodeIdListString() - class unot.NodeList のメソッド
 
getNodeIdSafe(UnotNode) - class unot.ParentFormatLineWriter のメソッド
 
getNodeIndex(int) - class unot.MatchPattern のメソッド
Gets the index of the node on the `code' array of this object.
getNodeIndex(int) - class unot.Pattern のメソッド
Gets the index of the node on the `code' array of this object.
getNodeIndex(int) - class unot.UnotPattern のメソッド
Gets the index of the node on the `code' array of this object.
getNodeLabel(int) - class unot.MatchPattern のメソッド
Gets the label of the rightmost branch node at the depth.
getNodeLabel(int) - class unot.Pattern のメソッド
Gets the label of the rightmost branch node at the depth.
getNodeLabel(int) - class unot.UnotPattern のメソッド
Gets the label of the rightmost branch node at the depth.
getNodeList() - class unot.DocSet.NodeDict のメソッド
全ノードリストを返す.リスト中のノードは, 生成された順に並んでいることが保障される.
getNodeList() - class unot.DocSet.OldNodeDict のメソッド
全ノードリストを返す.リスト中のノードは, 生成された順に並んでいることが保障される.
getNumOfCat() - class unot.DocSet のメソッド
 
getNumOfDoc() - class unot.DocSet のメソッド
 
getOccLists() - class unot.DocSet のメソッド
このデータ集合の各ラベルIDごとの出現リスト全体の集まりを返す.
getOccLists(int) - class unot.DocSet のメソッド
ラッパー手続き.互換性のため.
getOccSize(OccList) - class unot.DocSet のメソッド
Gets the number of doc/root occurrence.
getParent() - class unot.UnotNode のメソッド
Describe getParent method here.
getPatId() - class unot.Pattern の static メソッド
 
getPatternWriter() - class unot.Pattern の static メソッド
パターン出力ルーチンを返す.
getRight() - class unot.Pattern のメソッド
 
getRight() - class unot.UnotPattern のメソッド
 
getRightIndex(int) - class unot.MatchPattern のメソッド
Gets the index of the depth in the rightmost branch.
getRightIndex(int) - class unot.Pattern のメソッド
Gets the index of the depth in the rightmost branch.
getRightIndex(int) - class unot.UnotPattern のメソッド
Gets the index of the depth in the rightmost branch.
getRootCount() - class unot.Pattern のメソッド
 
getRootCount() - class unot.UnotPattern のメソッド
 
getRootList() - class unot.Pattern のメソッド
 
getRootList() - class unot.UnotPattern のメソッド
 
getRootOccList() - class unot.OccList のメソッド
Gets the value of rootOccSize.
getRootOccSize() - class unot.OccList のメソッド
Gets the value of rootOccSize.
getSignature() - class unot.ChildFormatLineReader のメソッド
 
getSignature() - class unot.DepthFormatLineReader のメソッド
 
getSignature() - class unot.LineReader のメソッド
 
getSignature() - class unot.ParentFormatLineReader のメソッド
 
getTop() - class unot.StackList のメソッド
 
getTopDepth() - class unot.MatchPattern のメソッド
Get the top depth of the rightmost branch.
getTopDepth() - class unot.Pattern のメソッド
Get the top depth of the rightmost branch.
getTopDepth() - class unot.UnotPattern のメソッド
Get the top depth of the rightmost branch.
getTopIndex() - class unot.MatchPattern のメソッド
Gets the top index of the `code' array of this object.
getTopIndex() - class unot.Pattern のメソッド
Gets the top index of the `code' array of this object.
getTopIndex() - class unot.UnotPattern のメソッド
Gets the top index of the `code' array of this object.
getUnotPatternWriter() - class unot.UnotPattern の static メソッド
パターン出力ルーチンを返す.
getValue(int) - class unot.DLpairList のメソッド
 
getValue(int) - class unot.IndexList のメソッド
 
GRAND_ROOT_ID - class unot.DepthPatternWriter の static 変数
 
GRAND_ROOT_ID - class unot.ParentPatternWriter の static 変数
 

I

id - class unot.Pattern の変数
パターンの通し番号.
idMap - class unot.DocSet.LabelDict の変数
ラベル ID をキー,ラベル文字列を値とするマップ
INDENT_STRING - class unot.LineWriter の static 変数
 
INDENT_STRING - class unot.PatternWriter の static 変数
 
INDENT_STRING - class unot.UnotPatternWriter の static 変数
 
IndexList - class unot.IndexList.
 
IndexList() - class unot.IndexList のコンストラクタ
 
INFTY_DEPTH - class unot.UnotPattern の static 変数
Infinity Node の仮想 depth
INFTY_INDEX - class unot.Pattern の static 変数
Infinity Node への仮想インデックス.
inftyNode - class unot.UnotPattern の static 変数
Infinity Node を表現する static なノード.
initialize(int, DocSet) - class unot.UnotPattern の static メソッド
Infinity Node を初期化する.
isBalanced(int) - class unot.UnotPattern のメソッド
Compares the left with the right in the node at the depth.
isCanonicalOcc(UnotPattern, Occurrence, int, int) - class unot.Unot のメソッド
Describe isCanonicalOcc method here.
isInftyNode(int) - class unot.Pattern のメソッド
Distinguish whether the depth node is Infinity Node or not.
isInftyNode(int) - class unot.UnotPattern のメソッド
Distinguish whether the depth node is Infinity Node or not.

L

label - class unot.DLpair の変数
 
labelDict - class unot.DocSet の変数
ラベルIDをキー,ラベル文字列を値とするマップ
labelId - class unot.UnotNode の変数
このノードのラベルID
labelMap - class unot.DocSet.LabelDict の変数
ラベル文字列をキー,ラベル ID を値とするマップ
lcp - class unot.UnotPattern の変数
最右枝上の各高さにおける右木のコードが, 左木のコードと何文字一致しているかを示す値の配列
left - class unot.UnotPattern の変数
code における左木への添字インデックス値の配列
leftMostChild - class unot.UnotNode の変数
このノードの最左子供 (LeftMostChild-NextSibling 表現)
LineReader - class unot.LineReader.
???????????????????????????? タ????????????????
LineReader(DocSet, StreamTokenizer) - class unot.LineReader のコンストラクタ
 
LineWriter - class unot.LineWriter.
??t??????????o?????????????????
LineWriter(DocSet, PrintStream) - class unot.LineWriter のコンストラクタ
 
LOG_DEBUG - class unot.UnotLog の static 変数
 
LOG_DEFAULT - class unot.UnotLog の static 変数
 
LOG_INFO - class unot.UnotLog の static 変数
 
LOG_NOTICE - class unot.UnotLog の static 変数
 
LOG_WARNING - class unot.UnotLog の static 変数
 
log(int, Object) - class unot.UnotLog の static メソッド
引数に指定されたログレベルが現在のログレベル以上なら そのメッセージを出力する.
log(Object) - class unot.UnotLog の static メソッド
LOG_DEFAULT が現在のログレベル以上ならそのメッセージを出力する.
logLevel - class unot.UnotLog の static 変数
UnotLog.log() 関数が出力するログレベル.
lookupId(String) - class unot.DocSet.LabelDict のメソッド
ラベル文字列からラベル ID を返す.
lookupLabel(int) - class unot.DocSet.LabelDict のメソッド
ラベル ID からラベル文字列を返す.
lookupLabelById(int) - class unot.DocSet のメソッド
ラベルIDからそのラベル文字列を返す.
lookupNode(int) - class unot.DocSet.NodeDict のメソッド
ノード ID に対して,対応するノードを返す.
lookupNode(int) - class unot.DocSet.OldNodeDict のメソッド
ノード ID に対して,対応するノードを返す.

M

main(String[]) - class unot.DocSet の static メソッド
テスト用
main(String[]) - class unot.Match の static メソッド
テスト用
main(String[]) - class unot.PatSet の static メソッド
テスト用
main(String[]) - class unot.UnotFreqt の static メソッド
findAllChildren() のテストコード.パターンの列挙のみを行う.
main(String[]) - class unot.UnotNonOD の static メソッド
findAllChildren() のテストコード.パターンの列挙のみを行う.
makeMapEmpty() - class unot.DocSet.NodeDict のメソッド
 
Match - class unot.Match.
Unot.java Created: 13 May 2005
Match(DocSet) - class unot.Match のコンストラクタ
Creates a new Match instance.
match(Pattern, OccList) - class unot.Match のメソッド
 
MatchPattern - class unot.MatchPattern.
MatchPattern.java このクラスは UNOT パターンのデータ構造を表現する.
MatchPattern() - class unot.MatchPattern のコンストラクタ
Creates a new MatchPattern instance.
MatchPattern(int) - class unot.MatchPattern のコンストラクタ
Returns a MatchPattern object that has only root node.
MAX_SIZE_NO_LIMIT - class unot.Unot の static 変数
生成パターンのサイズを制限しないことを示す定数
maxCodeSize - class unot.Unot の変数
配列 code の最大サイズ.再帰を停止してこれより大きなパターンは生成しない.

N

nameMap - class unot.DocSet.NodeDict の変数
ノードを直列に格納したリスト.ノードIDをキーとして ノードを参照するための辞書として用いる.
next - class unot.Occurrence の変数
 
nextSibling - class unot.UnotNode の変数
このノードの次弟 (LeftMostChild-NextSibling 表現)
nodeDict - class unot.DocSet の変数
ノードIDをキー,ノードを値とするマップ
nodeId - class unot.UnotNode の変数
このノードのID
nodeList - class unot.DocSet.NodeDict の変数
ノードを直列に格納したリスト.ノードIDをキーとして ノードを参照するための辞書として用いる.
nodeList - class unot.DocSet.OldNodeDict の変数
ノードを直列に格納したリスト.ノードIDをキーとして ノードを参照するための辞書として用いる.
NodeList - class unot.NodeList.
A list of data tree nodes.
NodeList() - class unot.NodeList のコンストラクタ
 
nodeNumOffset - class unot.DocSet の変数
現在開いているドキュメントのルートノードのノード番号までのオフセット
numberOfExpansion - class unot.Unot の変数
再帰関数 expand() を実行した回数
numberOfLabels - class unot.DocSet の変数
読み込まれたラベルの数
numberOfNodes - class unot.DocSet の変数
読み込まれたノードの数
numberOfOccurrence - class unot.Unot の変数
パターンのデータへの出現の総数
numOfPatterns - class unot.PatSet の変数
patternList に格納された頻出パターンの総数

O

OccList - class unot.OccList.
OccList.java Occurrence を要素とするリスト(ArrayList)で,出現数の計算などを行なう.
OccList() - class unot.OccList のコンストラクタ
Creates a new OccList instance.
Occurrence - class unot.Occurrence.
Occurrence.java データにおけるパターンの出現を表現するクラス.
Occurrence() - class unot.Occurrence のコンストラクタ
Creates a new Occurrence instance.
Occurrence(Occurrence) - class unot.Occurrence のコンストラクタ
Creates a new Occurrence instance.
Occurrence(Occurrence, UnotNode) - class unot.Occurrence のコンストラクタ
Describe join method here.
occurrenceDeliver(UnotPattern, OccList, int, int) - class unot.UnotOD.OccDict のメソッド
Describe occurrenceDeliver method here.
out - class unot.LineWriter の変数
 

P

parent - class unot.UnotNode の変数
 
ParentFormatLineReader - class unot.ParentFormatLineReader.
親ノード形式の入力ファイルの行読み込みルーチンのクラス.
ParentFormatLineReader(DocSet, StreamTokenizer) - class unot.ParentFormatLineReader のコンストラクタ
 
ParentFormatLineWriter - class unot.ParentFormatLineWriter.
??t??????????o?????????????????
ParentFormatLineWriter(DocSet, PrintStream) - class unot.ParentFormatLineWriter のコンストラクタ
 
ParentPatternWriter - class unot.ParentPatternWriter.
 
ParentPatternWriter(DocSet) - class unot.ParentPatternWriter のコンストラクタ
 
patset - class unot.Unot の変数
頻出パターンのリストを格納するパターンセット.
PatSet - class unot.PatSet.
PatSet.java Created: Fri Aug 29 16:15:52 2003
PatSet(DocSet) - class unot.PatSet のコンストラクタ
Creates a new PatSet instance.
PatSet(DocSet, boolean) - class unot.PatSet のコンストラクタ
Creates a new PatSet instance.
Pattern - class unot.Pattern.
Pattern.java このクラスは UNOT パターンのデータ構造を表現する.
Pattern() - class unot.Pattern のコンストラクタ
Creates a new Pattern instance.
Pattern(DLpair[], int[]) - class unot.Pattern のコンストラクタ
Creates a new Pattern instance.
Pattern(int) - class unot.Pattern のコンストラクタ
Returns a Pattern object that has only root node.
patternList - class unot.PatSet の変数
頻出パターンのリストを格納するリスト.
PatternReader - class unot.PatternReader.
A template for a reader class.
PatternReader() - class unot.PatternReader のコンストラクタ
 
PatternWriter - class unot.PatternWriter.
A template for a writer class.
PatternWriter() - class unot.PatternWriter のコンストラクタ
 
pop() - class unot.IndexList のメソッド
 
pop() - class unot.StackList のメソッド
 
prev - class unot.Occurrence の変数
 
push(Object) - class unot.StackList のメソッド
 
putIndent(int) - class unot.LineWriter のメソッド
??????????
putIndent(StringBuffer, int) - class unot.PatternWriter のメソッド
 
putIndent(StringBuffer, int) - class unot.UnotPatternWriter のメソッド
 

R

read() - class unot.PatternReader のメソッド
 
read() - class unot.UnotPatternReader のメソッド
 
readDLpairLine() - class unot.DepthFormatLineReader のメソッド
ノード行を1行読み込んでデータを更新する.
reader - class unot.Pattern の static 変数
木の清書入力手続き
READER_CHILD - class unot.DocSet の static 変数
 
READER_PARENT - class unot.DocSet の static 変数
パターンの入力手続きを切り替える
READER_XML - class unot.DocSet の static 変数
 
readFile(String) - class unot.DocSet のメソッド
名称がfilename のファイルを読み込んでデータを更新する.
readFile(String) - class unot.PatSet のメソッド
 
readFiles(List) - class unot.DocSet のメソッド
ファイル名を要素とするリストから readFile() でドキュメントを読み込む.
readFiles(List) - class unot.PatSet のメソッド
ファイル名を要素とするリストから readFile() でドキュメントを読み込む.
readLabelField(StreamTokenizer) - class unot.DepthFormatLineReader のメソッド
現在のトークンを単語として読み,次のトークンに進む.
readNodeLine() - class unot.ChildFormatLineReader のメソッド
ノード行を1行読み込んでデータを更新する.
readNodeLine() - class unot.DepthFormatLineReader のメソッド
ノード行を1行読み込んでデータを更新する.
readNodeLine() - class unot.LineReader のメソッド
 
readNodeLine() - class unot.ParentFormatLineReader のメソッド
ノード行を1行読み込んでデータを更新する.
readNumberField(StreamTokenizer) - class unot.DepthFormatLineReader のメソッド
現在のトークンを数字として読み,次のトークンに進む.
readNumberLine() - class unot.LineReader のメソッド
 
readWordLine() - class unot.LineReader のメソッド
 
right - class unot.MatchPattern の変数
code における右木への添字インデックス値の配列
right - class unot.Pattern の変数
code における右木への添字インデックス値の配列
rightmostExpand(Pattern, DLpair, int) - class unot.Pattern のメソッド
Returns a Pattern which is expanded with the Rightmost Expantion.
rightmostExpand(UnotPattern, DLpair, int) - class unot.UnotPattern のメソッド
Returns a UnotPattern which is expanded with the Rightmost Expantion.
rootCount - class unot.MatchPattern の変数
根出現となるノードのリスト.オプション
rootCount - class unot.Pattern の変数
根出現となるノードのリスト.オプション
rootCount - class unot.UnotPattern の変数
根出現となるノードのリスト.オプション
rootList - class unot.MatchPattern の変数
根出現となるノードのリスト.オプション
rootList - class unot.Pattern の変数
根出現となるノードのリスト.オプション
rootList - class unot.UnotPattern の変数
根出現となるノードのリスト.オプション
run(double) - class unot.Unot のメソッド
Describe run method here.
run(int) - class unot.Unot のメソッド
Executes `UNOT' main algorithm.
run(Pattern) - class unot.Match のメソッド
Executes `UNOT' main algorithm.

S

SerializeUnotPatternWriter - class unot.SerializeUnotPatternWriter.
 
SerializeUnotPatternWriter(DocSet) - class unot.SerializeUnotPatternWriter のコンストラクタ
 
setCatId(int) - class unot.UnotNode のメソッド
ノードのカテゴリーIDを設定する.
setChildren(NodeList) - class unot.UnotNode のメソッド
Describe setChildren method here.
setDocId(int) - class unot.UnotNode のメソッド
ノードの文書IDを設定する.
setId(int) - class unot.Pattern のメソッド
 
setIndent(boolean) - class unot.DocSet のメソッド
 
setIndent(boolean) - class unot.LineWriter のメソッド
???????????????
setIndent(boolean) - class unot.PatternWriter のメソッド
 
setIndent(boolean) - class unot.UnotPatternWriter のメソッド
 
setLabelId(int) - class unot.UnotNode のメソッド
ノードのlabelIDを設定する.
setLeftMostChild(UnotNode) - class unot.UnotNode のメソッド
Not used.
setLogLevel(int) - class unot.UnotLog の static メソッド
ログレベルを loglevel に設定する.
setMaxCodeSize(int) - class unot.Unot のメソッド
最大コードサイズを設定する.
setMaxLabel(int) - class unot.UnotPattern の static メソッド
Infinity Node を初期化する.
setNextSibling(UnotNode) - class unot.UnotNode のメソッド
Not used.
setNodeId(int) - class unot.UnotNode のメソッド
ノードのIDを設定する.
setParent(UnotNode) - class unot.UnotNode のメソッド
Describe setParent method here.
setPatternReader(PatternReader) - class unot.Pattern の static メソッド
パターン入力ルーチンを設定する.
setPatternWriter(PatternWriter) - class unot.Pattern の static メソッド
パターン出力ルーチンを設定する.
setRootCount(int) - class unot.Pattern のメソッド
 
setRootCount(int) - class unot.UnotPattern のメソッド
 
setRootList(NodeList) - class unot.Pattern のメソッド
 
setRootNodeList(NodeList) - class unot.UnotPattern のメソッド
 
setUnotPatternWriter(UnotPatternWriter) - class unot.UnotPattern の static メソッド
パターン出力ルーチンを設定する.
signature - class unot.ChildFormatLineReader の変数
 
signature - class unot.ChildFormatLineWriter の static 変数
 
signature - class unot.DepthFormatLineReader の変数
 
signature - class unot.DepthPatternWriter の static 変数
 
signature - class unot.ParentFormatLineReader の変数
 
signature - class unot.ParentFormatLineWriter の static 変数
 
signature - class unot.ParentPatternWriter の static 変数
 
signature - class unot.SerializeUnotPatternWriter の static 変数
 
signature - class unot.TreePatternWriter の static 変数
 
size - class unot.Occurrence の変数
 
size() - class unot.Occurrence のメソッド
Returns the number of elements in this list.
size() - class unot.PatSet のメソッド
Describe size method here.
skipRestOfLine() - class unot.LineReader のメソッド
 
st - class unot.DocSet の変数
クラス内から参照するトークナイザー
st - class unot.LineReader の変数
??????????g??????
StackList - class unot.StackList.
A simple stack class.
StackList() - class unot.StackList のコンストラクタ
 

T

test_output(Pattern) - class unot.PatSet のメソッド
 
test_output0(Pattern) - class unot.PatSet のメソッド
 
tokenTypeName(StreamTokenizer) - class unot.LineReader のメソッド
Utility
toString() - class unot.DLpair のメソッド
Returns the (depth, label) expression of this object.
toString() - class unot.MatchPattern のメソッド
Retrieves a String representation of the object.
toString() - class unot.OccList のメソッド
Retrieves a String representation of the object.
toString() - class unot.Occurrence のメソッド
Retrieve a tree like String representation of the object.
toString() - class unot.Pattern のメソッド
Retrieves a String representation of the object.
toString() - class unot.UnotNode のメソッド
Retrieve a tree like String representation of the object.
toString() - class unot.UnotPattern のメソッド
Retrieves a String representation of the object.
TreePatternWriter - class unot.TreePatternWriter.
 
TreePatternWriter(DocSet) - class unot.TreePatternWriter のコンストラクタ
 
TT_DOUBLE_QUOTE - class unot.LineReader の static 変数
StreamTokenizer????????????????????
TT_SINGLE_QUOTE - class unot.LineReader の static 変数
 

U

UNDEF_ID - class unot.UnotNode の static 変数
未定義 ID を示す値
unot - package unot
 
Unot - class unot.Unot.
Unot.java Created: Sat Aug 16 03:04:00 2003
Unot() - class unot.Unot のコンストラクタ
Creates a new Unot instance.
Unot(DocSet) - class unot.Unot のコンストラクタ
Creates a new Unot instance.
UnotFreqt - class unot.UnotFreqt.
UnotOD.java `OD' means `Occurrence Deliver'.
UnotFreqt() - class unot.UnotFreqt のコンストラクタ
Creates a new UnotFreqt instance.
UnotFreqt(DocSet) - class unot.UnotFreqt のコンストラクタ
Creates a new UnotFreqt instance.
UnotLog - class unot.UnotLog.
UnotLog.java Created: Sat Apr 8 03:04:00 2004
UnotLog() - class unot.UnotLog のコンストラクタ
 
UnotNode - class unot.UnotNode.
The class for nodes of a data tree.
UnotNode() - class unot.UnotNode のコンストラクタ
Creates a new UnotNode instance.
UnotNode(int) - class unot.UnotNode のコンストラクタ
Creates a new UnotNode instance.
UnotNode(int, int) - class unot.UnotNode のコンストラクタ
Creates a new UnotNode instance.
UnotNode(int, int, int) - class unot.UnotNode のコンストラクタ
Creates a new UnotNode instance.
UnotNonOD - class unot.UnotNonOD.
UnotOD.java `OD' means `Occurrence Deliver'.
UnotNonOD() - class unot.UnotNonOD のコンストラクタ
Creates a new UnotNonOD instance.
UnotNonOD(DocSet) - class unot.UnotNonOD のコンストラクタ
Creates a new UnotNonOD instance.
UnotOD - class unot.UnotOD.
UnotOD.java `OD' means `Occurrence Deliver'.
UnotOD.OccDict - class unot.UnotOD.OccDict.
Describe class OccDict here.
UnotOD.OccDict() - class unot.UnotOD.OccDict のコンストラクタ
 
UnotOD() - class unot.UnotOD のコンストラクタ
Creates a new UnotOD instance.
UnotOD(DocSet) - class unot.UnotOD のコンストラクタ
Creates a new UnotOD instance.
UnotPattern - class unot.UnotPattern.
UnotPattern.java このクラスは UNOT パターンのデータ構造を表現する.
UnotPattern() - class unot.UnotPattern のコンストラクタ
Creates a new UnotPattern instance.
UnotPattern(DLpair[], int[], int[], int[], int) - class unot.UnotPattern のコンストラクタ
Creates a new UnotPattern instance.
UnotPattern(int) - class unot.UnotPattern のコンストラクタ
Returns a UnotPattern object that has only root node.
UnotPatternReader - class unot.UnotPatternReader.
A template for a reader class.
UnotPatternReader() - class unot.UnotPatternReader のコンストラクタ
 
UnotPatternWriter - class unot.UnotPatternWriter.
A template for a writer class.
UnotPatternWriter() - class unot.UnotPatternWriter のコンストラクタ
 
updateOcc(UnotPattern, OccList) - class unot.UnotFreqt のメソッド
Updates the old Occurrence List to the current Occurrence List with the expanded UnotPattern.
updateOcc(UnotPattern, OccList) - class unot.UnotNonOD のメソッド
Updates the old Occurrence List to the current Occurrence List with the expanded UnotPattern.
useAdjacencyList - class unot.DocSet の static 変数
隣接リスト表現を使うかどうかのフラグ.
useAdjacencyList(boolean) - class unot.DocSet の static メソッド
Describe setAdjacencyListRepl method here.
useBalanceCheck - class unot.Unot の static 変数
オプション:バランスチェック最適化を使用するかどうか
useDiffString - class unot.NodeList の static 変数
$B%N!
useIndent - class unot.DocSet の static 変数
文書集合の出力で段下げをするかどうかのフラグ.
useIndent - class unot.LineWriter の変数
 
useIndent - class unot.PatternWriter の変数
 
useIndent - class unot.UnotPatternWriter の変数
 
useRootCount - class unot.Match の static 変数
オプション:パターンに根出現回数を含めるかどうか
useRootCount - class unot.Unot の static 変数
オプション:パターンに根出現回数を含めるかどうか
useRootList - class unot.Match の static 変数
オプション:パターンに根出現リスト情報を含めるかどうか
useRootList - class unot.Unot の static 変数
オプション:パターンに根出現リスト情報を含めるかどうか

V

VERSION_STRING - class unot.Match の static 変数
バージョン文字列.
VERSION_STRING - class unot.Unot の static 変数
バージョン文字列.

W

write(Pattern) - class unot.PatternWriter のメソッド
 
write(Pattern) - class unot.UnotPatternWriter のメソッド
 
write(UnotPattern) - class unot.UnotPatternWriter のメソッド
 
writeDocDelimitor() - class unot.LineWriter のメソッド
?????^???????o??
writeFile(PrintStream) - class unot.DocSet のメソッド
文書集合オブジェクトを,再読み込み可能な形式でファイルに出力する.
writeFile(PrintStream) - class unot.PatSet のメソッド
 
writeFileTaverse(UnotNode, UnotNode, LineWriter, int) - class unot.DocSet のメソッド
 
writeIntList(StringBuffer, int[]) - class unot.SerializeUnotPatternWriter のメソッド
 
writeNodeLine(UnotNode) - class unot.ChildFormatLineWriter のメソッド
?????????o??
writeNodeLine(UnotNode) - class unot.LineWriter のメソッド
?????????o??
writeNodeLine(UnotNode) - class unot.ParentFormatLineWriter のメソッド
?????????o??
writer - class unot.Pattern の static 変数
木の清書出力手続き
WRITER_DLPAIR - class unot.PatternWriter の static 変数
 
WRITER_PARENT - class unot.PatternWriter の static 変数
 
WRITER_SERIAL - class unot.PatternWriter の static 変数
 
WRITER_TREE - class unot.PatternWriter の static 変数
$B%Q%?!
writerName - class unot.ChildFormatLineWriter の static 変数
 
writerName - class unot.DepthPatternWriter の static 変数
 
writerName - class unot.ParentFormatLineWriter の static 変数
 
writerName - class unot.ParentPatternWriter の static 変数
 
writerName - class unot.PatternWriter の static 変数
 
writerName - class unot.SerializeUnotPatternWriter の static 変数
 
writerName - class unot.TreePatternWriter の static 変数
 
writeStatFile(PrintStream) - class unot.PatSet のメソッド
 
writeToString() - class unot.MatchPattern のメソッド
Retrieve a tree like String representation of the object.
writeToString() - class unot.Pattern のメソッド
Retrieve a tree like String representation of the object.
writeToString() - class unot.UnotPattern のメソッド
Retrieve a tree like String representation of the object.
writeTree(Pattern) - class unot.DepthPatternWriter のメソッド
 
writeTree(Pattern) - class unot.ParentPatternWriter のメソッド
 
writeTree(Pattern) - class unot.PatternWriter のメソッド
 
writeTree(Pattern) - class unot.SerializeUnotPatternWriter のメソッド
 
writeTree(Pattern) - class unot.TreePatternWriter のメソッド
 
writeTree(Pattern) - class unot.UnotPatternWriter のメソッド
 
writeUnotTree(UnotPattern) - class unot.SerializeUnotPatternWriter のメソッド
 
writeUnotTree(UnotPattern) - class unot.UnotPatternWriter のメソッド
 

_

_freePatId - class unot.Pattern の static 変数
Pattern の通し番号 ID

A C D E F G I L M N O P R S T U V W _