|
jklustor-overlap-0.0.2-20140619012940 (ChemAxon) |
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
Objectcom.chemaxon.overlap.storage.ProcessQueueItem<D>
D
- Represented descriptor typeclass ProcessQueueItem<D>
Process queue element data object.
Constructor Summary | |
---|---|
ProcessQueueItem(StructureRecord mol)
Construct new instance. |
Method Summary | |
---|---|
(package private) D |
getDescriptor()
Calculated descriptor if applicable or null. |
(package private) Throwable |
getError()
Represented error if applicable or null. |
(package private) chemaxon.struc.Molecule |
getMol()
Parsed molecule or null for parse error. |
Optional<String> |
getMolString()
Get represented molecule source if present. |
int |
getReadno()
Represented structure index. |
(package private) boolean |
isParseError()
Check if a parse error occured. |
(package private) boolean |
isProcessError()
Check if process error occured. |
(package private) void |
ok(D d)
Report successfull processing. |
boolean |
parse()
Forward molecule parse. |
(package private) void |
processError(Throwable t)
Report that process error occured. |
String |
toString()
|
Methods inherited from class Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Constructor Detail |
---|
public ProcessQueueItem(StructureRecord mol)
mol
- Import mol representationMethod Detail |
---|
public boolean parse()
This methow will not throw Exceptions upon parse failure. Parse failure is registered and later can be retrieved.
void processError(Throwable t)
t
- Errorvoid ok(D d)
d
- Created descriptorpublic int getReadno()
public Optional<String> getMolString()
boolean isParseError()
boolean isProcessError()
chemaxon.struc.Molecule getMol()
Throwable getError()
D getDescriptor()
public String toString()
toString
in class Object
|
jklustor-overlap-0.0.2-20140619012940 (ChemAxon) |
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |