|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.griphyn.cPlanner.classes.Data
public abstract class Data
This is the container for all the Data classes.
| Field Summary | |
|---|---|
LogManager |
mLogger
The LogManager object which is used to log all the messages. |
String |
mLogMsg
The String which stores the message to be stored. |
| Constructor Summary | |
|---|---|
Data()
The default constructor. |
|
| Method Summary | |
|---|---|
String |
setToString(Set s,
String delim)
A small helper method that displays the contents of a Set in a String. |
abstract String |
toString()
Returns the String version of the data object, which is in human readable form. |
String |
vectorToString(String heading,
Vector vector)
It converts the contents of the Vector to a String and returns it. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Field Detail |
|---|
public LogManager mLogger
LogManagerpublic String mLogMsg
| Constructor Detail |
|---|
public Data()
| Method Detail |
|---|
public abstract String toString()
toString in class Object
public String vectorToString(String heading,
Vector vector)
heading - The heading you want to give
to the text which is printedvector - The Vector whose
elements you want to print
public String setToString(Set s,
String delim)
delim - The delimited between the members of the set.
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||