Uses of Class
org.biopax.paxtools.pattern.MappedConst
Packages that use MappedConst
Package
Description
Main package.
Package for constraints.
-
Uses of MappedConst in org.biopax.paxtools.pattern
Fields in org.biopax.paxtools.pattern with type parameters of type MappedConstModifier and TypeFieldDescriptionprotected List<MappedConst> Pattern.constraintsList of mapped constraints.Methods in org.biopax.paxtools.pattern that return types with arguments of type MappedConstMethod parameters in org.biopax.paxtools.pattern with type arguments of type MappedConstModifier and TypeMethodDescriptionSearcher.searchRecursive(Match match, List<MappedConst> mc, int index) Continues searching with the mapped constraint at the given index. -
Uses of MappedConst in org.biopax.paxtools.pattern.constraint
Fields in org.biopax.paxtools.pattern.constraint declared as MappedConstModifier and TypeFieldDescriptionprotected MappedConstFieldOfMultiple.con1Generative constraint for first group of generated elements, to use on first mapped element.protected MappedConstFieldOfMultiple.con2Generative constraint for second group of generated elements, to use on second mapped element.Constructors in org.biopax.paxtools.pattern.constraint with parameters of type MappedConstModifierConstructorDescriptionAND(MappedConst... con) Constructor with the mapped constraints.FieldOfMultiple(MappedConst con, String accessorString, Field.Operation oper, Object value) Constructor with accessor string for the field value of the element and the desired value.FieldOfMultiple(MappedConst con1, String accessorString1, MappedConst con2, String accessorString2, Field.Operation oper) Constructor with accessor strings for the field value of the element and the desired value that will be reached from the second element.OR(MappedConst... con) Constructor with the array of mapped constraints.XOR(MappedConst... con) Constructor with the mapped constraints.