Uses of Class
net.sourceforge.domian.test.benchmark.QueenPuzzleConstellation

Packages that use QueenPuzzleConstellation
net.sourceforge.domian.test.benchmark   
 

Uses of QueenPuzzleConstellation in net.sourceforge.domian.test.benchmark
 

Fields in net.sourceforge.domian.test.benchmark with type parameters of type QueenPuzzleConstellation
(package private) static Specification<QueenPuzzleConstellation> AbstractQueenPuzzle.processedQueenPuzzleConstellations
           
(package private) static Specification<QueenPuzzleConstellation> AbstractQueenPuzzle.queenPuzzleConstellationsThatInherentlySolvesTheQueenPuzzle
           
(package private) static Specification<QueenPuzzleConstellation> AbstractQueenPuzzle.queenPuzzleConstellationsThatIsProcessedAndMarkedAsToSolveTheQueenPuzzle
           
protected  java.util.Collection<? extends QueenPuzzleConstellation> AbstractQueenPuzzle.successfulQueenPuzzleConstellations
           
(package private) static Specification<QueenPuzzleConstellation> AbstractQueenPuzzle.unProcessedQueenPuzzleConstellations
           
 

Methods in net.sourceforge.domian.test.benchmark that return types with arguments of type QueenPuzzleConstellation
 CompositeSpecification<QueenPuzzleConstellation> QueenPuzzleSpecification.and(Specification<? super QueenPuzzleConstellation> otherSpecification)
           
protected  Repository<QueenPuzzleConstellation> AbstractQueenPuzzle.createRepository(AbstractQueenPuzzle.RepositoryType repositoryType)
           
(package private)  java.util.Collection<? extends QueenPuzzleConstellation> SequentialQueenPuzzle.getSuccessfulQueenPuzzleConstellations()
           
 java.lang.Class<QueenPuzzleConstellation> QueenPuzzleSpecification.getType()
           
 CompositeSpecification<QueenPuzzleConstellation> QueenPuzzleSpecification.or(Specification<? super QueenPuzzleConstellation> otherSpecification)
           
<F> CompositeSpecification<QueenPuzzleConstellation>
QueenPuzzleSpecification.where(java.lang.String accessibleObjectName, Specification<F> accessibleObjectSpecification)
           
 

Methods in net.sourceforge.domian.test.benchmark with parameters of type QueenPuzzleConstellation
(package private) static void QueenPuzzleUtils.conditionalLogging(java.lang.Long workerNumber, java.lang.Long logInterval, java.lang.Long numberOfProcessedConstellations, StopWatch stopWatch, QueenPuzzleConstellation lastQueenPuzzleConstellation, java.lang.String logText)
           
(package private) static void QueenPuzzleUtils.conditionalLogging(java.lang.Long logInterval, java.lang.Long numberOfProcessedConstellations, StopWatch stopWatch, QueenPuzzleConstellation lastQueenPuzzleConstellation, java.lang.String logText)
           
 java.lang.Boolean QueenPuzzleSpecification.isSatisfiedBy(QueenPuzzleConstellation candidate)
           
 

Method parameters in net.sourceforge.domian.test.benchmark with type arguments of type QueenPuzzleConstellation
protected  void AbstractQueenPuzzle.addOneWellKnownSuccessfulQueenPuzzleConstellationInto(Repository<QueenPuzzleConstellation> repo)
          Adding correct constellation (A1, B5, C8, D6, E3, F7, G2, H4)
 CompositeSpecification<QueenPuzzleConstellation> QueenPuzzleSpecification.and(Specification<? super QueenPuzzleConstellation> otherSpecification)
           
protected  void AbstractQueenPuzzle.doCompletionControl(Repository<QueenPuzzleConstellation> repo)
           
protected  void AbstractQueenPuzzle.doPersist(PersistentRepository<QueenPuzzleConstellation> repo)
           
protected  void AbstractQueenPuzzle.doRepartition(PartitionRepository<QueenPuzzleConstellation> repo)
           
protected  void AbstractQueenPuzzle.doResultSearch(Repository<QueenPuzzleConstellation> repo)
           
 java.lang.Boolean QueenPuzzleSpecification.isGeneralizationOf(Specification<? extends QueenPuzzleConstellation> specification)
           
 java.lang.Boolean QueenPuzzleSpecification.isSpecialCaseOf(Specification<? super QueenPuzzleConstellation> specification)
           
 CompositeSpecification<QueenPuzzleConstellation> QueenPuzzleSpecification.or(Specification<? super QueenPuzzleConstellation> otherSpecification)
           
 



Copyright © 2008-2010. All Rights Reserved.