Метод | Описание | |
---|---|---|
Dispose ( ) : void |
Frees any unmanaged reblocks.
|
|
FindBlock ( string blockId ) : |
Finds a block.
|
|
FindBlocks ( string segmentPath ) : IList |
Finds the blocks belonging to the specified segment.
|
|
FindParentForSegment ( string segmentPath ) : |
Finds the parent segment for the specified segment.
|
|
FindSegment ( string segmentPath ) : |
Returns the segment
|
|
FindSegments ( string segmentPath ) : IList |
Finds the segments belonging to the specified segment.
|
|
FindSegmentsForBlock ( string blockId ) : IList |
Finds the segments for block.
|
|
StartSimulation ( ) : void |
Starts a simulation which causes the tag states to change. This simulation randomly activates the tags that belong to the blocks. Once an tag is active it has to be acknowledged and confirmed. Once an tag is confirmed it go to the inactive state. If the tag stays active the severity will be gradually increased. |
|
StopSimulation ( ) : void |
Stops the simulation.
|
|
UnderlyingSystem ( ) : System |
Initializes a new instance of the UnderlyingSystem class.
|
Метод | Описание | |
---|---|---|
Dispose ( bool disposing ) : void |
An overrideable version of the Dispose.
|
Метод | Описание | |
---|---|---|
DoSimulation ( object state ) : void |
Simulates a block by updating the state of the tags belonging to the condition.
|
protected Dispose ( bool disposing ) : void | ||
disposing | bool | |
Результат | void |
public FindBlock ( string blockId ) : |
||
blockId | string | The block identifier. |
Результат |
public FindBlocks ( string segmentPath ) : IList |
||
segmentPath | string | The path to the segment to search. |
Результат | IList |
public FindParentForSegment ( string segmentPath ) : |
||
segmentPath | string | The segment path. |
Результат |
public FindSegment ( string segmentPath ) : |
||
segmentPath | string | The path to the segment. |
Результат |
public FindSegments ( string segmentPath ) : IList |
||
segmentPath | string | The path to the segment to search. |
Результат | IList |
public FindSegmentsForBlock ( string blockId ) : IList |
||
blockId | string | The block id. |
Результат | IList |