C# 클래스 mergedServices.Comparison

파일 보기 프로젝트 열기: sherifkandeel/weet-it_WCF 1 사용 예제들

공개 메소드들

메소드 설명
Comparison ( List uris, List PredicatesToExclude = null ) : System
fillComparisonComponent ( ResourceInformation input ) : ResourceInformation

Fills The comparisonComponent of each Resource To compare

getCommon ( List input ) : List

Fills the FinalComparisonObject of each ResourceInformation Part of the resource's info that will return when comparing

getComparisonOutput ( ) : List
getData ( List Input_URIs, List PredicatesToExclude ) : void
getLabel ( string uri ) : string

gets the label of the uri, if can't find, it removes the last /

logResults ( List input ) : void

logs all resources information, for testing

비공개 메소드들

메소드 설명
loadPredicatesToExclude ( ) : List

메소드 상세

Comparison() 공개 메소드

public Comparison ( List uris, List PredicatesToExclude = null ) : System
uris List
PredicatesToExclude List
리턴 System

fillComparisonComponent() 공개 메소드

Fills The comparisonComponent of each Resource To compare
public fillComparisonComponent ( ResourceInformation input ) : ResourceInformation
input ResourceInformation Object to fill its rawComparisonObject
리턴 ResourceInformation

getCommon() 공개 메소드

Fills the FinalComparisonObject of each ResourceInformation Part of the resource's info that will return when comparing
public getCommon ( List input ) : List
input List Resource Information
리턴 List

getComparisonOutput() 공개 메소드

public getComparisonOutput ( ) : List
리턴 List

getData() 공개 메소드

public getData ( List Input_URIs, List PredicatesToExclude ) : void
Input_URIs List
PredicatesToExclude List
리턴 void

getLabel() 공개 메소드

gets the label of the uri, if can't find, it removes the last /
public getLabel ( string uri ) : string
uri string
리턴 string

logResults() 공개 메소드

logs all resources information, for testing
public logResults ( List input ) : void
input List list of all resourceInformation object
리턴 void