/[cashew-s-editor]/cashews/src/nongnu/cashews/owls/process/Parameter.java
ViewVC logotype

Diff of /cashews/src/nongnu/cashews/owls/process/Parameter.java

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 1.1 by gnu_andrew, Thu Mar 31 15:25:30 2005 UTC revision 1.2 by gnu_andrew, Thu Mar 31 16:50:14 2005 UTC
# Line 21  Free Software Foundation, Inc., 59 Templ Line 21  Free Software Foundation, Inc., 59 Templ
21    
22  package nongnu.cashews.owls.process;  package nongnu.cashews.owls.process;
23    
 import nongnu.cashews.rdf.RDFURI;  
24  import nongnu.cashews.rdf.XMLLiteral;  import nongnu.cashews.rdf.XMLLiteral;
25    
26    import java.net.URI;
27    
28  /**  /**
29   * A <code>Parameter</code> is a generalization of the   * A <code>Parameter</code> is a generalization of the
30   * inputs and outputs found within an OWL-S process.   * inputs and outputs found within an OWL-S process.
# Line 34  public abstract class Parameter Line 35  public abstract class Parameter
35  {  {
36    
37    /**    /**
38     * An <code>RDFURI</code> which specifies the OWL class     * A <code>URI</code> which specifies the OWL class
39     * from which the values of this parameter are taken.     * from which the values of this parameter are taken.
40     *     *
41     * @see nongnu.cashews.rdf.RDFURI     * @see java.net.URI
42     */     */
43    private RDFURI type;    private URI type;
44    
45    /**    /**
46     * The value of this parameter, in the form of literal XML.     * The value of this parameter, in the form of literal XML.

Legend:
Removed from v.1.1  
changed lines
  Added in v.1.2

savannah-hackers-public@gnu.org
ViewVC Help
Powered by ViewVC 1.1.26