C# Class Encog.Persist.PersistorRegistry

ファイルを表示 Open project: encog/encog-silverlight-core

Public Methods

Method Description
Add ( IEncogPersistor persistor ) : void

Add a persistor.

GetPersistor ( String name ) : IEncogPersistor

Get the persistor by name.

GetPersistor ( Type clazz ) : IEncogPersistor

Get a persistor.

Private Methods

Method Description
PersistorRegistry ( ) : System

Construct the object.

Method Details

Add() public method

Add a persistor.
public Add ( IEncogPersistor persistor ) : void
persistor IEncogPersistor The persistor to add.
return void

GetPersistor() public method

Get the persistor by name.
public GetPersistor ( String name ) : IEncogPersistor
name String The name of the persistor.
return IEncogPersistor

GetPersistor() public method

Get a persistor.
public GetPersistor ( Type clazz ) : IEncogPersistor
clazz System.Type The class to get the persistor for.
return IEncogPersistor