br.ufsc.das.confidentiality
Class InvalidDepTuple

java.lang.Object
  extended by br.ufsc.das.general.DepTuple
      extended by br.ufsc.das.confidentiality.InvalidDepTuple
All Implemented Interfaces:
java.io.Serializable

public class InvalidDepTuple
extends DepTuple

See Also:
Serialized Form

Constructor Summary
InvalidDepTuple(TSMessage[] responses, ProtectionVector vector)
          Creates a new instance of InvalidDepTuple
 
Method Summary
 ProtectionVector getProtectionVector()
           
 TSMessage[] getResponses()
           
 
Methods inherited from class br.ufsc.das.general.DepTuple
canIn, canRd, createAccessControledTuple, createTuple, equalFields, equals, extractShare, getC_in, getC_rd, getFields, getPublishedShares, getShare, internalCreateConfidentialTuple, internalCreateConfidentialTuple, setShare, toString
 
Methods inherited from class java.lang.Object
getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

InvalidDepTuple

public InvalidDepTuple(TSMessage[] responses,
                       ProtectionVector vector)
Creates a new instance of InvalidDepTuple

Method Detail

getResponses

public TSMessage[] getResponses()

getProtectionVector

public ProtectionVector getProtectionVector()