Exemplo n.º 1
0
 def __init__(self):
     '''
     Constructor
     '''
     Describable.__init__(self)
     
       
Exemplo n.º 2
0
 def __init__(self, domObject=None):
     '''        Constructor functions for document 
     provides methods for processing document into rdf.
     '''
     Describable.__init__(self)
     '''audit and security package contains the contacts
         for the MAGE-ML document.  This is a collection of contacts (Contact),
         people (Person) and affiliations (Organization) for the people.
         '''
     '''Protocol package is a list of protocol steps for the experiment.
Exemplo n.º 3
0
 def __init__(self, domObject = None):
     '''        Constructor functions for document 
     provides methods for processing document into rdf.
     '''
     Describable.__init__(self)
     '''audit and security package contains the contacts
         for the MAGE-ML document.  This is a collection of contacts (Contact),
         people (Person) and affiliations (Organization) for the people.
         '''
         
     '''Protocol package is a list of protocol steps for the experiment.
Exemplo n.º 4
0
 def __init__(self):
     '''
     Constructor
     '''
     Describable.__init__(self)