Class ResDef

java.lang.Object
  |
  +--ResDef

class ResDef
extends java.lang.Object


Field Summary
 int allocation_policy
           
 java.lang.String arch
           
 double CostPerSec
           
 int No_of_PEs
           
 java.lang.String opsys
           
 int PE_SPEC_Rating
           
 
Constructor Summary
ResDef(java.lang.String arch, java.lang.String os, int No_of_PEs, int PE_SPEC_Rating, int allocation_policy, double CostPerSec)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

arch

public java.lang.String arch

opsys

public java.lang.String opsys

No_of_PEs

public int No_of_PEs

PE_SPEC_Rating

public int PE_SPEC_Rating

allocation_policy

public int allocation_policy

CostPerSec

public double CostPerSec
Constructor Detail

ResDef

public ResDef(java.lang.String arch,
              java.lang.String os,
              int No_of_PEs,
              int PE_SPEC_Rating,
              int allocation_policy,
              double CostPerSec)