C# 클래스 Encog.Persist.PersistorRegistry

파일 보기 프로젝트 열기: encog/encog-silverlight-core

공개 메소드들

메소드 설명
Add ( IEncogPersistor persistor ) : void

Add a persistor.

GetPersistor ( String name ) : IEncogPersistor

Get the persistor by name.

GetPersistor ( Type clazz ) : IEncogPersistor

Get a persistor.

비공개 메소드들

메소드 설명
PersistorRegistry ( ) : System

Construct the object.

메소드 상세

Add() 공개 메소드

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

GetPersistor() 공개 메소드

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

GetPersistor() 공개 메소드

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