Uses of Class
org.btrplace.model.Instance

Packages that use Instance 
Package Description
org.btrplace.bench  
org.btrplace.json
This package contains the material to convert btrplace primitives to the JSON format and vice-versa.
org.btrplace.json.model
Converters for a model and its sub-components.
org.btrplace.model
Core package of btrplace that allow to describe a data centre model that is composed of a consistent view of an infrastructure, and some constraint that should be satisfied
org.btrplace.safeplace.testing  
org.btrplace.safeplace.testing.fuzzer
A fuzzer to generate random test cases.
org.btrplace.safeplace.testing.verification.btrplace  
org.btrplace.scheduler
API to define a Scheduler.
org.btrplace.scheduler.choco
Choco implementation of a Scheduler.
org.btrplace.scheduler.choco.constraint
Choco implementation of the model constraints.
org.btrplace.scheduler.choco.constraint.migration
Choco implementation of the constraints that focus migration control.
org.btrplace.scheduler.choco.constraint.mttr
An objective to reduce the Mean Time To Repair a non-viable model.
org.btrplace.scheduler.choco.runner
A package dedicated to the different solving methods.
org.btrplace.scheduler.choco.runner.single
A solving method that compute a solution for an instance on a single thread.
org.btrplace.scheduler.choco.view
Choco implementation of the model views.
org.btrplace.scheduler.runner.disjoint
A package dedicated to a solver that splits an instance into disjoint sub-instances then solve them in parallel using a master/worker paradigm.
org.btrplace.scheduler.runner.disjoint.splitter
Implementation of various ConstraintSplitter.