Package org.opensourcephysics.tools
Interface Job
- All Known Implementing Classes:
LocalJob
public interface Job
This is an interface for osp data transfers via XML.
- Version:
- 1.0
- Author:
- Douglas Brown
-
Method Summary
-
Method Details
-
getXML
String getXML()Gets the xml string.- Returns:
- the xml string
-
setXML
Sets the xml string.- Parameters:
xml
- the xml string
-