|
||||||||||
前のクラス 次のクラス | フレームあり フレームなし | |||||||||
概要: 入れ子 | フィールド | コンストラクタ | メソッド | 詳細: フィールド | コンストラクタ | メソッド |
java.lang.Object | +--coins.snapshot.AbstType
The super class of the LabelType and StringType. This type has a list of the element, which is a information about the nodes of a graph structure. Also, it has a attribute `displayName' which specify the name of the information.
フィールドの概要 | |
protected java.lang.String |
displayName
The attribute of this type |
protected BiList |
elem
The list of the element |
コンストラクタの概要 | |
(パッケージプライベート) |
AbstType(java.lang.String dName)
Constructor |
メソッドの概要 | |
java.lang.String |
displayName()
Get the attribute `displayName'. |
java.lang.String |
toString()
Generate the XML representation with no white spaces before. |
java.lang.String |
toString(int space)
Generate the XML representation in string. |
クラス java.lang.Object から継承したメソッド |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
フィールドの詳細 |
protected BiList elem
protected final java.lang.String displayName
コンストラクタの詳細 |
AbstType(java.lang.String dName)
dName
- The attribute `displayName'メソッドの詳細 |
public java.lang.String displayName()
public java.lang.String toString(int space)
space
- The number of the white spaces
public java.lang.String toString()
java.lang.Object
内の toString
|
||||||||||
前のクラス 次のクラス | フレームあり フレームなし | |||||||||
概要: 入れ子 | フィールド | コンストラクタ | メソッド | 詳細: フィールド | コンストラクタ | メソッド |