コード例 #1
0
 private void updateCollapsedGraph() {
   UnsignedBitSet initVisibility =
       ReachableNodes.getReachableNodes(
           myPermanentGraphInfo.getPermanentLinearGraph(), myIdsOfVisibleBranches);
   myCollapsedGraph =
       CollapsedGraph.newInstance(getDelegateController().getCompiledGraph(), initVisibility);
 }