toxTree.tree.rules
Interface ILookupFile

All Known Implementing Classes:
InChILookupFile, LookupFile

public interface ILookupFile


Method Summary
 boolean find(org.openscience.cdk.interfaces.IAtomContainer mol)
           
 java.io.File getFile()
           
 boolean isEnabled()
           
 void setFile(java.io.File file)
           
 int size()
           
 

Method Detail

find

boolean find(org.openscience.cdk.interfaces.IAtomContainer mol)
             throws DecisionMethodException
Throws:
DecisionMethodException

isEnabled

boolean isEnabled()

getFile

java.io.File getFile()

setFile

void setFile(java.io.File file)
             throws java.io.IOException
Throws:
java.io.IOException

size

int size()


Copyright © 2004-2012 Ideaconsult Ltd.. All Rights Reserved.