examples
Class PreconditionUsage

java.lang.Object
  extended by examples.PreconditionUsage

public class PreconditionUsage
extends java.lang.Object

Example to show how precondition check can be used to find valid values.

Author:
Evren Sirin

Constructor Summary
PreconditionUsage()
           
 
Method Summary
static void main(java.lang.String[] args)
           
static void printAllowedValues(Process process, ValueMap values)
           
 void run()
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

PreconditionUsage

public PreconditionUsage()
Method Detail

run

public void run()
         throws java.lang.Exception
Throws:
java.lang.Exception

printAllowedValues

public static void printAllowedValues(Process process,
                                      ValueMap values)

main

public static void main(java.lang.String[] args)
                 throws java.lang.Exception
Throws:
java.lang.Exception


Copyright © 2004 Evren Sirin. All Rights Reserved.