C# Класс Quelea.DeconstructAgentCollectionComponent

Наследование: AbstractComponent
Показать файл Открыть проект

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

Метод Описание
DeconstructAgentCollectionComponent ( ) : System.Collections.Generic

Initializes a new instance of the DecomposeAgent class.

Защищенные методы

Метод Описание
GetInputs ( IGH_DataAccess da ) : bool
RegisterInputParams ( GH_InputParamManager pManager ) : void

Registers all the input parameters for this component.

RegisterOutputParams ( GH_OutputParamManager pManager ) : void

Registers all the output parameters for this component.

SetOutputs ( IGH_DataAccess da ) : void

Описание методов

DeconstructAgentCollectionComponent() публичный Метод

Initializes a new instance of the DecomposeAgent class.
public DeconstructAgentCollectionComponent ( ) : System.Collections.Generic
Результат System.Collections.Generic

GetInputs() защищенный Метод

protected GetInputs ( IGH_DataAccess da ) : bool
da IGH_DataAccess
Результат bool

RegisterInputParams() защищенный Метод

Registers all the input parameters for this component.
protected RegisterInputParams ( GH_InputParamManager pManager ) : void
pManager GH_InputParamManager
Результат void

RegisterOutputParams() защищенный Метод

Registers all the output parameters for this component.
protected RegisterOutputParams ( GH_OutputParamManager pManager ) : void
pManager GH_OutputParamManager
Результат void

SetOutputs() защищенный Метод

protected SetOutputs ( IGH_DataAccess da ) : void
da IGH_DataAccess
Результат void