venice
Class HideRequiredInterfacesCommand

java.lang.Object
  |
  +--venice.Command
        |
        +--venice.HideRequiredInterfacesCommand

public class HideRequiredInterfacesCommand
extends Command

This command hides required interfaces generated by Venice. Required interface and its realization is removed from visualization.

Author:
Antti Pietarinen

Field Summary
private  ModelStorage mModel
          Private variable to hold the ModelStorage instance that is needed in various places in the recursive action of this object.
private  Visualization mVisualization
          Private variable to hold the Visualization instance that is needed in various places in the recursive action of this object.
 
Fields inherited from class venice.Command
stAppModule
 
Constructor Summary
HideRequiredInterfacesCommand()
           
 
Method Summary
 void execute()
          Only method which does the job.
 
Methods inherited from class venice.Command
getAppModule, setAppModule
 
Methods inherited from class java.lang.Object
, clone, equals, finalize, getClass, hashCode, notify, notifyAll, registerNatives, toString, wait, wait, wait
 

Field Detail

mModel

private ModelStorage mModel
Private variable to hold the ModelStorage instance that is needed in various places in the recursive action of this object.

mVisualization

private Visualization mVisualization
Private variable to hold the Visualization instance that is needed in various places in the recursive action of this object.
Constructor Detail

HideRequiredInterfacesCommand

public HideRequiredInterfacesCommand()
Method Detail

execute

public void execute()
Only method which does the job.
Overrides:
execute in class Command