Uses of Interface
org.openscience.cdk.isomorphism.matchers.IRGroupList
-
Packages that use IRGroupList Package Description org.openscience.cdk.isomorphism.matchers -
-
Uses of IRGroupList in org.openscience.cdk.isomorphism.matchers
Classes in org.openscience.cdk.isomorphism.matchers that implement IRGroupList Modifier and Type Class Description class
RGroupList
Represents a list of Rgroup substitutes to be associated with someRGroupQuery
.Methods in org.openscience.cdk.isomorphism.matchers that return types with arguments of type IRGroupList Modifier and Type Method Description Map<Integer,IRGroupList>
IRGroupQuery. getRGroupDefinitions()
Getter for the R-group definitions (substituents).Map<Integer,IRGroupList>
RGroupQuery. getRGroupDefinitions()
Method parameters in org.openscience.cdk.isomorphism.matchers with type arguments of type IRGroupList Modifier and Type Method Description void
IRGroupQuery. setRGroupDefinitions(Map<Integer,IRGroupList> rGroupDefinitions)
Setter for the R-group definitions (substituents).void
RGroupQuery. setRGroupDefinitions(Map<Integer,IRGroupList> rGroupDefinitions)
-