p3j.misc
Class ExecutionOptions

java.lang.Object
  extended by p3j.misc.ExecutionOptions

Deprecated.

@Deprecated
public class ExecutionOptions
extends Object

Options for the execution and handling of an experiment. Created on March 04, 2007

Author:
Christina Bohk, Roland Ewald

Constructor Summary
ExecutionOptions()
          Deprecated.  
 
Method Summary
 boolean isStoreInXML()
          Deprecated.  
 boolean isUseCompression()
          Deprecated.  
 void setStoreInXML(boolean storeInXML)
          Deprecated.  
 void setUseCompression(boolean useCompression)
          Deprecated.  
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ExecutionOptions

public ExecutionOptions()
Deprecated. 
Method Detail

isStoreInXML

public boolean isStoreInXML()
Deprecated. 

setStoreInXML

public void setStoreInXML(boolean storeInXML)
Deprecated. 

isUseCompression

public boolean isUseCompression()
Deprecated. 

setUseCompression

public void setUseCompression(boolean useCompression)
Deprecated. 


Copyright © 2012. All Rights Reserved.