edu.sdsc.mbt
Class AnnotationComponentRegistry

java.lang.Object
  extended byedu.sdsc.mbt.AnnotationComponentRegistry

public class AnnotationComponentRegistry
extends java.lang.Object


Field Summary
static int TYPE_ANGLE_MONITOR
           
static int TYPE_ARROW
           
static int TYPE_DIHEDRAL_ANGLE_MONITOR
           
static int TYPE_HYDROGEN_BOND
           
static int TYPE_LABEL
           
static int TYPE_MONITOR
           
static int TYPE_RESIDUE_LABEL
           
static int TYPE_STERIC_BUMP
           
 
Constructor Summary
AnnotationComponentRegistry()
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

TYPE_STERIC_BUMP

public static final int TYPE_STERIC_BUMP
See Also:
Constant Field Values

TYPE_HYDROGEN_BOND

public static final int TYPE_HYDROGEN_BOND
See Also:
Constant Field Values

TYPE_ARROW

public static final int TYPE_ARROW
See Also:
Constant Field Values

TYPE_MONITOR

public static final int TYPE_MONITOR
See Also:
Constant Field Values

TYPE_LABEL

public static final int TYPE_LABEL
See Also:
Constant Field Values

TYPE_RESIDUE_LABEL

public static final int TYPE_RESIDUE_LABEL
See Also:
Constant Field Values

TYPE_ANGLE_MONITOR

public static final int TYPE_ANGLE_MONITOR
See Also:
Constant Field Values

TYPE_DIHEDRAL_ANGLE_MONITOR

public static final int TYPE_DIHEDRAL_ANGLE_MONITOR
See Also:
Constant Field Values
Constructor Detail

AnnotationComponentRegistry

public AnnotationComponentRegistry()