Uses of Enum Class
org.openscience.cdk.isomorphism.matchers.Expr.Type
Packages that use Expr.Type
-
Uses of Expr.Type in org.openscience.cdk.isomorphism.matchers
Methods in org.openscience.cdk.isomorphism.matchers that return Expr.TypeModifier and TypeMethodDescriptionExpr.type()Access the type of the atom expression.static Expr.TypeReturns the enum constant of this class with the specified name.static Expr.Type[]Expr.Type.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in org.openscience.cdk.isomorphism.matchers with parameters of type Expr.TypeModifier and TypeMethodDescriptionstatic voidQueryAtomContainer.create(IAtomContainer dst, IAtomContainer src, Expr.Type... opts) Populate a query from a molecule and a provided set of expressions.static QueryAtomContainerQueryAtomContainer.create(IAtomContainer src, Expr.Type... opts) Create a query from a molecule and a provided set of expressions.voidExpr.setLogical(Expr.Type type, Expr left, Expr right) Set the logical value of this atom expression.voidExpr.setPrimitive(Expr.Type type) Set the primitive value of this atom expression.voidExpr.setPrimitive(Expr.Type type, int val) Set the primitive value of this atom expression.Constructors in org.openscience.cdk.isomorphism.matchers with parameters of type Expr.TypeModifierConstructorDescriptionCreates an atom expression for the specified primitive.Creates an atom expression for the specified primitive and 'value'.Expr(Expr.Type op, IAtomContainer mol) Creates a recursive atom expression.Creates a logical atom expression for the specified.Create a new query atom with the given an predicate expression type.Create a new query atom with the given an value expression type.Constructs a query bond from an expression type.Constructs a query bond from an expression type and value.QueryBond(Expr.Type type, IChemObjectBuilder builder) Constructs an empty query bond.