Package se.lnu.siq.s4rdm3x.model
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
-
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)
-
Field Details
-
Constructor Details
-
NodeCollection
public NodeCollection() -
NodeCollection
-
NodeCollection
-
NodeCollection
-
-
Method Details
-
Add
-
isSelected
- Specified by:
isSelected
in interfaceSelector.ISelector
-