org.ssonet.appConf
Class SSONETConstraints

java.lang.Object
  |
  +--org.ssonet.appConf.SSONETConstraints

public class SSONETConstraints
extends java.lang.Object

SSONETConstraints holds the minimum, standard and maximum configuration settings for security goals, which are needed build an action configuration.


Field Summary
 int[] def
          standard security goal settings
 int[] max
          Maximum security goal settings
 int[] min
          Minimum security goal settings
 
Constructor Summary
SSONETConstraints()
           
 
Method Summary
 void changeDef(int p1, int p2, int p3, int p4)
          changes the standard security goal settings.
 void changeMax(int p1, int p2, int p3, int p4)
          changes the maximum security goal settings.
 void changeMin(int p1, int p2, int p3, int p4)
          changes the minimum security goal settings.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

min

public int[] min
Minimum security goal settings


def

public int[] def
standard security goal settings


max

public int[] max
Maximum security goal settings

Constructor Detail

SSONETConstraints

public SSONETConstraints()
Method Detail

changeMin

public void changeMin(int p1,
                      int p2,
                      int p3,
                      int p4)
changes the minimum security goal settings.


changeDef

public void changeDef(int p1,
                      int p2,
                      int p3,
                      int p4)
changes the standard security goal settings.


changeMax

public void changeMax(int p1,
                      int p2,
                      int p3,
                      int p4)
changes the maximum security goal settings.



Copyright © 2003 DRIM Team. All Rights Reserved.