C# Класс Microsoft.Zing.ZingerSchedulerState

Показать файл Открыть проект Примеры использования класса

Открытые свойства

Свойство Тип Описание
numOfTimesCurrStateDelayed int

Защищенные свойства (Protected)

Свойство Тип Описание
PprocessToZingprocess int>.Dictionary

Открытые методы

Метод Описание
Clone ( bool isCloneForFrontier ) : ZingerSchedulerState

Clone current scheduler state for new zing state.

Finish ( int processId ) : void

This function is called when a Zing process has finished execution.

GetZingProcessId ( int P_ProcessId ) : int

This function returns the Zing process Id corresponding to the P process.

Map ( int P_ProcessId ) : void

This function Maps P process to Zing Process

Start ( int processId ) : void

This function is called by Zinger Explorer whenever a Zing Processes is created.

ZingerSchedulerState ( ) : System

Defualt Constructor

ZingerSchedulerState ( ZingerSchedulerState copyThis ) : System

Copy Construtor

Описание методов

Clone() публичный абстрактный Метод

Clone current scheduler state for new zing state.
public abstract Clone ( bool isCloneForFrontier ) : ZingerSchedulerState
isCloneForFrontier bool
Результат ZingerSchedulerState

Finish() публичный Метод

This function is called when a Zing process has finished execution.
public Finish ( int processId ) : void
processId int
Результат void

GetZingProcessId() публичный Метод

This function returns the Zing process Id corresponding to the P process.
public GetZingProcessId ( int P_ProcessId ) : int
P_ProcessId int
Результат int

Map() публичный Метод

This function Maps P process to Zing Process
public Map ( int P_ProcessId ) : void
P_ProcessId int
Результат void

Start() публичный Метод

This function is called by Zinger Explorer whenever a Zing Processes is created.
public Start ( int processId ) : void
processId int
Результат void

ZingerSchedulerState() публичный Метод

Defualt Constructor
public ZingerSchedulerState ( ) : System
Результат System

ZingerSchedulerState() публичный Метод

Copy Construtor
public ZingerSchedulerState ( ZingerSchedulerState copyThis ) : System
copyThis ZingerSchedulerState
Результат System

Описание свойств

PprocessToZingprocess защищенное свойство

Map from the P Statemachine id to Zing Process Id.
protected Dictionary PprocessToZingprocess
Результат int>.Dictionary

numOfTimesCurrStateDelayed публичное свойство

public int numOfTimesCurrStateDelayed
Результат int