org.eclipse.higgins.iss
Class SelectionANDofORsElm

java.lang.Object
  extended by org.eclipse.higgins.iss.SelectionANDofORsElm

public class SelectionANDofORsElm
extends Object


Constructor Summary
SelectionANDofORsElm(String uuid, int i, int j)
           
 
Method Summary
 boolean atomicPolicyMatchesCredential()
           
 org.eclipse.higgins.icard.IPolicy getAtom()
           
 org.eclipse.higgins.icard.ICard getCredential()
           
 int getIndexAND()
           
 int getIndexOR()
           
 String getUUID()
           
 void setAtom(org.eclipse.higgins.icard.IPolicy a)
           
 void setCredential(org.eclipse.higgins.icard.ICard c)
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

SelectionANDofORsElm

public SelectionANDofORsElm(String uuid,
                            int i,
                            int j)
Method Detail

getUUID

public String getUUID()

getIndexAND

public int getIndexAND()

getIndexOR

public int getIndexOR()

getAtom

public org.eclipse.higgins.icard.IPolicy getAtom()

setAtom

public void setAtom(org.eclipse.higgins.icard.IPolicy a)

setCredential

public void setCredential(org.eclipse.higgins.icard.ICard c)

getCredential

public org.eclipse.higgins.icard.ICard getCredential()

atomicPolicyMatchesCredential

public boolean atomicPolicyMatchesCredential()