Class ConnectionInfo
java.lang.Object
uk.ac.manchester.spinnaker.alloc.model.ConnectionInfo
Describes a connection by its chip and hostname.
- See Also:
- 
Constructor SummaryConstructorsConstructorDescriptionConnectionInfo(uk.ac.manchester.spinnaker.machine.HasChipLocation chip, String hostname) Create.
- 
Method Summary
- 
Constructor Details- 
ConnectionInfoCreate.- Parameters:
- chip- the chip
- hostname- the host
 
 
- 
- 
Method Details- 
getChippublic 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
- 
hashCodepublic int hashCode()
- 
toString
 
-