SOMA.utility
Class DiffMemoryExolorerItem

java.lang.Object
  |
  +--SOMA.explorer.ExplorerItem
        |
        +--SOMA.utility.DiffMemoryExolorerItem

public class DiffMemoryExolorerItem
extends ExplorerItem

Restituisce la differenza MEMORIA_TOTALE - MEMORIA_LIBERA = MEMORIA UTILIZZATA.

Author:
Livio Profiri
See Also:
Serialized Form

Fields inherited from class SOMA.explorer.ExplorerItem
Syntax
 
Constructor Summary
DiffMemoryExolorerItem()
           
 
Method Summary
 java.lang.Object Execute(java.util.Collection Parameters, java.io.PrintStream out)
           
 
Methods inherited from class SOMA.explorer.ExplorerItem
Execute, getSyntax, Help, Help, setSyntax, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

DiffMemoryExolorerItem

public DiffMemoryExolorerItem()
Method Detail

Execute

public java.lang.Object Execute(java.util.Collection Parameters,
                                java.io.PrintStream out)
Overrides:
Execute in class ExplorerItem