Package bioMoby :: Module mobyService :: Class ServiceList
[show private | hide private]
[frames | no frames]

Class ServiceList


Class representing a service's list
Method Summary
  __init__(self, xmlt)
Give the instance of an object from xml
  __getitem__(self, key)
Access the list of service like a list
  __getslice__(self, low, high)
Subset of the list of services
  __len__(self)
Return the Number of services
  getServiceByAuthURI(self, authURI)
Get service by the URI
  getServiceByName(self, nameOfService)
Get a service by name
  toCollection(self, node)
Return a collection of articles
  toSecondary(self, node)
Return a parameter from a xml
  toSimpleArticle(self, node)
Return an article from a xml node

Method Details

__init__(self, xmlt)
(Constructor)

Give the instance of an object from xml

__getitem__(self, key)
(Indexing operator)

Access the list of service like a list

__getslice__(self, low, high)
(Slicling operator)

Subset of the list of services

__len__(self)
(Length operator)

Return the Number of services

getServiceByAuthURI(self, authURI)

Get service by the URI

getServiceByName(self, nameOfService)

Get a service by name

toCollection(self, node)

Return a collection of articles

toSecondary(self, node)

Return a parameter from a xml

toSimpleArticle(self, node)

Return an article from a xml node

Generated by Epydoc 2.1 on Wed Nov 3 17:06:09 2004 http://epydoc.sf.net