public class NOCSlave extends NOCClient implements Serializable
| 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, toStringpublic List<String> getPorts()
public NOCConnection getConnectionFrom(String masterName)
masterName - The name of the master client that connects to this slave.