C# Class mergedServices55.ResourceInformations

Mostra file Open project: sherifkandeel/weet-it_WCF

Public Properties

Property 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

Public Methods

Method 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 method

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

getID() public method

gets the id of the resource
public getID ( ) : string>.KeyValuePair
return string>.KeyValuePair

getPredicates_ResourceIsObj() public method

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

getPredicates_ResourceIsSubj() public method

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

getResourcesOfPredicate() public method

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

Property Details

FinalComparisonObject public_oe property

public List,List>>> FinalComparisonObject
return List,List>>>

ID public_oe property

public KeyValuePair ID
return string>.KeyValuePair

predicates_resourceIsObj public_oe property

public List> predicates_resourceIsObj
return string>>.List

predicates_resourceIsSubj public_oe property

public List> predicates_resourceIsSubj
return string>>.List

rawComparisonObject public_oe property

public List,List>>> rawComparisonObject
return List,List>>>

resources_resourceIsObj public_oe property

public List> resources_resourceIsObj
return string>>.List

resources_resourceIsSubj public_oe property

public List> resources_resourceIsSubj
return string>>.List