パッケージ nlp4j.node
クラス NodeKeyword<T extends KeywordWithDependency>
- java.lang.Object
-
- nlp4j.node.Node<Object>
-
- nlp4j.node.NodeKeyword<T>
-
- 型パラメータ:
T
-
- すべての実装されたインタフェース:
Cloneable
public class NodeKeyword<T extends KeywordWithDependency> extends Node<Object>
- 作成者:
- Hiroki Oya
-
-
フィールドの概要
-
クラスから継承されたフィールド nlp4j.node.Node
childNodes, childrenIndex, depth, parent
-
-
コンストラクタの概要
コンストラクタ コンストラクタ 説明 NodeKeyword(T value)
-
メソッドの概要
すべてのメソッド インスタンス・メソッド concreteメソッド 修飾子とタイプ メソッド 説明 boolean
match(Node n)
-
クラスから継承されたメソッド nlp4j.node.Node
addChildNode, clone, clonePatterns, getChildNode, getChildNodes, getChildNodesSize, getValue, hasNext, hasNextChild, matchAll, next, nextChild, print, removeChild, resetIndex, toString
-
-