br.ufsc.das.confidentiality
Class ProtectionVector

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

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

See Also:
Serialized Form

Nested Class Summary
static class ProtectionVector.ProtectionType
           
 
Constructor Summary
ProtectionVector(ProtectionVector.ProtectionType... types)
          Creates a new instance of ProtectionVector
 
Method Summary
 int getLength()
           
 ProtectionVector.ProtectionType getType(int i)
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ProtectionVector

public ProtectionVector(ProtectionVector.ProtectionType... types)
Creates a new instance of ProtectionVector

Method Detail

getLength

public final int getLength()

getType

public final ProtectionVector.ProtectionType getType(int i)