|
|||||||||
前のクラス 次のクラス | フレームあり フレームなし | ||||||||
概要: 入れ子 | フィールド | コンストラクタ | メソッド | 詳細: フィールド | コンストラクタ | メソッド |
java.lang.Object | +--unot.Occurrence
Occurrence.java データにおけるパターンの出現を表現するクラス. UnotPattern 中の各 DLpair が Occurrence 中の各 element に対応する. Created: Mon Dec 29 03:51:13 2003
フィールドの概要 | |
private java.lang.Object |
element
|
private unot.Occurrence |
first
|
private unot.Occurrence |
next
|
private unot.Occurrence |
prev
|
private int |
size
|
コンストラクタの概要 | |
Occurrence()
Creates a new Occurrence instance. |
|
Occurrence(unot.Occurrence occ)
Creates a new Occurrence instance. |
|
Occurrence(unot.Occurrence occ,
unot.UnotNode child)
Describe join method here. |
メソッドの概要 | |
boolean |
add(java.lang.Object o)
Describe add method here. |
boolean |
contains(java.lang.Object o)
Describe contains method here. |
java.lang.Object |
get(int index)
Describe get method here. |
int |
size()
Returns the number of elements in this list. |
java.lang.String |
toString()
Retrieve a tree like String representation of the object. |
クラス java.lang.Object から継承したメソッド |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
フィールドの詳細 |
private int size
private unot.Occurrence prev
private unot.Occurrence first
private java.lang.Object element
private transient unot.Occurrence next
コンストラクタの詳細 |
public Occurrence()
Occurrence
instance.
public Occurrence(unot.Occurrence occ)
Occurrence
instance.
occ
- an Occurrence
valuepublic Occurrence(unot.Occurrence occ, unot.UnotNode child)
join
method here.
occ
- an Occurrence
valuechild
- a NodeAdapter
valueメソッドの詳細 |
public boolean add(java.lang.Object o)
add
method here.
o
- an Object
value
boolean
valuepublic boolean contains(java.lang.Object o)
contains
method here.
o
- an Object
value
boolean
valuepublic java.lang.Object get(int index)
get
method here.
index
- an int
value
Object
valuepublic int size()
int
valuepublic java.lang.String toString()
java.lang.Object
内の toString
String
value
|
|||||||||
前のクラス 次のクラス | フレームあり フレームなし | ||||||||
概要: 入れ子 | フィールド | コンストラクタ | メソッド | 詳細: フィールド | コンストラクタ | メソッド |