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.
-
Dispensable
- Evolution parameter.
-
Replaceable
- Evolution parameter.
-
View_Component()
- Default constructor
-
clone()
- Clone the View_Component
-
displayEvolvingParameter(String, String)
- Display evolving parameter.
-
getDispensable()
- Return the Dispensable-Parameter of this View_Component.
-
getReplaceable()
- Return the Replaceable-Parameter of this View_Component.
-
setDispensable(boolean)
- Set the Dispensable-Parameter of this View_Component.
-
setReplaceable(boolean)
- Set the Replaceable-Parameter of this View_Component.
Dispensable
public boolean Dispensable
- Evolution parameter. True: component can be dropped, False: cannot be dropped.
Replaceable
public boolean Replaceable
- Evolution parameter. True: component can be replaced, False: cannot be replaced.
View_Component
public View_Component()
- Default constructor
setDispensable
public void setDispensable(boolean value)
- Set the Dispensable-Parameter of this View_Component.
getDispensable
public boolean getDispensable()
- Return the Dispensable-Parameter of this View_Component.
setReplaceable
public void setReplaceable(boolean value)
- Set the Replaceable-Parameter of this View_Component.
getReplaceable
public boolean getReplaceable()
- Return the Replaceable-Parameter of this View_Component.
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"
clone
public abstract Object clone()
- Clone the View_Component
- Overrides:
- clone in class Object
All Packages Class Hierarchy This Package Previous Next Index