net.sourceforge.nite.util
Class ProjectImage

java.lang.Object
  extended by net.sourceforge.nite.util.ProjectImage

public class ProjectImage
extends java.lang.Object

This process examines two element streams and produces a third: an projected image of the first timed stream onto the second. Inputs: 1. the timed elements to be projected 2. The element name to be produced (this must have children in an existing timed stream)


Constructor Summary
ProjectImage(java.lang.String corp, java.lang.String obs, java.lang.String source, java.lang.String target)
           
 
Method Summary
static void main(java.lang.String[] args)
          Called to start the application.
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ProjectImage

public ProjectImage(java.lang.String corp,
                    java.lang.String obs,
                    java.lang.String source,
                    java.lang.String target)
Method Detail

main

public static void main(java.lang.String[] args)
Called to start the application.