C# Class Ecologylab.BigSemantics.Actions.FilterLocation

Inheritance: SemanticOperation
Afficher le fichier Open project: ecologylab/BigSemanticsCSharp

Méthodes publiques

Méthode Description
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.

Method Details

GetOperationName() public méthode

public GetOperationName ( ) : String
Résultat String

HandleError() public méthode

public HandleError ( ) : void
Résultat void

Perform() public méthode

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
Résultat Object