g-Eclipse
Release 1.0.0

eu.geclipse.workflow.resources
Class GridWorkflowJobDescription

java.lang.Object
  extended by eu.geclipse.workflow.resources.GridWorkflowJobDescription
All Implemented Interfaces:
IGridWorkflowJobDescription

public class GridWorkflowJobDescription
extends java.lang.Object
implements IGridWorkflowJobDescription

Wrapper to emf implementation


Method Summary
 Path getDescriptionPath()
           
 java.lang.String getName()
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

getDescriptionPath

public Path getDescriptionPath()
Specified by:
getDescriptionPath in interface IGridWorkflowJobDescription
Returns:
job description. Now only jsdl content is returned as description.

getName

public java.lang.String getName()
Specified by:
getName in interface IGridWorkflowJobDescription
Returns:
job name

g-Eclipse
Release 1.0.0