at.tuwien.ifs.somtoolbox.output
Class AttendeeMapper
java.lang.Object
at.tuwien.ifs.somtoolbox.output.AttendeeMapper
- All Implemented Interfaces:
- SOMToolboxApp
public class AttendeeMapper
- extends Object
- implements SOMToolboxApp
- Version:
- $Id: AttendeeMapper.java 3686 2010-07-15 09:16:12Z frank $
- Author:
- Michael Dittenbach
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
OPTIONS
public static final com.martiansoftware.jsap.Parameter[] OPTIONS
DESCRIPTION
public static final String DESCRIPTION
- See Also:
- Constant Field Values
LONG_DESCRIPTION
public static final String LONG_DESCRIPTION
- See Also:
- Constant Field Values
APPLICATION_TYPE
public static final SOMToolboxApp.Type APPLICATION_TYPE
AttendeeMapper
public AttendeeMapper()
main
public static void main(String[] args)
- Method for stand-alone execution of the attendee mapper. Options are:
- -d data names file, mandatory
- -u unit description file, mandatory
- htmlName name of output HTML file, mandatory
- Parameters:
args
- the execution arguments as stated above.
readDataNames
private static String[] readDataNames(String fName)