|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcoins.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.
| Field Summary | |
protected java.lang.String |
displayName
The attribute of this type |
protected BiList |
elem
The list of the element |
| Constructor Summary | |
(package private) |
AbstType(java.lang.String dName)
Constructor |
| Method Summary | |
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. |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Field Detail |
protected BiList elem
protected final java.lang.String displayName
| Constructor Detail |
AbstType(java.lang.String dName)
dName - The attribute `displayName'| Method Detail |
public java.lang.String displayName()
public java.lang.String toString(int space)
space - The number of the white spaces
public java.lang.String toString()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||