242243244245246247248249250251252
sg.removePropertyAsc(GraphHelper.getInstance()); Face f = new Face(sg); GraphsContainer vgc = new GraphsContainer(sg, f); f.addEdges(ac.getEdges()); f.addVertices(ac.getVertices()); f.setProperty(FICTIVE_KEY, FICTIVE_VALUE); gd.getFaces() .add(f);