Uses of Class
de.rwth.swc.coffee4j.algorithmic.model.PrimitiveStrengthGroup
- 
Packages that use PrimitiveStrengthGroup Package Description de.rwth.swc.coffee4j.algorithmic.model  - 
- 
Uses of PrimitiveStrengthGroup in de.rwth.swc.coffee4j.algorithmic.model
Methods in de.rwth.swc.coffee4j.algorithmic.model that return PrimitiveStrengthGroup Modifier and Type Method Description static PrimitiveStrengthGroupPrimitiveStrengthGroup. ofHighestStrength(it.unimi.dsi.fastutil.ints.IntSet parameters)Constructs a newPrimitiveStrengthGroupbetween the given parameters of the highest possible strength.static PrimitiveStrengthGroupPrimitiveStrengthGroup. ofStrength(it.unimi.dsi.fastutil.ints.IntSet parameters, int strength)Constructs a newPrimitiveStrengthGroupbetween the given parameters and the used strength.Methods in de.rwth.swc.coffee4j.algorithmic.model that return types with arguments of type PrimitiveStrengthGroup Modifier and Type Method Description List<PrimitiveStrengthGroup>CompleteTestModel. getMixedStrengthGroups()List<PrimitiveStrengthGroup>CompleteTestModel. getMixedStrengthGroups(int errorConstraintId)Gets the mixed strength groups for the specific given error constraint or for the positive test cases if theerrorConstraintIdisCompleteTestModel.POSITIVE_TESTS_ID.List<PrimitiveStrengthGroup>GroupSpecificTestModel. getMixedStrengthGroups()List<PrimitiveStrengthGroup>TestModel. getMixedStrengthGroups()Gets the mixed strength groups which extend thedefault testing strength.it.unimi.dsi.fastutil.ints.Int2ObjectMap<List<PrimitiveStrengthGroup>>CompleteTestModel. getMixedStrengthGroupsMap()Method parameters in de.rwth.swc.coffee4j.algorithmic.model with type arguments of type PrimitiveStrengthGroup Modifier and Type Method Description CompleteTestModel.BuilderCompleteTestModel.Builder. mixedStrengthGroups(int errorConstraintId, Collection<PrimitiveStrengthGroup> mixedStrengthGroups)CompleteTestModel.BuilderCompleteTestModel.Builder. mixedStrengthGroups(it.unimi.dsi.fastutil.ints.Int2ObjectMap<? extends Collection<PrimitiveStrengthGroup>> mixedStrengthGroups)CompleteTestModel.BuilderCompleteTestModel.Builder. mixedStrengthGroups(Collection<PrimitiveStrengthGroup> mixedStrengthGroups) 
 -