Class InetIdTuple
java.lang.Object
uk.ac.manchester.spinnaker.machine.datalinks.InetIdTuple
@Immutable public final class InetIdTuple extends Object
A tuple of an IP address and a SpiNNaker link ID.
- Author:
- Christian-B
-
Field Summary
Fields Modifier and Type Field Description InetAddress
address
The InetAddress of this tuple which may benull
.int
id
The ID of this tuple. -
Constructor Summary
Constructors Constructor Description InetIdTuple(InetAddress address, int id)
Make an instance. -
Method Summary
-
Field Details
-
Constructor Details
-
InetIdTuple
Make an instance.- Parameters:
address
- The IP address of this tuple, which may benull
.id
- The ID of this tuple.
-
-
Method Details