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

Quick Search    Search Deep

joelib.smarts.types
Class SMARTSPatternFVec  view SMARTSPatternFVec download SMARTSPatternFVec.java

java.lang.Object
  extended byjoelib.smarts.types.SMARTSPatternFVec
All Implemented Interfaces:
java.io.Serializable

public class SMARTSPatternFVec
extends java.lang.Object
implements java.io.Serializable

Atom representation.


Field Summary
 double[] seedCharge
           
 joelib.smarts.JOESmartsPattern sp
          Description of the Field
 
Constructor Summary
SMARTSPatternFVec(joelib.smarts.JOESmartsPattern _sp, double[] _seedCharge)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

sp

public joelib.smarts.JOESmartsPattern sp
Description of the Field


seedCharge

public double[] seedCharge
Constructor Detail

SMARTSPatternFVec

public SMARTSPatternFVec(joelib.smarts.JOESmartsPattern _sp,
                         double[] _seedCharge)