}
}
private void addTupleInCube(String path, ArrayList<String> arrayfiles) throws IOException {
ReaderFile readerfile;
AfferenceCoupling afferencecoupling;
State state;
Tuple factShip;
readerfile = new ReaderFile(path);
afferencecoupling = new AfferenceCoupling(arrayfiles, readerfile);
Context context = buildPackageContext();
state = buildPackageState(readerfile, afferencecoupling);
factShip = new Tuple(getCube(DataStoreDefinition.PACKAGE_CUBE), context, state);
add(factShip);