gov.nasa.arc.brahms.common.rt
Class ConditionCtx

java.lang.Object
  extended by gov.nasa.arc.brahms.common.rt.BrahmsObjectCtx
      extended by gov.nasa.arc.brahms.common.rt.ConditionCtx
All Implemented Interfaces:
IBrahmsObjectCtx, IConditionCtx, IRuntimeConstants, java.io.Serializable
Direct Known Subclasses:
ConsequenceCtx, DetectableCtx, PreconditionCtx, TransferDefinitionCtx

public class ConditionCtx
extends BrahmsObjectCtx
implements IConditionCtx

The ConditionCtx references a Condition defined in a Brahms model or created by the virtual machine.

Version:
10 November 1999
Author:
Ron van Hoof
See Also:
Serialized Form

Field Summary
 
Fields inherited from interface gov.nasa.arc.brahms.common.rt.IRuntimeConstants
ABORTED, ACTIVE, ACTIVITY, AVAILABLE, COMPLETED, CONSEQUENCE, DETECTABLE, ENDED, ENGINE, EXTERNAL_AGENT, FROM, IMPASSED, INITIAL, INTERRUPTED, JAVA_PROPERTY, sABORTED, sACTIVE, sAVAILABLE, sCOMPLETED, sENDED, sIMPASSED, sINTERRUPTED, sUNAVAILABLE, TO, TRANSFER, UNAVAILABLE
 
Constructor Summary
ConditionCtx(Condition condition)
          Constructor, creates a new ConditionCtx serving as a context for the specified condition.
 
Method Summary
 
Methods inherited from class gov.nasa.arc.brahms.common.rt.BrahmsObjectCtx
addNote, getContextFor, getEndTime, getID, getNote, getNotes, getStartTime, removeNote, setContextFor, setEndTime, setID, setStartTime
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 
Methods inherited from interface gov.nasa.arc.brahms.common.rt.IBrahmsObjectCtx
addNote, getContextFor, getEndTime, getID, getNote, getNotes, getStartTime, removeNote, setEndTime, setID, setStartTime
 

Constructor Detail

ConditionCtx

public ConditionCtx(Condition condition)
Constructor, creates a new ConditionCtx serving as a context for the specified condition.

Parameters:
condition - the Condition for which this context is a context


Copyright © 1997-2012 All Rights Reserved.