N1composite);
Component exampleComp = gf.newFcInstance(
tExample,
new ControllerDescription("exampleComp", Constants.PRIMITIVE),
new ContentDescription(NQueens.class.getName()),
N1example);
Component SC1 = gf.newFcInstance(
tSC,
new ControllerDescription("SC1", Constants.PRIMITIVE),
new ContentDescription(SkandiumComponentImp.class.getName()),
N1sc1);
Component SC2 = gf.newFcInstance(
tSC,
new ControllerDescription("SC2", Constants.PRIMITIVE),
new ContentDescription(SkandiumComponentImp.class.getName()),
N2sc2);
PAContentController cc = Utils.getPAContentController(compositeComp);
cc.addFcSubComponent(exampleComp);
cc.addFcSubComponent(SC1);