C# Class mergedServices55.ResourceInformations

Afficher le fichier Open project: sherifkandeel/weet-it_WCF

Méthodes publiques

Свойство Type Description
FinalComparisonObject List,List>>>
ID string>.KeyValuePair
predicates_resourceIsObj string>>.List
predicates_resourceIsSubj string>>.List
rawComparisonObject List,List>>>
resources_resourceIsObj string>>.List
resources_resourceIsSubj string>>.List

Méthodes publiques

Méthode Description
getCommonPredicates ( ) : string>>.List

Common Predicates between all the resources we're comparing

getID ( ) : string>.KeyValuePair

gets the id of the resource

getPredicates_ResourceIsObj ( ) : string>>.List

gets all predicates responds to the query ?subj ?pred < resource>

getPredicates_ResourceIsSubj ( ) : string>>.List

gets all predicates responds to the query < resource> ?pred ?obj

getResourcesOfPredicate ( string>.KeyValuePair pred ) : string>>.List

gets List of resources of a certain predicate

Method Details

getCommonPredicates() public méthode

Common Predicates between all the resources we're comparing
public getCommonPredicates ( ) : string>>.List
Résultat string>>.List

getID() public méthode

gets the id of the resource
public getID ( ) : string>.KeyValuePair
Résultat string>.KeyValuePair

getPredicates_ResourceIsObj() public méthode

gets all predicates responds to the query ?subj ?pred < resource>
public getPredicates_ResourceIsObj ( ) : string>>.List
Résultat string>>.List

getPredicates_ResourceIsSubj() public méthode

gets all predicates responds to the query < resource> ?pred ?obj
public getPredicates_ResourceIsSubj ( ) : string>>.List
Résultat string>>.List

getResourcesOfPredicate() public méthode

gets List of resources of a certain predicate
public getResourcesOfPredicate ( string>.KeyValuePair pred ) : string>>.List
pred string>.KeyValuePair the predicate as a keyValuePair
Résultat string>>.List

Property Details

FinalComparisonObject public_oe property

public List,List>>> FinalComparisonObject
Résultat List,List>>>

ID public_oe property

public KeyValuePair ID
Résultat string>.KeyValuePair

predicates_resourceIsObj public_oe property

public List> predicates_resourceIsObj
Résultat string>>.List

predicates_resourceIsSubj public_oe property

public List> predicates_resourceIsSubj
Résultat string>>.List

rawComparisonObject public_oe property

public List,List>>> rawComparisonObject
Résultat List,List>>>

resources_resourceIsObj public_oe property

public List> resources_resourceIsObj
Résultat string>>.List

resources_resourceIsSubj public_oe property

public List> resources_resourceIsSubj
Résultat string>>.List