gov.nasa.arc.brahms.vm.api.events
Interface IStatementEventConstants

All Known Subinterfaces:
IBeliefAssertedEM, IBeliefRetractedEM, IFactAssertedEM, IFactRetractedEM

public interface IStatementEventConstants

The IStatementEventConstants interface specifies constants related to the event messages for beliefs and facts. The constants mainly consist of property names used in the event messages.


Field Summary
static java.lang.String BELIEFCTX
          Property name indicating that its value is a belief context
static java.lang.String FACTCTX
          Property name indicating that its value is a fact context
 

Field Detail

BELIEFCTX

static final java.lang.String BELIEFCTX
Property name indicating that its value is a belief context

See Also:
Constant Field Values

FACTCTX

static final java.lang.String FACTCTX
Property name indicating that its value is a fact context

See Also:
Constant Field Values