connections = (Vector) v.get(XMLBeans.INDEX_BEANCONNECTIONS);
//connections = new Vector();
} /* binary */ else {
InputStream is = new FileInputStream(oFile);
ObjectInputStream ois = new ObjectInputStream(is);
beans = (Vector) ois.readObject();
connections = (Vector) ois.readObject();
ois.close();
}
integrateFlow(beans, connections, true, false);