public class NOCSlave extends NOCClient
Modifier and Type | Method and Description |
---|---|
NOCConnection |
getConnectionFrom(String masterName)
Gets the corresponding connection based on master client name.
|
List<String> |
getPorts()
Gets the ports on this slave client.
|
getComponentType, getConnections, getLocation, getName, getProtocol, isDDRC, isFabricClient, setLocation, toString
public List<String> getPorts()
public NOCConnection getConnectionFrom(String masterName)
masterName
- The name of the master client that connects to this slave.