org.expasy.jpl.commons.base.mem
Interface MemoryEstimatorReady


public interface MemoryEstimatorReady

This interface has to be implemented by classes that want to estimate the memory space.

Version:
1.0.0
Author:
nikitin

Method Summary
 void enableMemoryTest(boolean bool)
          en/disable the memory test
 ObjectSizeEstimator getMemoryCalculator()
          get the memory estimator
 void setMemoryCalculator(ObjectSizeEstimator memoCalc)
          set the memory estimator
 

Method Detail

setMemoryCalculator

void setMemoryCalculator(ObjectSizeEstimator memoCalc)
set the memory estimator


getMemoryCalculator

ObjectSizeEstimator getMemoryCalculator()
get the memory estimator


enableMemoryTest

void enableMemoryTest(boolean bool)
en/disable the memory test



Copyright (c) 2012 Swiss Institute of Bioinformatics. All rights reserved.