Warning: Can't use blame annotator:
svn blame failed on trunk/src/scriptbuilder/structures/I_XML_Writable.java: ("Can't find a temporary directory: Internal error", 20014)

source: tmcsimulator-scriptbuilder/trunk/src/scriptbuilder/structures/I_XML_Writable.java @ 76

Revision 76, 291 bytes checked in by bmcguffin, 9 years ago (diff)

Added javadoc for several files.

RevLine 
1package scriptbuilder.structures;
2
3/**
4 *
5 * @author Bryan McGuffin
6 */
7public interface I_XML_Writable
8{
9
10    /**
11     * Translate this object's data into an appropriate XML string.
12     *
13     * @return an XML-compliant string representing this object's data
14     */
15    String toXML();
16}
Note: See TracBrowser for help on using the repository browser.