IProcedureTable.java

Go to the documentation of this file.
00001 package edu.rice.cs.hpc.data.util;
00002 
00003 public interface IProcedureTable {
00004     public void addProcedure(String name);
00005 
00006 }

Generated on 5 May 2015 for HPCVIEWER by  doxygen 1.6.1