C# Класс Ecologylab.BigSemantics.Actions.FilterLocation

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

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

Метод Описание
GetOperationName ( ) : String
HandleError ( ) : void
Perform ( Object obj ) : Object

Extract location ParsedURL parameters into a HashMap. Let ParamOps operate on this Map. Derive a new ParsedURL using the base of the original location's ParsedURL and the transformed parameter map. If the new ParsedURL is different than the old one, make the old one an additional location for this, and add the transformed ParsedURL to the DocumentLocationMap.

If the location changes, then reconnect to the new one.

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

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

public GetOperationName ( ) : String
Результат String

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

public HandleError ( ) : void
Результат void

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

Extract location ParsedURL parameters into a HashMap. Let ParamOps operate on this Map. Derive a new ParsedURL using the base of the original location's ParsedURL and the transformed parameter map. If the new ParsedURL is different than the old one, make the old one an additional location for this, and add the transformed ParsedURL to the DocumentLocationMap.

If the location changes, then reconnect to the new one.

public Perform ( Object obj ) : Object
obj Object
Результат Object