Package obitools :: Package obo :: Module parser :: Class OBOTerm
[hide private]
[frames] | no frames]

Class OBOTerm

source code


A stanza named 'Term'. It inherits from the class OBOEntry.

Instance Methods [hide private]
new empty dictionary

__init__(self, stanza)
x.__init__(...) initializes x; see x.__class__.__doc__ for signature
source code
 
_getDefinition(self) source code
 
_getId(self) source code
 
_getNamespace(self) source code
 
_getName(self) source code
 
_getComment(self) source code
 
_getAltIds(self) source code
 
_getIsA(self) source code
 
_getSynonym(self) source code
 
_getSubset(self) source code
 
_getXref(self) source code
 
_getRelationShip(self) source code
 
_getUnion(self) source code
 
_getIntersection(self) source code
 
_getDisjonction(self) source code
 
_isObsolete(self) source code
 
_getReplaceBy(self) source code
 
_getConsider(self) source code

Inherited from dict: __cmp__, __contains__, __delitem__, __eq__, __ge__, __getattribute__, __getitem__, __gt__, __iter__, __le__, __len__, __lt__, __ne__, __new__, __repr__, __setitem__, __sizeof__, clear, copy, fromkeys, get, has_key, items, iteritems, iterkeys, itervalues, keys, pop, popitem, setdefault, update, values

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

Static Methods [hide private]

Inherited from OBOEntry: parseStanzaName

Class Variables [hide private]

Inherited from OBOEntry (private): _match_stanza_name

Inherited from dict: __hash__

Properties [hide private]
  definition
  id
  namespace
  name
  comment
  alt_ids
  is_a
  synonyms
  subsets
  xrefs
  relationship
  union_of
  intersection_of
  disjoint_from
  is_obsolete
  replaced_by
  consider

Inherited from object: __class__

Method Details [hide private]

__init__(self, stanza)
(Constructor)

source code 

x.__init__(...) initializes x; see x.__class__.__doc__ for signature

Returns:
new empty dictionary

Overrides: object.__init__
(inherited documentation)

Property Details [hide private]

definition

Get Method:
_getDefinition(self)

id

Get Method:
_getId(self)

namespace

Get Method:
_getNamespace(self)

name

Get Method:
_getName(self)

comment

Get Method:
_getComment(self)

alt_ids

Get Method:
_getAltIds(self)

is_a

Get Method:
_getIsA(self)

synonyms

Get Method:
_getSynonym(self)

subsets

Get Method:
_getSubset(self)

xrefs

Get Method:
_getXref(self)

relationship

Get Method:
_getRelationShip(self)

union_of

Get Method:
_getUnion(self)

intersection_of

Get Method:
_getIntersection(self)

disjoint_from

Get Method:
_getDisjonction(self)

is_obsolete

Get Method:
_isObsolete(self)

replaced_by

Get Method:
_getReplaceBy(self)

consider

Get Method:
_getConsider(self)