Modifier and Type | Method and Description |
---|---|
ComponentType |
getComponentType()
Gets the component type of this client
|
List<NOCConnection> |
getConnections()
Gets the connections associated with this NOC client
|
String |
getLocation()
Gets the name of the location (site) of this client
|
String |
getName()
Gets the name of this client
|
ProtocolType |
getProtocol()
Gets the protocol type of this client
|
boolean |
isDDRC()
Checks if this client is a DDR memory client
|
boolean |
isFabricClient()
Checks if this client is located in the programmable logic fabric.
|
void |
setLocation(String location)
Sets the location of the client
|
String |
toString()
Gets the String representation of this client
|
public boolean isFabricClient()
public List<NOCConnection> getConnections()
public void setLocation(String location)
location
- The site of the client to setpublic String getLocation()
public String getName()
public boolean isDDRC()
public ComponentType getComponentType()
public ProtocolType getProtocol()
public String toString()
toString
in class Object