/[cashew-s-editor]/cashews/src/nongnu/cashews/rdf/Subject.java
ViewVC logotype

Diff of /cashews/src/nongnu/cashews/rdf/Subject.java

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

revision 1.3 by gnu_andrew, Mon Apr 4 00:59:33 2005 UTC revision 1.4 by gnu_andrew, Sun Apr 17 18:35:32 2005 UTC
# Line 24  package nongnu.cashews.rdf; Line 24  package nongnu.cashews.rdf;
24  /**  /**
25   * <p>   * <p>
26   * This interface represents an RDF subject. A subject can either be a URI   * This interface represents an RDF subject. A subject can either be a URI
27   * reference or a blank node.   * reference or a blank node.  Subjects are also defined as being instances
28     * of a particular class by their <strong>type</strong>.
29   * </p>   * </p>
30   *   *
31   * @author Andrew John Hughes (gnu_andrew@member.fsf.org)   * @author Andrew John Hughes (gnu_andrew@member.fsf.org)
# Line 34  package nongnu.cashews.rdf; Line 35  package nongnu.cashews.rdf;
35   * @see Blank   * @see Blank
36   */   */
37  public interface Subject  public interface Subject
38    extends Node, Cloneable    extends Cloneable
39  {  {
40    
41    /**    /**

Legend:
Removed from v.1.3  
changed lines
  Added in v.1.4

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