XMT-O Reference Software

xmto2xmta.timegraph
Class SeqTimeContainer

java.lang.Object
  |
  +--xmto2xmta.timegraph.Container
        |
        +--xmto2xmta.timegraph.TimeContainer
              |
              +--xmto2xmta.timegraph.SeqTimeContainer

public class SeqTimeContainer
extends TimeContainer

The seq time container.

History:


Fields inherited from class xmto2xmta.timegraph.TimeContainer
accIterationCount, accIterationDur, BEGIN, containerLife, currentInterval, curSamplingTime, dur, durType, DURTYPE_MEDIA, DURTYPE_NAME, DURTYPE_TIMEVALUE, DURTYPE_UNSPECIFIED, END, endSpecifiedDetermined, endSpecifiedResult, ENDSYNC_ALL, ENDSYNC_FIRST, ENDSYNC_ID, ENDSYNC_LAST, ENDSYNC_MEDIA, ENDSYNC_NAME, endsyncID, endsyncRule, eventDependents, fill, FILL_AUTO, FILL_DEFAULT, FILL_FREEZE, FILL_HOLD, FILL_INHERIT, FILL_NAME, FILL_REMOVE, FILL_TRANSITION, fillDefault, fillInterval, fillTime, globalToLocalTimeCache, hasStarted, implicitDur, instanceTimeList, intrinsicDur, lastActiveEnd, lifeBegin, lifeHistory, lifeInterval, max, maxType, min, MINMAX_MEDIA, MINMAX_NAME, MINMAX_TIMEVALUE, minType, naturalEnd, repeatCount, repeatCountIndefinite, repeatCountSpecified, repeatDur, repeatDurSpecified, restart, RESTART_ALWAYS, RESTART_DEFAULT, RESTART_INHERIT, RESTART_NAME, RESTART_NEVER, RESTART_WHENNOTACTIVE, restartDefault, siblingSaysNoFill, simpleDur, state, STATE_ACTIVE, STATE_DEAD, STATE_NAME, STATE_WAITING, syncbaseDependents, syncConditions
 
Fields inherited from class xmto2xmta.timegraph.Container
children, errWriter, id, parent, timeGraph, writer
 
Constructor Summary
SeqTimeContainer()
           
SeqTimeContainer(java.lang.Integer id, Container parent)
           
SeqTimeContainer(TimeGraph timeGraph, java.lang.Integer id, Container parent)
           
 
Method Summary
 void setEndsyncRule(int endsyncRule)
           
 void setEndsyncRule(int endsyncRule, java.lang.Integer endsyncID)
           
 void setFill(int fill)
           
 void setFillDefault(int fillDefault)
           
 
Methods inherited from class xmto2xmta.timegraph.TimeContainer
addInstanceTime, beginSimpleDuration, calcActiveEnd, calcActiveEnd, changeCurInstanceTime, changeIntervalNotice, childHasEnded, clearAllEventInstanceTimes, computeActiveDur, computeActiveDur, computeImplicitDur, computeIntermediateActiveDur, computeIntrinsicDur, computeSimpleDur, convertFromAscendantToLocalTime, convertFromGlobalIntervalToLocal, convertFromGlobalToLocalTime, convertFromLocalToGlobalTime, convertLocalToAscendantTime, convertRemoteToLocalTime, deleteCurInstanceTime, deleteIntervalNotice, durSpecified, endCurInterval, endHasEventConditions, endNaturalInterval, endSimpleDuration, endSpecified, fastForwardMedia, freeze, getAccIterationCount, getAccIterationDur, getBeginConditions, getBeginInstanceTimeList, getCurrentInterval, getCurrentLocalTime, getCurrentTime, getDur, getDurType, getEndConditions, getEndInstanceTimeList, getEndsyncID, getEndsyncRule, getEventDependents, getFill, getFillDefault, getImplicitDur, getIntrinsicDur, getLifeHistory, getMax, getMaxType, getMin, getMinType, getNextActiveInterval, getNextEndTime, getRepeatCount, getRepeatDur, getRestart, getRestartDefault, getSimpleDur, getState, getSyncbaseDependents, hasResolvedBegin, hasStarted, isActiveOrDead, isRepeatCountIndefinite, isRepeatCountSpecified, isRepeatDurSpecified, newIntervalNotice, nextSamplingTime, recomputeActiveCurIntervalEndTime, recomputeNextWaitingInterval, release, removeSamplingTime, removeSyncbaseInstanceTimes, removeSyncbaseInstanceTimes, repeatCountSpecified, repeatDurSpecified, repeatSimpleDuration, reset, resyncSyncbaseInstanceTimes, sample, sendChangeIntervalNotice, sendDeleteIntervalNotice, sendNewIntervalNotice, setBeginConditions, setDur, setEndConditions, setEventDependents, setImplicitDur, setIntrinsicDur, setMax, setMin, setRepeatCount, setRepeatCountIndefinite, setRepeatDur, setRestart, setRestartDefault, setSimpleDur, setSyncbaseDependents, startFill, startNewInterval, stop, stop, stopCurInterval, stopFill, stopFillBySibling, stopPrevSiblingFill, timeContainerHasEnded
 
Methods inherited from class xmto2xmta.timegraph.Container
addChild, children, getChildren, getCommonAscendant, getID, getNextChild, getParent, getPrevChild, getRoot, getTimeGraph, hasEvent, isAscendantOf, isCommonAscendantOf, setID, setParent, setTimeGraph
 
Methods inherited from class java.lang.Object
, clone, equals, finalize, getClass, hashCode, notify, notifyAll, registerNatives, toString, wait, wait, wait
 

Constructor Detail

SeqTimeContainer

public SeqTimeContainer()

SeqTimeContainer

public SeqTimeContainer(java.lang.Integer id,
                        Container parent)

SeqTimeContainer

public SeqTimeContainer(TimeGraph timeGraph,
                        java.lang.Integer id,
                        Container parent)
Method Detail

setEndsyncRule

public void setEndsyncRule(int endsyncRule,
                           java.lang.Integer endsyncID)
Overrides:
setEndsyncRule in class TimeContainer

setEndsyncRule

public void setEndsyncRule(int endsyncRule)
Overrides:
setEndsyncRule in class TimeContainer

setFill

public void setFill(int fill)
Overrides:
setFill in class TimeContainer

setFillDefault

public void setFillDefault(int fillDefault)
Overrides:
setFillDefault in class TimeContainer

XMT-O Reference Software