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
-
myA1
-
-
myA2
-
-
PCPair(Attribute, Attribute)
-
-
containsAtt(Attribute)
-
-
displayAll()
-
-
getA1()
-
-
getA2()
-
myA1
private Attribute myA1
myA2
private Attribute myA2
PCPair
public PCPair(Attribute A1,
Attribute A2)
displayAll
public String displayAll()
containsAtt
public boolean containsAtt(Attribute Att)
getA1
public Attribute getA1()
getA2
public Attribute getA2()
All Packages Class Hierarchy This Package Previous Next Index