ConstraintsFactory constraintsFactory = new ConstraintsFactoryImpl();
TechnicalPropertiesCatalogue technicalPropertiesCatalogue = constraintsFactory.createTechnicalPropertiesCatalogue();
PredefinedConstraintSetCatalogue predefinedConstraintSetCatalogue = constraintsFactory.createPredefinedConstraintSetCatalogue();
QueryFactory queryFactory = new QueryFactoryImpl();
GSSQueryContainment gssQueryContainment = queryFactory.createGSSQueryContainment();
toolbox.setGssCatalogue(gss);
toolbox.setTagsCatalogue(tags);
toolbox.setPredefinedContraintsSetCatalogue(predefinedConstraintSetCatalogue);
toolbox.setPropertiesCatalogue(technicalPropertiesCatalogue);