net.sourceforge.nite.gui.timelineviewer
Class SimpleContinuousLabeller

java.lang.Object
  extended by net.sourceforge.nite.gui.timelineviewer.SimpleContinuousLabeller
All Implemented Interfaces:
TimelineNOMElementCreator

public class SimpleContinuousLabeller
extends java.lang.Object
implements TimelineNOMElementCreator

A very simple, naive implementation that doesn't have any domain-specific information. For demonstration purposes only. TODO: Currently fixed to only work on a specific corpus, will add CSLConfig support later.

Author:
Craig Nicol

Constructor Summary
SimpleContinuousLabeller(NOMWriteCorpus c)
           
 
Method Summary
 NOMElement createNewElement(float start, float end, java.lang.String label, java.lang.String layer, int depth)
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

SimpleContinuousLabeller

public SimpleContinuousLabeller(NOMWriteCorpus c)
Method Detail

createNewElement

public NOMElement createNewElement(float start,
                                   float end,
                                   java.lang.String label,
                                   java.lang.String layer,
                                   int depth)
Specified by:
createNewElement in interface TimelineNOMElementCreator