Package schrodinger :: Package application :: Package desmond :: Package packages :: Package msys :: Class Term
[hide private]
[frames] | no frames]

Class Term

object --+    
         |    
    Handle --+
             |
            Term

Instance Methods [hide private]
 
__repr__(self)
repr(x)
 
paramid(self, id)
 
remove(self)
remove the given Term from its TermTable
 
id(self)
id of this term in its TermTable
 
param(self, val)
 
atoms(self)
list of Atoms for this Term
 
table(self)
parent TermTable
 
keys(self)
union of table.params.props and table.term_props
 
__getitem__(self, prop)
get the value of property prop
 
__setitem__(self, prop, val)
set the value of property prop

Inherited from Handle: __eq__, __hash__, __init__, __ne__, system

Inherited from object: __delattr__, __format__, __getattribute__, __new__, __reduce__, __reduce_ex__, __setattr__, __sizeof__, __str__, __subclasshook__

Properties [hide private]

Inherited from object: __class__

Method Details [hide private]

__repr__(self)
(Representation operator)

 

repr(x)

Overrides: object.__repr__
(inherited documentation)

paramid(self, id)

 
Decorators:
  • @paramid.setter

id(self)

 

id of this term in its TermTable

Decorators:
  • @property
Overrides: Handle.id

param(self, val)

 
Decorators:
  • @param.setter

atoms(self)

 

list of Atoms for this Term

Decorators:
  • @property

table(self)

 

parent TermTable

Decorators:
  • @property