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 Details

    • ConnectionInfo

      public ConnectionInfo​(uk.ac.manchester.spinnaker.machine.HasChipLocation chip, String hostname)
      Create.
      Parameters:
      chip - the chip
      hostname - the host
  • Method Details