public class CombinedRuleInstance extends Object implements IRuleInstance
Constructor and Description |
---|
CombinedRuleInstance() |
Modifier and Type | Method and Description |
---|---|
int |
firstState() |
List<org.openscience.cdk.interfaces.IAtom> |
getAtoms() |
int |
getCurrentState() |
int |
getNumberOfStates() |
Rule |
getRule() |
int |
nextState() |
public Rule getRule()
getRule
in interface IRuleInstance
public int firstState()
firstState
in interface IRuleInstance
public int nextState()
nextState
in interface IRuleInstance
public int getNumberOfStates()
getNumberOfStates
in interface IRuleInstance
public int getCurrentState()
getCurrentState
in interface IRuleInstance
public List<org.openscience.cdk.interfaces.IAtom> getAtoms()
getAtoms
in interface IRuleInstance
Copyright © 2004–2020 Ideaconsult Ltd.. All rights reserved.