net.sourceforge.nite.util
Class ProjectImageResources

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

public class ProjectImageResources
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. This version allows for resources, and creates a new resource if required. Inputs: 1. the resource to be projected 2. The resource name to be produced (this must have children in an existing timed stream) 3. If the target resource is newly created, this tells the program what timed resource it refers to.


Constructor Summary
ProjectImageResources(java.lang.String corp, java.lang.String obs, java.lang.String source, java.lang.String target, java.lang.String reference)
           
 
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

ProjectImageResources

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

main

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