All Packages  Class Hierarchy  This Package  Previous  Next  Index

Class DSRG.MKB.Condition

java.lang.Object
   |
   +----DSRG.MKB.Condition

public class Condition
extends Object
implements Serializable

Variable Index

 o myA1
 o myA2
 o myExtent

Constructor Index

 o Condition(Attribute, Attribute, String)

Method Index

 o containsAtt(Attribute)
 o displayAll()
 o getA1()
 o getA2()
 o getExtent()

Variables

 o myA1
 private Attribute myA1
 o myA2
 private Attribute myA2
 o myExtent
 private String myExtent

Constructors

 o Condition
 public Condition(Attribute A1,
                  Attribute A2,
                  String Ext)

Methods

 o displayAll
 public String displayAll()
 o containsAtt
 public boolean containsAtt(Attribute Att)
 o getA1
 public Attribute getA1()
 o getA2
 public Attribute getA2()
 o getExtent
 public String getExtent()

All Packages  Class Hierarchy  This Package  Previous  Next  Index