C# Class impl.common.interactionpattern.ShiftToLeftImpl.BaseIShiftToLeftImpl

Inheritance: Synchronizer, BaseIShift
Datei anzeigen Open project: UFC-MDCC-HPC/Hash-Programming-Environment

Public Properties

Property Type Description
UID string

Protected Properties

Property Type Description
cell ICell
input_buffer IBuffer
mpi IMPIDirect
output_buffer IBuffer

Public Methods

Method Description
BaseIShiftToLeftImpl ( ) : System
createSlices ( ) : void
synchronize ( ) : void

Method Details

BaseIShiftToLeftImpl() public method

public BaseIShiftToLeftImpl ( ) : System
return System

createSlices() public method

public createSlices ( ) : void
return void

synchronize() abstract public method

abstract public synchronize ( ) : void
return void

Property Details

UID public_oe static_oe property

public static string UID
return string

cell protected_oe property

protected ICell cell
return ICell

input_buffer protected_oe property

protected IBuffer input_buffer
return IBuffer

mpi protected_oe property

protected IMPIDirect mpi
return IMPIDirect

output_buffer protected_oe property

protected IBuffer output_buffer
return IBuffer