C# Класс mergedServices.Comparison

Показать файл Открыть проект Примеры использования класса

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

Метод Описание
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