Home | Trees | Indices | Help |
|
---|
|
object --+ | ResourceMaker
A base class for the generation of VOResource elements.
These have a resType attribute specifying which resource type they work for. These types are computed by the getResourceType helper function.
The makeResource function below tries the ResourceMakers in turn for the "best" one that matches.
If you create new ResourceMakers, you will have to enter them *in the correct sequence* in the _resourceMakers list below.
ResourceMaker instances are called with a resob argument and a set of set names. You will want to override the _makeResource(resob) -> xmlstan method and probably the resourceClass element.
Nested Classes | |
resourceClass |
Instance Methods | |||
|
|||
Inherited from |
Class Variables | |
resType = None hash(x) |
Properties | |
Inherited from |
Home | Trees | Indices | Help |
|
---|
Generated by Epydoc 3.0.1 on Thu May 2 07:29:09 2019 | http://epydoc.sourceforge.net |