C# Класс Encog.Persist.PersistorRegistry

Показать файл Открыть проект

Открытые методы

Метод Описание
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