Uses of Class
org.openscience.cdk.isomorphism.matchers.Expr
Packages that use Expr
-
Uses of Expr in org.openscience.cdk.isomorphism.matchers
Methods in org.openscience.cdk.isomorphism.matchers that return ExprModifier and TypeMethodDescriptionUtility, combine this expression with another, using conjunction.QueryAtom.getExpression()
Get the atom-expression predicate for this query atom.QueryBond.getExpression()
Access the bond expression predicate associated with this query bond.Expr.left()
Access the left sub-expression of this atom expression being tested.Expr.negate()
Negate the expression, the expression will not return true only if the condition is not met.Utility, combine this expression with another, using disjunction.Expr.right()
Access the right sub-expression of this atom expression being tested.Methods in org.openscience.cdk.isomorphism.matchers with parameters of type ExprModifier and TypeMethodDescriptionUtility, combine this expression with another, using conjunction.Utility, combine this expression with another, using disjunction.void
Set this expression to another (shallow copy).void
QueryAtom.setExpression
(Expr expr) Set the atom-expression predicate for this query atom.void
QueryBond.setExpression
(Expr expr) Set the bond expression for this query bond.void
Expr.setLogical
(Expr.Type type, Expr left, Expr right) Set the logical value of this atom expression.Constructors in org.openscience.cdk.isomorphism.matchers with parameters of type ExprModifierConstructorDescriptionCopy-constructor, creates a shallow copy of the provided expression.Creates a logical atom expression for the specified.Create a new query atom with the given an expression.Constructs an query bond from an expression. -
Uses of Expr in org.openscience.cdk.smarts
Methods in org.openscience.cdk.smarts with parameters of type ExprModifier and TypeMethodDescriptionstatic String
Smarts.generateAtom
(Expr expr) Utility to generate an atom expression.static String
Smarts.generateBond
(Expr expr) Utility to generate a bond expression.