Uses of Class
at.dms.kjc.raw.Coordinate

Packages that use Coordinate
at.dms.kjc.raw   
 

Uses of Coordinate in at.dms.kjc.raw
 

Fields in at.dms.kjc.raw with type parameters of type Coordinate
static HashMap<Coordinate,LinkedList> MagicNetworkSchedule.initReceiveSchedules
           
static HashMap<Coordinate,LinkedList> MagicNetworkSchedule.initSendSchedules
           
static HashSet<Coordinate> TileCode.realTiles
           
static HashMap<Coordinate,LinkedList> MagicNetworkSchedule.steadyReceiveSchedules
           
static HashMap<Coordinate,LinkedList> MagicNetworkSchedule.steadySendSchedules
           
 

Methods in at.dms.kjc.raw that return Coordinate
static Coordinate Layout.getTile(FlatNode str)
           
static Coordinate Layout.getTile(int tileNumber)
           
static Coordinate Layout.getTile(int row, int column)
           
static Coordinate Layout.getTile(SIROperator str)
          Returns the tile number assignment for , or null if none has been layout.assigned.
 

Methods in at.dms.kjc.raw that return types with arguments of type Coordinate
static LinkedList<Coordinate> Router.getRoute(FlatNode from, FlatNode to)
           
 

Methods in at.dms.kjc.raw with parameters of type Coordinate
static boolean Layout.areNeighbors(Coordinate tile1, Coordinate tile2)
           
static boolean FileVisitor.connectedToFR(Coordinate tile)
           
static boolean FileReaderVisitor.connectedToFR(Coordinate tile)
           
static String Layout.getDirection(Coordinate from, Coordinate to)
           
static FlatNode Layout.getNode(Coordinate coord)
           
static int Layout.getTileNumber(Coordinate tile)
           
static boolean Layout.isAssigned(Coordinate tile)