C# 클래스 Ecologylab.BigSemantics.Actions.FilterLocation

상속: SemanticOperation
파일 보기 프로젝트 열기: ecologylab/BigSemanticsCSharp

공개 메소드들

메소드 설명
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