org.pasoa.test.examples.average
Class AverageExample

java.lang.Object
  extended by org.pasoa.test.examples.average.AverageExample

public class AverageExample
extends Object

Represents the process documentation of a simple workflow in which four actors (gui, averager, divider and store) interact. Using this class you can record all p-assertions about this workflow into a remote or local provenance store, by giving the appropriate Testbed instance.


Field Summary
static String average
           
static String averageOf
           
static String averagePath
           
static String averager
           
static String compared
           
static String copyOf
           
static String cslOntology
           
static String dividend
           
static String dividendPath
           
static String divider
           
static String divisionOf
           
static String divisor
           
static String divisorPath
           
static String firstPath
           
static String footer
           
static String gui
           
static String header1
           
static String header2
           
static String item
           
static String locate
           
static String msg1
           
static String msg2
           
static String msg3
           
static String msg4
           
static String msg5
           
static String ns
           
static String part
           
static String quotient
           
static String quotientPath
           
static String relOntology
           
static String secondPath
           
 Map spaces
           
static String store
           
static String storePath
           
static String sum
           
static String sumOf
           
static String tmpOntology
           
static String tracer1
           
static String tracer2
           
static String xmlns
           
 
Constructor Summary
AverageExample()
           
 
Method Summary
static void main(String[] arguments)
          Record all the p-assertions about the workflow into the store at the URL (record port) given by the first argument.
 void record(URL storeRecordURL)
          Record all the p-assertions about the workflow into the store at the given URL (record port).
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

ns

public static final String ns
See Also:
Constant Field Values

gui

public static final String gui
See Also:
Constant Field Values

averager

public static final String averager
See Also:
Constant Field Values

divider

public static final String divider
See Also:
Constant Field Values

store

public static final String store
See Also:
Constant Field Values

tracer1

public static final String tracer1
See Also:
Constant Field Values

tracer2

public static final String tracer2
See Also:
Constant Field Values

locate

public static final String locate
See Also:
Constant Field Values

xmlns

public static final String xmlns
See Also:
Constant Field Values

header1

public static final String header1
See Also:
Constant Field Values

header2

public static final String header2
See Also:
Constant Field Values

footer

public static final String footer
See Also:
Constant Field Values

msg1

public static final String msg1
See Also:
Constant Field Values

msg2

public static final String msg2
See Also:
Constant Field Values

msg3

public static final String msg3
See Also:
Constant Field Values

msg4

public static final String msg4
See Also:
Constant Field Values

msg5

public static final String msg5
See Also:
Constant Field Values

relOntology

public static final String relOntology
See Also:
Constant Field Values

tmpOntology

public static final String tmpOntology
See Also:
Constant Field Values

cslOntology

public static final String cslOntology
See Also:
Constant Field Values

sumOf

public static final String sumOf
See Also:
Constant Field Values

divisionOf

public static final String divisionOf
See Also:
Constant Field Values

copyOf

public static final String copyOf
See Also:
Constant Field Values

averageOf

public static final String averageOf
See Also:
Constant Field Values

part

public static final String part
See Also:
Constant Field Values

sum

public static final String sum
See Also:
Constant Field Values

divisor

public static final String divisor
See Also:
Constant Field Values

dividend

public static final String dividend
See Also:
Constant Field Values

quotient

public static final String quotient
See Also:
Constant Field Values

compared

public static final String compared
See Also:
Constant Field Values

item

public static final String item
See Also:
Constant Field Values

average

public static final String average
See Also:
Constant Field Values

firstPath

public static final String firstPath
See Also:
Constant Field Values

secondPath

public static final String secondPath
See Also:
Constant Field Values

divisorPath

public static final String divisorPath
See Also:
Constant Field Values

dividendPath

public static final String dividendPath
See Also:
Constant Field Values

quotientPath

public static final String quotientPath
See Also:
Constant Field Values

averagePath

public static final String averagePath
See Also:
Constant Field Values

storePath

public static final String storePath
See Also:
Constant Field Values

spaces

public Map spaces
Constructor Detail

AverageExample

public AverageExample()
Method Detail

main

public static void main(String[] arguments)
                 throws Exception
Record all the p-assertions about the workflow into the store at the URL (record port) given by the first argument.

Throws:
Exception

record

public void record(URL storeRecordURL)
            throws Exception
Record all the p-assertions about the workflow into the store at the given URL (record port).

Throws:
Exception