Package moa
Class MakeObject
- java.lang.Object
-
- moa.MakeObject
-
public class MakeObject extends Object
Class for writing a MOA object to a file from the command line.- Version:
- $Revision: 7 $
- Author:
- Richard Kirkby (rkirkby@cs.waikato.ac.nz)
-
-
Constructor Summary
Constructors Constructor Description MakeObject()
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static void
main(String[] args)
Main method for writing an object to a file from the command line.
-
-
-
Method Detail
-
main
public static void main(String[] args)
Main method for writing an object to a file from the command line.- Parameters:
args
- the options
-
-