All Packages  Class Hierarchy  This Package  Previous  Next  Index

Class DSRG.MKB.PCPair

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

public class PCPair
extends Object
implements Serializable

Variable Index

 o myA1
 o myA2

Constructor Index

 o PCPair(Attribute, Attribute)

Method Index

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

Variables

 o myA1
 private Attribute myA1
 o myA2
 private Attribute myA2

Constructors

 o PCPair
 public PCPair(Attribute A1,
               Attribute A2)

Methods

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

All Packages  Class Hierarchy  This Package  Previous  Next  Index