Class Selector.NodeCollection

java.lang.Object
se.lnu.siq.s4rdm3x.model.Selector.NodeCollection
All Implemented Interfaces:
Selector.ISelector
Enclosing class:
Selector

public static class Selector.NodeCollection
extends java.lang.Object
implements Selector.ISelector
  • Field Summary

    Fields 
    Modifier and Type Field Description
    (package private) java.util.ArrayList<CNode> m_nodes  
  • Constructor Summary

    Constructors 
    Constructor Description
    NodeCollection()  
    NodeCollection​(CNode a_n)  
    NodeCollection​(CNode a_n0, CNode a_n1)  
    NodeCollection​(CNode a_n0, CNode a_n1, CNode a_n2)  
  • Method Summary

    Modifier and Type Method Description
    void Add​(CNode a_n)  
    boolean isSelected​(CNode a_node)  

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait