public class ReactionGroupCondition extends Object implements ICondition
Modifier and Type | Class and Description |
---|---|
static class |
ReactionGroupCondition.RGConditionType |
ICondition.CondType
Constructor and Description |
---|
ReactionGroupCondition(ReactionGroupCondition.RGConditionType conditionType,
String smarts,
SmartsParser parser,
IsomorphismTester isoTester) |
Modifier and Type | Method and Description |
---|---|
ReactionGroupCondition.RGConditionType |
getConditionType() |
GroupMatch |
getGroupMatch() |
boolean |
isNegated() |
boolean |
isTrue(Object target) |
void |
setConditionType(ReactionGroupCondition.RGConditionType conditionType) |
void |
setGroupMatch(GroupMatch groupMatch) |
void |
setIsNegated(boolean isNeg) |
public ReactionGroupCondition(ReactionGroupCondition.RGConditionType conditionType, String smarts, SmartsParser parser, IsomorphismTester isoTester) throws EmptyMoleculeException
EmptyMoleculeException
public GroupMatch getGroupMatch()
public void setGroupMatch(GroupMatch groupMatch)
public ReactionGroupCondition.RGConditionType getConditionType()
public void setConditionType(ReactionGroupCondition.RGConditionType conditionType)
public boolean isTrue(Object target)
isTrue
in interface ICondition
public boolean isNegated()
isNegated
in interface ICondition
public void setIsNegated(boolean isNeg)
setIsNegated
in interface ICondition
Copyright © 2004–2020 Ideaconsult Ltd.. All rights reserved.