DSRG.MKB
Class PCPair

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

public class PCPair
extends java.lang.Object
implements java.io.Serializable

See Also:
Serialized Form

Field Summary
private  Attribute myA1
           
private  Attribute myA2
           
 
Constructor Summary
PCPair(Attribute A1, Attribute A2)
           
 
Method Summary
 boolean containsAtt(Attribute Att)
           
 java.lang.String displayAll()
           
 Attribute getA1()
           
 Attribute getA2()
           
 
Methods inherited from class java.lang.Object
, clone, equals, finalize, getClass, hashCode, notify, notifyAll, registerNatives, toString, wait, wait, wait
 

Field Detail

myA1

private Attribute myA1

myA2

private Attribute myA2
Constructor Detail

PCPair

public PCPair(Attribute A1,
              Attribute A2)
Method Detail

displayAll

public java.lang.String displayAll()

containsAtt

public boolean containsAtt(Attribute Att)

getA1

public Attribute getA1()

getA2

public Attribute getA2()