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