org.n52.wps.server.feed.movingcode
Class MovingCodeObject

java.lang.Object
  extended by org.n52.wps.server.feed.movingcode.MovingCodeObject

public class MovingCodeObject
extends java.lang.Object


Constructor Summary
MovingCodeObject(java.io.File processDescriptionXML, java.io.File workspaceTemplateRoot)
           
MovingCodeObject(net.opengis.wps.x100.ProcessDescriptionType pd, AlgorithmDescription ad, java.io.File algorithmWorkspace)
           
 
Method Summary
 MovingCodeObject createChild(java.io.File destinationRoot)
           
 AlgorithmURL getAlgorithmURL()
           
 java.lang.String getDefaultMimeType(java.lang.String paramID)
           
 java.io.File getInstanceWorkspace()
           
 java.util.List<AlgorithmParameterType> getParameters()
           
 net.opengis.wps.x100.ProcessDescriptionType getProcessDescription()
           
 java.lang.String getProcessID()
           
 boolean isContainer(java.net.URI containerURN)
           
 boolean isContainer(java.net.URI[] containerURNs)
           
 boolean isSufficientRuntimeEnvironment(java.net.URI[] runtimeURNs)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

MovingCodeObject

public MovingCodeObject(net.opengis.wps.x100.ProcessDescriptionType pd,
                        AlgorithmDescription ad,
                        java.io.File algorithmWorkspace)

MovingCodeObject

public MovingCodeObject(java.io.File processDescriptionXML,
                        java.io.File workspaceTemplateRoot)
Method Detail

createChild

public MovingCodeObject createChild(java.io.File destinationRoot)
                             throws java.io.IOException
Throws:
java.io.IOException

getProcessID

public java.lang.String getProcessID()

isContainer

public boolean isContainer(java.net.URI containerURN)

isContainer

public boolean isContainer(java.net.URI[] containerURNs)

isSufficientRuntimeEnvironment

public boolean isSufficientRuntimeEnvironment(java.net.URI[] runtimeURNs)

getProcessDescription

public net.opengis.wps.x100.ProcessDescriptionType getProcessDescription()

getInstanceWorkspace

public java.io.File getInstanceWorkspace()

getAlgorithmURL

public AlgorithmURL getAlgorithmURL()

getParameters

public java.util.List<AlgorithmParameterType> getParameters()

getDefaultMimeType

public java.lang.String getDefaultMimeType(java.lang.String paramID)


Copyright © 2007-2011 52north.org. All Rights Reserved.