public class SLNAtomExpression extends Object
Modifier and Type | Field and Description |
---|---|
int |
atomID |
ArrayList<SLNExpressionToken> |
tokens |
int[] |
valences |
Constructor and Description |
---|
SLNAtomExpression() |
Modifier and Type | Method and Description |
---|---|
SLNAtomExpression |
clone() |
boolean |
match_rbc(int[] atomRings,
int param,
org.openscience.cdk.interfaces.IAtom atom) |
boolean |
match_src(int[] atomRings,
int param,
int comparisonOperation,
org.openscience.cdk.interfaces.IAtom atom) |
boolean |
matches(org.openscience.cdk.interfaces.IAtom atom) |
String |
toString() |
public int atomID
public int[] valences
public ArrayList<SLNExpressionToken> tokens
public boolean matches(org.openscience.cdk.interfaces.IAtom atom)
public boolean match_rbc(int[] atomRings, int param, org.openscience.cdk.interfaces.IAtom atom)
public boolean match_src(int[] atomRings, int param, int comparisonOperation, org.openscience.cdk.interfaces.IAtom atom)
public SLNAtomExpression clone()
Copyright © 2004–2021 Ideaconsult Ltd.. All rights reserved.