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(uk.ac.manchester.spinnaker.machine.HasChipLocation chip, String hostname)
Create. -
Method Summary
-
Constructor Details
-
ConnectionInfo
Create.- Parameters:
chip
- the chiphostname
- the host
-
-
Method Details
-
getChip
public uk.ac.manchester.spinnaker.machine.ChipLocation getChip()- Returns:
- The chip for the connection.
-
getHostname
- Returns:
- Where to connect to to talk to the chip.
-
equals
-
hashCode
public int hashCode() -
toString
-