TPTP 4.5.0 Platform Project
Public API Specification

org.eclipse.hyades.loaders.common
Interface IXMLEventConstants

All Known Implementing Classes:
XMLexecutionEventLoader, XMLinvocationEventLoader, XMLloopEventLoader, XMLmessageEventLoader, XMLtimedEventLoader, XMLtypedEventLoader, XMLverdictEventLoader, XMLwaitEventLoader

public interface IXMLEventConstants

Common place for constants used across all event types


Field Summary
static int CONFLICT_IGNORE
          If an event with IDs exist, then ignore this event
static int CONFLICT_NONE
          Just insert this event in the execution history - No Conflict determination needed
static int CONFLICT_OVERWRITE
          If this event already exists, just overwrite it with the current event
static int CONFLICT_OVERWRITE_IF_EARLIEST
          Overwrite an existing event if this event is an earlier one
static int CONFLICT_OVERWRITE_IF_LATEST
          Overwrite an existing event if this event is the later one
 

Field Detail

CONFLICT_NONE

static final int CONFLICT_NONE
Just insert this event in the execution history - No Conflict determination needed

See Also:
Constant Field Values

CONFLICT_IGNORE

static final int CONFLICT_IGNORE
If an event with IDs exist, then ignore this event

See Also:
Constant Field Values

CONFLICT_OVERWRITE

static final int CONFLICT_OVERWRITE
If this event already exists, just overwrite it with the current event

See Also:
Constant Field Values

CONFLICT_OVERWRITE_IF_EARLIEST

static final int CONFLICT_OVERWRITE_IF_EARLIEST
Overwrite an existing event if this event is an earlier one

See Also:
Constant Field Values

CONFLICT_OVERWRITE_IF_LATEST

static final int CONFLICT_OVERWRITE_IF_LATEST
Overwrite an existing event if this event is the later one

See Also:
Constant Field Values

TPTP 4.5.0 Platform Project
Public API Specification