Package schrodinger :: Package application :: Package msv :: Package domain :: Module annotation :: Class ProteinAlignmentAnnotations :: Class ANNOTATION_TYPES
[hide private]
[frames] | no frames]

Class ANNOTATION_TYPES

 object --+        
          |        
  enum.Enum --+    
              |    
_AnnotationEnum --+
                  |
                 ProteinAlignmentAnnotations.ANNOTATION_TYPES

Nested Classes [hide private]

Inherited from enum.Enum: _member_type_

Instance Methods [hide private]

Inherited from _AnnotationEnum: __format__, __init__, __reduce_ex__, __repr__, __str__

Inherited from enum.Enum: __dir__, __eq__, __ge__, __gt__, __hash__, __le__, __lt__, __ne__

Inherited from object: __delattr__, __getattribute__, __reduce__, __setattr__, __sizeof__, __subclasshook__

Static Methods [hide private]

Inherited from enum.Enum: __new__

Class Variables [hide private]
  _member_map_ = OrderedDict([('ruler', <ANNOTATION_TYPES.ruler:...
  _member_names_ = ['ruler', 'mean_hydrophobicity', 'mean_isoele...
  _value2member_map_ = {1: <ANNOTATION_TYPES.ruler: 1>, 2: <ANNO...

Inherited from enum.Enum: name, value

Properties [hide private]

Inherited from _AnnotationEnum: title

Inherited from object: __class__

Class Variable Details [hide private]

_member_map_

Value:
OrderedDict([('ruler', <ANNOTATION_TYPES.ruler: 1>), ('mean_hydrophobi\
city', <ANNOTATION_TYPES.mean_hydrophobicity: 2>), ('mean_isoelectric_\
point', <ANNOTATION_TYPES.mean_isoelectric_point: 3>)])

_member_names_

Value:
['ruler', 'mean_hydrophobicity', 'mean_isoelectric_point']

_value2member_map_

Value:
{1: <ANNOTATION_TYPES.ruler: 1>,
 2: <ANNOTATION_TYPES.mean_hydrophobicity: 2>,
 3: <ANNOTATION_TYPES.mean_isoelectric_point: 3>}