00001 /* #start# *********************************************************** 00002 00003 Scheduling Simulator 00004 Lehrstuhl f"ur Effiziente Algorithmen 00005 Technische Universit"at M"unchen 00006 00007 File : $Id: SComplexPosition.h,v 1.3 2003/01/08 18:57:13 meierb Exp $ 00008 00009 Purpose : 00010 00011 RCS-Log: 00012 $Log: SComplexPosition.h,v $ 00013 Revision 1.3 2003/01/08 18:57:13 meierb 00014 added randomized release times 00015 00016 Revision 1.1.1.1 2002/12/02 22:26:19 meierb 00017 my_schedule 00018 00019 Revision 1.1 2002/08/29 12:59:59 taeubig 00020 Added the sources 00021 00022 Revision 1.1 2000/05/29 14:44:26 taeubig 00023 Moved topology related stuff into subdirectory topos 00024 00025 00026 * #end# ************************************************************* */ 00027 00028 #ifndef SCOMPLEXPOSITION_H 00029 #define SCOMPLEXPOSITION_H 00030 00031 // system header files 00032 00033 // project header files 00034 00035 // ------------------------------------------------------------ 00036 00037 class SComplexPosition { 00038 public: 00039 virtual int getMinPos() const = 0; 00040 }; 00041 00042 #endif //SCOMPLEXPOSITION_H