public class RetroSynthRule extends Object implements IRetroSynthRule
IRetroSynthRule.Type| Modifier and Type | Field and Description |
|---|---|
SMIRKSReaction |
reaction |
String |
smirks |
| Constructor and Description |
|---|
RetroSynthRule() |
| Modifier and Type | Method and Description |
|---|---|
int |
getID() |
String |
getInfo() |
String |
getName() |
String |
getOriginalRuleString() |
String |
getSmirks() |
IRetroSynthRule.Type |
getType() |
boolean |
isRuleActive() |
ArrayList<String> |
postProcessRule() |
void |
setID(int newID) |
void |
setInfo(String newInfo) |
void |
setName(String newName) |
void |
setRuleActive(boolean isActive) |
void |
setSmirks(String newName) |
void |
setType(IRetroSynthRule.Type newType) |
String |
toString() |
public String smirks
public SMIRKSReaction reaction
public ArrayList<String> postProcessRule()
postProcessRule in interface IRetroSynthRulepublic String getName()
getName in interface IRetroSynthRulepublic void setName(String newName)
setName in interface IRetroSynthRulepublic String getInfo()
getInfo in interface IRetroSynthRulepublic void setInfo(String newInfo)
setInfo in interface IRetroSynthRulepublic String getOriginalRuleString()
getOriginalRuleString in interface IRetroSynthRulepublic boolean isRuleActive()
isRuleActive in interface IRetroSynthRulepublic void setRuleActive(boolean isActive)
setRuleActive in interface IRetroSynthRulepublic int getID()
getID in interface IRetroSynthRulepublic void setID(int newID)
setID in interface IRetroSynthRulepublic IRetroSynthRule.Type getType()
getType in interface IRetroSynthRulepublic void setType(IRetroSynthRule.Type newType)
setType in interface IRetroSynthRulepublic String getSmirks()
public void setSmirks(String newName)
Copyright © 2004–2020 Ideaconsult Ltd.. All rights reserved.