Parse Resource Sheet File(rsheet) and provide methods to retrieve matched Resource.
Public Methods
-
ResourceSheet(string rSheetURI)
- Parse the <ResSheet> Element of Target Description File and generate Resource Sheet URI.
-
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.
-
string getAbout()
- Get 'about' information
-
string getConformsTo()
- Get 'conformsTo' information
-
string getAudience()
- Get 'audience' information
-
string getAResDescForDomain()
- Get 'aResDescForDomain' information
-
string getGroupingForDomain()
- Get 'groupingForDomain' information
-
string getCreator()
- Get 'creator' information
-
string getContributor()
- Get 'contributor' information
-
string getXmlns()
- Get 'xmlns' information
-
string getModified()
- Get 'modified' information
-
string getLocalAt()
- Get 'localAt' information
Documentation
Parse Resource Sheet File(rsheet) and provide methods to retrieve matched Resource.
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)
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.
- Parameters:
- resourceMap - Map<string, List<AResourceDescription>>
resProps - Map<string, string>
- Returns:
- an Object of AResourceDescription
string getAbout()
-
Get 'about' information
- Returns:
- a String Value of 'about'
string getConformsTo()
-
Get 'conformsTo' information
- Returns:
- a String Value of 'ConformsTo'
string getAudience()
-
Get 'audience' information
- Returns:
- a a String Value of 'audience'
string getAResDescForDomain()
-
Get 'aResDescForDomain' information
- Returns:
- a a String Value of AResDescForDomain
string getGroupingForDomain()
-
Get 'groupingForDomain' information
- Returns:
- String Value of GroupingForDomain
string getCreator()
-
Get 'creator' information
- Returns:
- a string
string getContributor()
-
Get 'contributor' information
- Returns:
- a String Value of 'contributor'
string getXmlns()
-
Get 'xmlns' information
- Returns:
- a a String Value of 'XMLNS'
string getModified()
-
Get 'modified' information
- Returns:
- a String Value of 'modified'
string 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++.