XJob

Inherited from NItem,

Inherited by NULL

Friend class NULL

Description

XJob主要用来调度分析序列,同一个分析可以在不同XJob中被分别调度。

Members

Public interface


vector<const XAnalysis*> * m_pStepsArr


XJob(ulong id)

void addStep(const XAnalysis * step)

void insertStep(const XAnalysis * step, int index = -1)

void removeStep(int index)

int getStepIndex(const XAnalysis * step) const

const XAnalysis * getStep(int index) const

int getStepCount() const

void clear()

virtual void write(XBinaryIO * io)

ErrorCode read(XBinaryIO * io, AnalysisManager * mgr)