Class ConnectionInfo
java.lang.Object
uk.ac.manchester.spinnaker.alloc.model.ConnectionInfo
@Immutable public final class ConnectionInfo extends Object
Describes a connection by its chip and hostname.
- See Also:
Connection
-
Constructor Summary
Constructors Constructor Description ConnectionInfo(HasChipLocation chip, String hostname)
Create. -
Method Summary
Modifier and Type Method Description boolean
equals(Object other)
ChipLocation
getChip()
String
getHostname()
int
hashCode()
String
toString()
-
Constructor Details
-
ConnectionInfo
Create.- Parameters:
chip
- the chiphostname
- the host
-
-
Method Details