ncsa.tools.ogrescript.process.types.actions
Class AbstractStreamSegmentAction

java.lang.Object
  extended byncsa.tools.ogrescript.OgreScriptElement
      extended byncsa.tools.ogrescript.process.types.actions.AbstractTriggeredAction
          extended byncsa.tools.ogrescript.process.types.actions.AbstractStreamSegmentAction
All Implemented Interfaces:
IIdentifiableParent, ITriggeredAction, Resolvable, UserFacing
Direct Known Subclasses:
StreamMonitorFileWrite, StreamSegmentProgressAction

public abstract class AbstractStreamSegmentAction
extends AbstractTriggeredAction


Field Summary
 
Fields inherited from class ncsa.tools.ogrescript.OgreScriptElement
TAG_EXT_PT, TAG_SELF
 
Constructor Summary
AbstractStreamSegmentAction()
           
 
Method Summary
 java.lang.String getStreamSegment()
           
 void setStreamSegment(java.lang.String streamSegment)
           
 
Methods inherited from class ncsa.tools.ogrescript.process.types.actions.AbstractTriggeredAction
resolve, setParent
 
Methods inherited from class ncsa.tools.ogrescript.OgreScriptElement
asElement, initializeFromElement
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 
Methods inherited from interface ncsa.tools.common.triggers.ITriggeredAction
perform
 
Methods inherited from interface ncsa.tools.common.UserFacing
asElement, initializeFromElement
 

Constructor Detail

AbstractStreamSegmentAction

public AbstractStreamSegmentAction()
Method Detail

getStreamSegment

public java.lang.String getStreamSegment()

setStreamSegment

public void setStreamSegment(java.lang.String streamSegment)