クラス
jp.ac.waseda.info.ueda.unyo.node.ActiveNode の使用

ActiveNode を使用しているパッケージ
jp.ac.waseda.info.ueda.unyo.container   
jp.ac.waseda.info.ueda.unyo.manager   
jp.ac.waseda.info.ueda.unyo.node   
jp.ac.waseda.info.ueda.unyo.panel   
 

jp.ac.waseda.info.ueda.unyo.container での ActiveNode の使用
 

ActiveNode を返す jp.ac.waseda.info.ueda.unyo.container のメソッド
static ActiveNode ActiveNodeContainer.getActiveNode(GraphPanel panel, java.lang.String id)
           
 

ActiveNode 型の引数を持つ型を返す jp.ac.waseda.info.ueda.unyo.container のメソッド
static java.util.HashSet<ActiveNode> ActiveNodeContainer.getAllActiveNode(java.lang.String id)
           
static java.util.Iterator<ActiveNode> ActiveNodeContainer.getNodes(GraphPanel panel)
           
 

ActiveNode 型のパラメータを持つ jp.ac.waseda.info.ueda.unyo.container のメソッド
static void ActiveNodeContainer.addActiveNode(GraphPanel panel, java.lang.String id, ActiveNode node)
           
static void ActiveNodeContainer.flipSelectedNode(GraphPanel panel, ActiveNode node)
          選択したノードを記憶する
static boolean ActiveNodeContainer.isSelected(GraphPanel panel, ActiveNode node)
           
static void ActiveNodeContainer.updateActiveNodeFromAll(java.lang.String id, ActiveNode node)
           
 

Method parameters in jp.ac.waseda.info.ueda.unyo.container with type arguments of type ActiveNode
static void ActiveNodeContainer.putAllNodeMap(GraphPanel panel, java.util.HashMap<java.lang.String,ActiveNode> nodeMap)
           
static void ActiveNodeContainer.setNodeMap(GraphPanel panel, java.util.HashMap<java.lang.String,ActiveNode> nodeMap)
           
 

jp.ac.waseda.info.ueda.unyo.manager での ActiveNode の使用
 

ActiveNode を返す jp.ac.waseda.info.ueda.unyo.manager のメソッド
static ActiveNode NodeActivator.activateAll(GraphPanel panel, java.lang.Object o)
           
static ActiveNode NodeSelector.pickANode(GraphPanel panel, ActiveNode_Membrane root, java.awt.Point p)
           
 

ActiveNode 型のパラメータを持つ jp.ac.waseda.info.ueda.unyo.manager のメソッド
static double NodeCalculator.calcLinkLength(ActiveNode node1, ActiveNode node2)
           
static java.util.HashSet<java.lang.String> NodeGroupManager.getConnectedNodes(ActiveNode node, java.util.HashSet<java.lang.String> groupedIDSet, GraphPanel panel)
          リンク先のノード 自分自身は含まれないので注意
static java.util.HashSet<java.lang.String> NodeGroupManager.getGroup(ActiveNode node, GraphPanel panel)
           
static void NodeGroupManager.groupedNone(ActiveNode baseNode, GraphPanel panel)
           
static void NodeGroupManager.setGroup(ActiveNode baseNode, java.lang.String type, GraphPanel panel)
          baseNodeを起点にしてtypeを指定する
 

jp.ac.waseda.info.ueda.unyo.node での ActiveNode の使用
 

jp.ac.waseda.info.ueda.unyo.node での ActiveNode のサブクラス
 class ActiveNode_Atom
          Active Node のアトム用の実体
 class ActiveNode_Membrane
          Active Node の膜用の実体
 

ActiveNode 型のパラメータを持つ jp.ac.waseda.info.ueda.unyo.node のメソッド
 void ActiveNode.copy(ActiveNode node)
           
 void ActiveNode_Membrane.groupChildNodeByLink(GraphPanel panel, ActiveNode node)
          膜に所属するActive Node をリンクごとにグループわけする 引力計算のための前処理
 

jp.ac.waseda.info.ueda.unyo.panel での ActiveNode の使用
 

ActiveNode を返す jp.ac.waseda.info.ueda.unyo.panel のメソッド
 ActiveNode GraphPanel.getHeldNode()
           
 

ActiveNode 型のパラメータを持つ jp.ac.waseda.info.ueda.unyo.panel のメソッド
 void GraphPanel.addModifyPoint(ActiveNode node)
           
 

ActiveNode 型のパラメータを持つ jp.ac.waseda.info.ueda.unyo.panel のコンストラクタ
GraphPanel.ReallocateActionListener(ActiveNode node)