java.lang.Object
uk.ac.manchester.spinnaker.front_end.download.request.Placement
All Implemented Interfaces:
uk.ac.manchester.spinnaker.machine.HasChipLocation, uk.ac.manchester.spinnaker.machine.HasCoreLocation

public class Placement
extends Object
implements uk.ac.manchester.spinnaker.machine.HasCoreLocation
Vertex placement information.
Author:
Christian-B
  • Field Summary

    Fields 
    Modifier and Type Field Description
    static TypeReference<List<Placement>> LIST
    Type reference for deserializing a list of placements.
  • Method Summary

    Modifier and Type Method Description
    int getP()  
    Vertex getVertex()  
    int getX()  
    int getY()  

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait

    Methods inherited from interface uk.ac.manchester.spinnaker.machine.HasChipLocation

    asChipLocation, getScampCore, onSameChipAs

    Methods inherited from interface uk.ac.manchester.spinnaker.machine.HasCoreLocation

    asCoreLocation, onSameCoreAs
  • Field Details

  • Method Details

    • getX

      public int getX()
      Specified by:
      getX in interface uk.ac.manchester.spinnaker.machine.HasChipLocation
    • getY

      public int getY()
      Specified by:
      getY in interface uk.ac.manchester.spinnaker.machine.HasChipLocation
    • getP

      public int getP()
      Specified by:
      getP in interface uk.ac.manchester.spinnaker.machine.HasCoreLocation
    • getVertex

      public Vertex getVertex()
      Returns:
      The information about the vertex.