C# Class Esmf.Model.Component

ファイルを表示 Open project: fund-model/fund Class Usage Examples

Public Methods

Method Description
Component ( string name, Type componentType, bool storeFullVariablesByDefault ) : System
RunComponent ( System.Clock clock, object state, ModelOutput mf ) : void
RunTransitionFunction ( System.Clock clock, object state, ModelOutput mf ) : void
ToString ( ) : string

Method Details

Component() public method

public Component ( string name, Type componentType, bool storeFullVariablesByDefault ) : System
name string
componentType System.Type
storeFullVariablesByDefault bool
return System

RunComponent() public method

public RunComponent ( System.Clock clock, object state, ModelOutput mf ) : void
clock System.Clock
state object
mf ModelOutput
return void

RunTransitionFunction() public method

public RunTransitionFunction ( System.Clock clock, object state, ModelOutput mf ) : void
clock System.Clock
state object
mf ModelOutput
return void

ToString() public method

public ToString ( ) : string
return string