public interface MOAObject extends Serializable
Modifier and Type | Method and Description |
---|---|
MOAObject |
copy()
This method produces a copy of this object.
|
void |
getDescription(StringBuilder sb,
int indent)
Returns a string representation of this object.
|
int |
measureByteSize()
Gets the memory size of this object.
|
int measureByteSize()
MOAObject copy()
void getDescription(StringBuilder sb, int indent)
AbstractMOAObject.toString
to give a string representation of the object.sb
- the stringbuilder to add the descriptionindent
- the number of characters to indentCopyright © 2014 University of Waikato, Hamilton, NZ. All Rights Reserved.