|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.openscience.cdk.smiles.smarts.parser.SimpleNode
org.openscience.cdk.smiles.smarts.parser.ASTExplicitConnectivity
public class ASTExplicitConnectivity
An AST node. It represents the explicit connectivity (D) in smarts.
| Constructor Summary | |
|---|---|
ASTExplicitConnectivity(int id)
Creates a new instance. |
|
ASTExplicitConnectivity(SMARTSParser p,
int id)
Creates a new instance. |
|
| Method Summary | |
|---|---|
int |
getNumOfConnection()
Returns the number of explicit connections. |
Object |
jjtAccept(SMARTSParserVisitor visitor,
Object data)
Accept the visitor. |
void |
setNumOfConnection(int degree)
Sets the number of explicit connections. |
| Methods inherited from class org.openscience.cdk.smiles.smarts.parser.SimpleNode |
|---|
childrenAccept, clone, dump, getId, getParser, jjtAddChild, jjtClose, jjtGetChild, jjtGetNumChildren, jjtGetParent, jjtOpen, jjtRemoveChild, jjtSetParent, setId, setParser, toString, toString |
| Methods inherited from class java.lang.Object |
|---|
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
|---|
public ASTExplicitConnectivity(int id)
public ASTExplicitConnectivity(SMARTSParser p,
int id)
| Method Detail |
|---|
public int getNumOfConnection()
public Object jjtAccept(SMARTSParserVisitor visitor,
Object data)
SimpleNode
jjtAccept in interface NodejjtAccept in class SimpleNodepublic void setNumOfConnection(int degree)
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||