All Packages  Class Hierarchy  This Package  Previous  Next  Index

Class DSRG.VKB.View_Component

java.lang.Object
   |
   +----DSRG.VKB.View_Component

public abstract class View_Component
extends Object
implements Serializable, Cloneable
It's a abstract class of Attribute, Relation and Condition. It's the View Component Class.


Variable Index

 o Dispensable
Evolution parameter.
 o Replaceable
Evolution parameter.

Constructor Index

 o View_Component()
Default constructor

Method Index

 o clone()
Clone the View_Component
 o displayEvolvingParameter(String, String)
Display evolving parameter.
 o getDispensable()
Return the Dispensable-Parameter of this View_Component.
 o getReplaceable()
Return the Replaceable-Parameter of this View_Component.
 o setDispensable(boolean)
Set the Dispensable-Parameter of this View_Component.
 o setReplaceable(boolean)
Set the Replaceable-Parameter of this View_Component.

Variables

 o Dispensable
 public boolean Dispensable
Evolution parameter. True: component can be dropped, False: cannot be dropped.

 o Replaceable
 public boolean Replaceable
Evolution parameter. True: component can be replaced, False: cannot be replaced.

Constructors

 o View_Component
 public View_Component()
Default constructor

Methods

 o setDispensable
 public void setDispensable(boolean value)
Set the Dispensable-Parameter of this View_Component.

 o getDispensable
 public boolean getDispensable()
Return the Dispensable-Parameter of this View_Component.

 o setReplaceable
 public void setReplaceable(boolean value)
Set the Replaceable-Parameter of this View_Component.

 o getReplaceable
 public boolean getReplaceable()
Return the Replaceable-Parameter of this View_Component.

 o displayEvolvingParameter
 String displayEvolvingParameter(String disp,
                                 String repl)
Display evolving parameter. We show all the parameters.

Parameters:
disp - Name of dispensable, e.g. "AD", "CD", "RD"
repl - Name of replaceable, e.g. "AR", "CR", "RR"
 o clone
 public abstract Object clone()
Clone the View_Component

Overrides:
clone in class Object

All Packages  Class Hierarchy  This Package  Previous  Next  Index