C# Class Esmf.Model.Component

Afficher le fichier Open project: fund-model/fund Class Usage Examples

Méthodes publiques

Méthode 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 méthode

public Component ( string name, Type componentType, bool storeFullVariablesByDefault ) : System
name string
componentType System.Type
storeFullVariablesByDefault bool
Résultat System

RunComponent() public méthode

public RunComponent ( System.Clock clock, object state, ModelOutput mf ) : void
clock System.Clock
state object
mf ModelOutput
Résultat void

RunTransitionFunction() public méthode

public RunTransitionFunction ( System.Clock clock, object state, ModelOutput mf ) : void
clock System.Clock
state object
mf ModelOutput
Résultat void

ToString() public méthode

public ToString ( ) : string
Résultat string