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 IRetroSynthRule
public String getName()
getName
in interface IRetroSynthRule
public void setName(String newName)
setName
in interface IRetroSynthRule
public String getInfo()
getInfo
in interface IRetroSynthRule
public void setInfo(String newInfo)
setInfo
in interface IRetroSynthRule
public String getOriginalRuleString()
getOriginalRuleString
in interface IRetroSynthRule
public boolean isRuleActive()
isRuleActive
in interface IRetroSynthRule
public void setRuleActive(boolean isActive)
setRuleActive
in interface IRetroSynthRule
public int getID()
getID
in interface IRetroSynthRule
public void setID(int newID)
setID
in interface IRetroSynthRule
public IRetroSynthRule.Type getType()
getType
in interface IRetroSynthRule
public void setType(IRetroSynthRule.Type newType)
setType
in interface IRetroSynthRule
public String getSmirks()
public void setSmirks(String newName)
Copyright © 2004–2020 Ideaconsult Ltd.. All rights reserved.