public interface TCPSelectionFactory
| Modifier and Type | Method and Description | 
|---|---|
TCPSelection | 
createActiveTCPSelection()
Create a TCP selection for the motion which uses the active TCP, i.e. 
 | 
TCPSelection | 
createIgnoreActiveTCPSelection()
Create a TCP selection for the motion which ignores the active TCP, i.e. 
 | 
MoveNodeTCP | 
createTCPSelection(TCP tcp)
Create a specific TCP selection for the motion. 
 | 
TCPSelection createActiveTCPSelection()
TCPSelection createIgnoreActiveTCPSelection()
MoveNodeTCP createTCPSelection(TCP tcp)
tcp - the TCP to select.Copyright © 2019. All rights reserved.