Docjar: A Java Source and Docuemnt Enginecom.*    java.*    javax.*    org.*    all    new    plug-in

Quick Search    Search Deep

joelib.util
Class JOEHelper  view JOEHelper download JOEHelper.java

java.lang.Object
  extended byjoelib.util.JOEHelper

public class JOEHelper
extends java.lang.Object

JOELib helper methods.


Field Summary
static java.lang.String BABEL_VERSION
          Description of the Field
static int BUFF_SIZE
          Description of the Field
static java.lang.String CONTACT_E_MAIL
          Description of the Field
static int OELipoGrid
          Description of the Field
static int OEPolarGrid
          Description of the Field
static int PT_ACCEPTOR
          Description of the Field
static int PT_ANION
          Description of the Field
static int PT_CATION
          Description of the Field
static int PT_DONOR
          Description of the Field
static int PT_HYDROPHOBIC
          Description of the Field
static int PT_METAL
          Description of the Field
static int PT_OTHER
          Description of the Field
static int PT_POLAR
          Description of the Field
 
Constructor Summary
JOEHelper()
           
 
Method Summary
static boolean EQ(java.lang.String a, java.lang.String b)
          Description of the Method
static boolean EQn(java.lang.String a, java.lang.String b, int n)
          Description of the Method
static boolean hasInterface(java.lang.Object o, java.lang.String interfaceName)
          Checks if an class implements an interface.
static boolean isUnsatType(java.lang.String x)
          Gets the unsatType attribute of the JOEHelper class
static double SQUARE(double x)
          Description of the Method
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

CONTACT_E_MAIL

public static final java.lang.String CONTACT_E_MAIL
Description of the Field

See Also:
Constant Field Values

BABEL_VERSION

public static final java.lang.String BABEL_VERSION
Description of the Field

See Also:
Constant Field Values

BUFF_SIZE

public static final int BUFF_SIZE
Description of the Field

See Also:
Constant Field Values

OEPolarGrid

public static int OEPolarGrid
Description of the Field


OELipoGrid

public static int OELipoGrid
Description of the Field


PT_CATION

public static int PT_CATION
Description of the Field


PT_ANION

public static int PT_ANION
Description of the Field


PT_ACCEPTOR

public static int PT_ACCEPTOR
Description of the Field


PT_POLAR

public static int PT_POLAR
Description of the Field


PT_DONOR

public static int PT_DONOR
Description of the Field


PT_HYDROPHOBIC

public static int PT_HYDROPHOBIC
Description of the Field


PT_OTHER

public static int PT_OTHER
Description of the Field


PT_METAL

public static int PT_METAL
Description of the Field

Constructor Detail

JOEHelper

public JOEHelper()
Method Detail

EQ

public static final boolean EQ(java.lang.String a,
                               java.lang.String b)
Description of the Method


EQn

public static final boolean EQn(java.lang.String a,
                                java.lang.String b,
                                int n)
Description of the Method


SQUARE

public static final double SQUARE(double x)
Description of the Method


isUnsatType

public static boolean isUnsatType(java.lang.String x)
Gets the unsatType attribute of the JOEHelper class


hasInterface

public static boolean hasInterface(java.lang.Object o,
                                   java.lang.String interfaceName)
Checks if an class implements an interface. This version allows short Interface name definitions. E.g. joelib.io.PropertyWriter or (faster) PropertyWriter.