class ResourceSheet

Parse Resource Sheet File(rsheet) and provide methods to retrieve matched Resource.

Public Methods

[more] ResourceSheet(string rSheetURI)
Parse the <ResSheet> Element of Target Description File and generate Resource Sheet URI.
[more]AResourceDescription* findResourceByResProps(map<string, list<AResourceDescription*>*>*resourceMap, map<string, string>* resProps)
Return an Object of AResourceDescription for matching 'resPropMap' and put all AResourceDescription in 'resourceMap' if matched Resource is found.
[more]string getAbout()
Get 'about' information
[more]string getConformsTo()
Get 'conformsTo' information
[more]string getAudience()
Get 'audience' information
[more]string getAResDescForDomain()
Get 'aResDescForDomain' information
[more]string getGroupingForDomain()
Get 'groupingForDomain' information
[more]string getCreator()
Get 'creator' information
[more]string getContributor()
Get 'contributor' information
[more]string getXmlns()
Get 'xmlns' information
[more]string getModified()
Get 'modified' information
[more]string getLocalAt()
Get 'localAt' information


Documentation

Parse Resource Sheet File(rsheet) and provide methods to retrieve matched Resource.

o ResourceSheet(string rSheetURI)
Parse the <ResSheet> Element of Target Description File and generate Resource Sheet URI.
Parameters:
rSheetURI - a string value of Target Description URI(tdUri)

oAResourceDescription* findResourceByResProps(map<string, list<AResourceDescription*>*>*resourceMap, map<string, string>* resProps)
Return an Object of AResourceDescription for matching 'resPropMap' and put all AResourceDescription in 'resourceMap' if matched Resource is found.

Parameters:
resourceMap - Map<string, List<AResourceDescription>>
resProps - Map<string, string>
Returns:
an Object of AResourceDescription

ostring getAbout()
Get 'about' information
Returns:
a String Value of 'about'

ostring getConformsTo()
Get 'conformsTo' information
Returns:
a String Value of 'ConformsTo'

ostring getAudience()
Get 'audience' information
Returns:
a a String Value of 'audience'

ostring getAResDescForDomain()
Get 'aResDescForDomain' information
Returns:
a a String Value of AResDescForDomain

ostring getGroupingForDomain()
Get 'groupingForDomain' information
Returns:
String Value of GroupingForDomain

ostring getCreator()
Get 'creator' information
Returns:
a string

ostring getContributor()
Get 'contributor' information
Returns:
a String Value of 'contributor'

ostring getXmlns()
Get 'xmlns' information
Returns:
a a String Value of 'XMLNS'

ostring getModified()
Get 'modified' information
Returns:
a String Value of 'modified'

ostring getLocalAt()
Get 'localAt' information
Returns:
a String Value of 'localat'


This class has no child classes.
Author:
Parikshit Thakur & Team, Trace R&D Center
Version:
Revision: 1.0

Alphabetic index HTML hierarchy of classes or Java



This page was generated with the help of DOC++.