inpro.incremental.unit
Class SyllableIU

java.lang.Object
  extended by inpro.incremental.unit.IU
      extended by inpro.incremental.unit.SyllableIU
All Implemented Interfaces:
java.lang.Comparable<IU>

public class SyllableIU
extends IU


Nested Class Summary
 
Nested classes/interfaces inherited from class inpro.incremental.unit.IU
IU.IUUpdateListener, IU.Progress
 
Field Summary
 
Fields inherited from class inpro.incremental.unit.IU
creationTime, FIRST_IU, groundedIn, grounds, nextSameLevelLinks, previousSameLevelLink, updateListeners
 
Constructor Summary
SyllableIU(SyllableIU sll, java.util.List<IU> segments)
           
 
Method Summary
 java.util.List<SegmentIU> getNucleus()
           
 java.lang.String toPayLoad()
           
 
Methods inherited from class inpro.incremental.unit.IU
addNextSameLevelLink, addUpdateListener, commit, compareTo, connectSLL, deepToString, duration, endTime, equals, getAge, getAmongNextSameLevelLinks, getCreationTime, getID, getNextSameLevelLink, getNextSameLevelLinks, getOngoingGroundedIU, getProgress, getSameLevelLink, ground, groundedIn, groundIn, groundIn, grounds, hashCode, isCommitted, isCompleted, isOngoing, isRevoked, isUpcoming, notifyListeners, payloadEquals, removeAllNextSameLevelLinks, removeGrin, removeGrin, reorderNextSameLevelLink, revoke, setAsTopNextSameLevelLink, setSameLevelLink, startTime, toLabelLine, toString, toTEDviewXML, updateOnGrinUpdates
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
 

Constructor Detail

SyllableIU

public SyllableIU(SyllableIU sll,
                  java.util.List<IU> segments)
Method Detail

toPayLoad

public java.lang.String toPayLoad()
Specified by:
toPayLoad in class IU

getNucleus

public java.util.List<SegmentIU> getNucleus()