|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectde.modlab.smilib.fragments.Fragment
de.modlab.smilib.fragments.Linker
public class Linker
Stores SMILES and informations about a linker.
Constructor Summary | |
---|---|
Linker(java.lang.String linker,
java.lang.String id)
Creates a new Instance of Linker. |
Method Summary | |
---|---|
java.lang.String |
getLinkerForConcat(int i)
Inserts the two digit ring number in the modified SMILES and returns the SMILES. |
boolean |
isEmpty()
Returns whether this linker is empty or not. |
Methods inherited from class de.modlab.smilib.fragments.Fragment |
---|
getID, getOriginalSMILES, numberBlacklisted |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public Linker(java.lang.String linker, java.lang.String id)
linker
- linker SMILESid
- linker IDMethod Detail |
---|
public java.lang.String getLinkerForConcat(int i)
i
- two digit ring number
public boolean isEmpty()
true
if this linker is empty, false
if not
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |