at.tuwien.ifs.somtoolbox.output
Class AttendeeMapper

java.lang.Object
  extended by 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

Nested Class Summary
 
Nested classes/interfaces inherited from interface at.tuwien.ifs.somtoolbox.apps.SOMToolboxApp
SOMToolboxApp.Type
 
Field Summary
static SOMToolboxApp.Type APPLICATION_TYPE
           
static String DESCRIPTION
           
static String LONG_DESCRIPTION
           
static com.martiansoftware.jsap.Parameter[] OPTIONS
           
 
Fields inherited from interface at.tuwien.ifs.somtoolbox.apps.SOMToolboxApp
DEV_BY_STRING, HOMEPAGE, REQUIRED_MEMBERS, TYPE_GROUPED_COMPARATOR
 
Constructor Summary
AttendeeMapper()
           
 
Method Summary
static void main(String[] args)
          Method for stand-alone execution of the attendee mapper.
private static String[] readDataNames(String fName)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

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
Constructor Detail

AttendeeMapper

public AttendeeMapper()
Method Detail

main

public static void main(String[] args)
Method for stand-alone execution of the attendee mapper. Options are:

Parameters:
args - the execution arguments as stated above.

readDataNames

private static String[] readDataNames(String fName)