C# Class mergedServices.Comparison

Afficher le fichier Open project: sherifkandeel/weet-it_WCF Class Usage Examples

Méthodes publiques

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

Private Methods

Méthode Description
loadPredicatesToExclude ( ) : List

Method Details

Comparison() public méthode

public Comparison ( List uris, List PredicatesToExclude = null ) : System
uris List
PredicatesToExclude List
Résultat System

fillComparisonComponent() public méthode

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

getCommon() public méthode

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

getComparisonOutput() public méthode

public getComparisonOutput ( ) : List
Résultat List

getData() public méthode

public getData ( List Input_URIs, List PredicatesToExclude ) : void
Input_URIs List
PredicatesToExclude List
Résultat void

getLabel() public méthode

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

logResults() public méthode

logs all resources information, for testing
public logResults ( List input ) : void
input List list of all resourceInformation object
Résultat void