Index: src/nongnu/cashews/eclipse/composer/actions/DiagramActionBarContributor.java
===================================================================
RCS file: /share/darwin/darwin4/cvs/java/src/nongnu/cashews/eclipse/composer/actions/DiagramActionBarContributor.java,v
retrieving revision 1.4
diff -u -3 -p -u -r1.4 DiagramActionBarContributor.java
--- src/nongnu/cashews/eclipse/composer/actions/DiagramActionBarContributor.java 2005/03/24 16:57:59 1.4
+++ src/nongnu/cashews/eclipse/composer/actions/DiagramActionBarContributor.java 2005/03/24 23:21:55
@@ -35,4 +35,5 @@ public class DiagramActionBarContributor
toolBarManager.add(getAction(IWorkbenchActionConstants.UNDO));
toolBarManager.add(getAction(IWorkbenchActionConstants.REDO));
}
-}
\ No newline at end of file
+
+}
Index: src/nongnu/cashews/owls/expression/Condition.java
===================================================================
RCS file: /share/darwin/darwin4/cvs/java/src/nongnu/cashews/owls/expression/Condition.java,v
retrieving revision 1.2
diff -u -3 -p -u -r1.2 Condition.java
--- src/nongnu/cashews/owls/expression/Condition.java 2005/03/24 16:57:59 1.2
+++ src/nongnu/cashews/owls/expression/Condition.java 2005/03/24 23:21:55
@@ -17,8 +17,7 @@
along with The CASheW-s editor; see the file COPYING. If not, write to the
Free Software Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA
02111-1307 USA.
- */
-
+*/
package nongnu.cashews.owls.expression;
@@ -30,4 +29,5 @@ package nongnu.cashews.owls.expression;
*/
public interface Condition
{
+
}
Index: src/nongnu/cashews/owls/expression/Expression.java
===================================================================
RCS file: /share/darwin/darwin4/cvs/java/src/nongnu/cashews/owls/expression/Expression.java,v
retrieving revision 1.3
diff -u -3 -p -u -r1.3 Expression.java
--- src/nongnu/cashews/owls/expression/Expression.java 2005/03/24 16:57:59 1.3
+++ src/nongnu/cashews/owls/expression/Expression.java 2005/03/24 23:21:55
@@ -17,8 +17,7 @@
along with The CASheW-s editor; see the file COPYING. If not, write to the
Free Software Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA
02111-1307 USA.
- */
-
+*/
package nongnu.cashews.owls.expression;
@@ -49,8 +48,7 @@ public class Expression
/**
* Sets the logical formalism used by this expression.
*
- * @param newLang
- * the new language to use.
+ * @param newLang the new language to use.
*/
public void setLanguage(LogicLanguage newLang)
{
Index: src/nongnu/cashews/owls/expression/LogicLanguage.java
===================================================================
RCS file: /share/darwin/darwin4/cvs/java/src/nongnu/cashews/owls/expression/LogicLanguage.java,v
retrieving revision 1.2
diff -u -3 -p -u -r1.2 LogicLanguage.java
--- src/nongnu/cashews/owls/expression/LogicLanguage.java 2005/03/24 16:57:59 1.2
+++ src/nongnu/cashews/owls/expression/LogicLanguage.java 2005/03/24 23:21:55
@@ -17,8 +17,7 @@
along with The CASheW-s editor; see the file COPYING. If not, write to the
Free Software Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA
02111-1307 USA.
- */
-
+*/
package nongnu.cashews.owls.expression;
@@ -75,8 +74,7 @@ public class LogicLanguage
* Adds a URI
to the list specifying the documentation for this
* formalism.
*
- * @param uri
- * the URI to add.
+ * @param uri the URI to add.
* @see java.net.URI
*/
public void addURI(URI uri)
@@ -101,8 +99,8 @@ public class LogicLanguage
}
catch (URISyntaxException e)
{
- throw new IllegalStateException("The list of URIs includes an "
- + "Âinvalid UR.", e);
+ throw new IllegalStateException("The list of URIs includes "
+ + "an invalid URI.", e);
}
}
return clonedURIs;
@@ -129,8 +127,8 @@ public class LogicLanguage
* This method always throws an exception in this subclass in order to
* prevent derivations of the SWRL formalism.
*
- * @throws UnsupportedOperationException
- * as the formalism can not be modified.
+ * @throws UnsupportedOperationException as the formalism can
+ * not be modified.
*/
public void addURI(URI uri)
{
@@ -181,8 +179,8 @@ public class LogicLanguage
* This method always throws an exception in this subclass in order to
* prevent derivations of the DRS formalism.
*
- * @throws UnsupportedOperationException
- * as the formalism can not be modified.
+ * @throws UnsupportedOperationException as the formalism can
+ * not be modified.
*/
public void addURI(URI uri)
{
@@ -234,8 +232,8 @@ public class LogicLanguage
* This method always throws an exception in this subclass in order to
* prevent derivations of the KIF formalism.
*
- * @throws UnsupportedOperationException
- * as the formalism can not be modified.
+ * @throws UnsupportedOperationException as the formalism can not be
+ * modified.
*/
public void addURI(URI uri)
{
Index: src/nongnu/cashews/owls/expression/SWRLExpression.java
===================================================================
RCS file: /share/darwin/darwin4/cvs/java/src/nongnu/cashews/owls/expression/SWRLExpression.java,v
retrieving revision 1.2
diff -u -3 -p -u -r1.2 SWRLExpression.java
--- src/nongnu/cashews/owls/expression/SWRLExpression.java 2005/03/24 16:57:59 1.2
+++ src/nongnu/cashews/owls/expression/SWRLExpression.java 2005/03/24 23:21:55
@@ -17,8 +17,7 @@
along with The CASheW-s editor; see the file COPYING. If not, write to the
Free Software Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA
02111-1307 USA.
- */
-
+*/
package nongnu.cashews.owls.expression;
@@ -41,8 +40,8 @@ public class SWRLExpression extends Expr
}
/**
- * This method always throws an exception in this subclass in order to prevent
- * changes to the expression language.
+ * This method always throws an exception in this subclass in order to
+ * prevent changes to the expression language.
*
* @throws UnsupportedOperationException
* as the language can not be modified.
Index: src/nongnu/cashews/owls/process/Input.java
===================================================================
RCS file: /share/darwin/darwin4/cvs/java/src/nongnu/cashews/owls/process/Input.java,v
retrieving revision 1.2
diff -u -3 -p -u -r1.2 Input.java
--- src/nongnu/cashews/owls/process/Input.java 2005/03/24 16:57:59 1.2
+++ src/nongnu/cashews/owls/process/Input.java 2005/03/24 23:21:55
@@ -17,7 +17,7 @@
along with The CASheW-s editor; see the file COPYING. If not, write to the
Free Software Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA
02111-1307 USA.
- */
+*/
package nongnu.cashews.owls.process;
@@ -28,5 +28,6 @@ package nongnu.cashews.owls.process;
* @author Andrew John Hughes (address@hidden)
*/
public class Input extends Parameter
+
{
}
Index: src/nongnu/cashews/owls/process/Local.java
===================================================================
RCS file: /share/darwin/darwin4/cvs/java/src/nongnu/cashews/owls/process/Local.java,v
retrieving revision 1.2
diff -u -3 -p -u -r1.2 Local.java
--- src/nongnu/cashews/owls/process/Local.java 2005/03/24 16:57:59 1.2
+++ src/nongnu/cashews/owls/process/Local.java 2005/03/24 23:21:55
@@ -17,8 +17,7 @@
along with The CASheW-s editor; see the file COPYING. If not, write to the
Free Software Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA
02111-1307 USA.
- */
-
+*/
package nongnu.cashews.owls.process;
@@ -34,4 +33,5 @@ package nongnu.cashews.owls.process;
*/
public class Local extends Parameter
{
+
}
Index: src/nongnu/cashews/owls/process/Output.java
===================================================================
RCS file: /share/darwin/darwin4/cvs/java/src/nongnu/cashews/owls/process/Output.java,v
retrieving revision 1.2
diff -u -3 -p -u -r1.2 Output.java
--- src/nongnu/cashews/owls/process/Output.java 2005/03/24 16:57:59 1.2
+++ src/nongnu/cashews/owls/process/Output.java 2005/03/24 23:21:55
@@ -17,8 +17,7 @@
along with The CASheW-s editor; see the file COPYING. If not, write to the
Free Software Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA
02111-1307 USA.
- */
-
+*/
package nongnu.cashews.owls.process;
@@ -29,4 +28,5 @@ package nongnu.cashews.owls.process;
*/
public class Output extends Parameter
{
+
}
Index: src/nongnu/cashews/owls/process/Parameter.java
===================================================================
RCS file: /share/darwin/darwin4/cvs/java/src/nongnu/cashews/owls/process/Parameter.java,v
retrieving revision 1.4
diff -u -3 -p -u -r1.4 Parameter.java
--- src/nongnu/cashews/owls/process/Parameter.java 2005/03/24 16:57:59 1.4
+++ src/nongnu/cashews/owls/process/Parameter.java 2005/03/24 23:21:55
@@ -17,8 +17,7 @@
along with The CASheW-s editor; see the file COPYING. If not, write to the
Free Software Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA
02111-1307 USA.
- */
-
+*/
package nongnu.cashews.owls.process;
Index: src/nongnu/cashews/owls/process/Result.java
===================================================================
RCS file: /share/darwin/darwin4/cvs/java/src/nongnu/cashews/owls/process/Result.java,v
retrieving revision 1.3
diff -u -3 -p -u -r1.3 Result.java
--- src/nongnu/cashews/owls/process/Result.java 2005/03/24 16:57:59 1.3
+++ src/nongnu/cashews/owls/process/Result.java 2005/03/24 23:21:55
@@ -17,8 +17,7 @@
along with The CASheW-s editor; see the file COPYING. If not, write to the
Free Software Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA
02111-1307 USA.
- */
-
+*/
package nongnu.cashews.owls.process;
Index: src/nongnu/cashews/owls/process/ResultVar.java
===================================================================
RCS file: /share/darwin/darwin4/cvs/java/src/nongnu/cashews/owls/process/ResultVar.java,v
retrieving revision 1.2
diff -u -3 -p -u -r1.2 ResultVar.java
--- src/nongnu/cashews/owls/process/ResultVar.java 2005/03/24 16:57:59 1.2
+++ src/nongnu/cashews/owls/process/ResultVar.java 2005/03/24 23:21:55
@@ -17,8 +17,7 @@
along with The CASheW-s editor; see the file COPYING. If not, write to the
Free Software Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA
02111-1307 USA.
- */
-
+*/
package nongnu.cashews.owls.process;
@@ -32,4 +31,5 @@ package nongnu.cashews.owls.process;
*/
public class ResultVar extends Parameter
{
+
}
Index: src/nongnu/cashews/rdf/Graph.java
===================================================================
RCS file: /share/darwin/darwin4/cvs/java/src/nongnu/cashews/rdf/Graph.java,v
retrieving revision 1.5
diff -u -3 -p -u -r1.5 Graph.java
--- src/nongnu/cashews/rdf/Graph.java 2005/03/24 16:57:59 1.5
+++ src/nongnu/cashews/rdf/Graph.java 2005/03/24 23:21:55
@@ -17,8 +17,7 @@
along with The CASheW-s editor; see the file COPYING. If not, write to the
Free Software Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA
02111-1307 USA.
- */
-
+*/
package nongnu.cashews.rdf;
@@ -37,12 +36,13 @@ import java.util.Set;
* @see RDFObject
* @see Predicate
*/
-public class Graph implements Serializable
+public class Graph
+ implements Serializable
{
/**
- * The set of RDF triples which make up this particular RDF Graph
- * instance.
+ * The set of RDF triples which make up this particular RDF
+ * Graph
instance.
*
* @see Triple
* @serial the graph of RDF triples.
@@ -72,8 +72,8 @@ public class Graph implements Serializab
}
/**
- * Returns the hashcode of this RDF graph. This is the code for the underlying
- * collection of Triple
s.
+ * Returns the hashcode of this RDF graph. This is the code for the
+ * underlying collection of Triple
s.
*
* @return the hashcode for the RDF graph.
*/
Index: src/nongnu/cashews/rdf/Literal.java
===================================================================
RCS file: /share/darwin/darwin4/cvs/java/src/nongnu/cashews/rdf/Literal.java,v
retrieving revision 1.3
diff -u -3 -p -u -r1.3 Literal.java
--- src/nongnu/cashews/rdf/Literal.java 2005/03/24 16:57:59 1.3
+++ src/nongnu/cashews/rdf/Literal.java 2005/03/24 23:21:55
@@ -17,8 +17,7 @@
along with The CASheW-s editor; see the file COPYING. If not, write to the
Free Software Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA
02111-1307 USA.
- */
-
+*/
package nongnu.cashews.rdf;
@@ -33,7 +32,8 @@ package nongnu.cashews.rdf;
* @author Andrew John Hughes (address@hidden)
* @see Type
*/
-public class Literal implements RDFObject
+public class Literal
+ implements RDFObject
{
/**
Index: src/nongnu/cashews/rdf/Node.java
===================================================================
RCS file: /share/darwin/darwin4/cvs/java/src/nongnu/cashews/rdf/Node.java,v
retrieving revision 1.2
diff -u -3 -p -u -r1.2 Node.java
--- src/nongnu/cashews/rdf/Node.java 2005/03/24 16:57:59 1.2
+++ src/nongnu/cashews/rdf/Node.java 2005/03/24 23:21:55
@@ -17,8 +17,7 @@
along with The CASheW-s editor; see the file COPYING. If not, write to the
Free Software Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA
02111-1307 USA.
- */
-
+*/
package nongnu.cashews.rdf;
Index: src/nongnu/cashews/rdf/Predicate.java
===================================================================
RCS file: /share/darwin/darwin4/cvs/java/src/nongnu/cashews/rdf/Predicate.java,v
retrieving revision 1.2
diff -u -3 -p -u -r1.2 Predicate.java
--- src/nongnu/cashews/rdf/Predicate.java 2005/03/24 16:57:59 1.2
+++ src/nongnu/cashews/rdf/Predicate.java 2005/03/24 23:21:55
@@ -17,8 +17,7 @@
along with The CASheW-s editor; see the file COPYING. If not, write to the
Free Software Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA
02111-1307 USA.
- */
-
+*/
package nongnu.cashews.rdf;
Index: src/nongnu/cashews/rdf/RDFObject.java
===================================================================
RCS file: /share/darwin/darwin4/cvs/java/src/nongnu/cashews/rdf/RDFObject.java,v
retrieving revision 1.2
diff -u -3 -p -u -r1.2 RDFObject.java
--- src/nongnu/cashews/rdf/RDFObject.java 2005/03/24 16:57:59 1.2
+++ src/nongnu/cashews/rdf/RDFObject.java 2005/03/24 23:21:55
@@ -17,8 +17,7 @@
along with The CASheW-s editor; see the file COPYING. If not, write to the
Free Software Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA
02111-1307 USA.
- */
-
+*/
package nongnu.cashews.rdf;
@@ -33,7 +32,8 @@ package nongnu.cashews.rdf;
* @see Blank
* @see Literal
*/
-public interface RDFObject extends Node
+public interface RDFObject
+ extends Node
{
}
Index: src/nongnu/cashews/rdf/RDFURI.java
===================================================================
RCS file: /share/darwin/darwin4/cvs/java/src/nongnu/cashews/rdf/RDFURI.java,v
retrieving revision 1.2
diff -u -3 -p -u -r1.2 RDFURI.java
--- src/nongnu/cashews/rdf/RDFURI.java 2005/03/24 16:57:59 1.2
+++ src/nongnu/cashews/rdf/RDFURI.java 2005/03/24 23:21:55
@@ -17,8 +17,7 @@
along with The CASheW-s editor; see the file COPYING. If not, write to the
Free Software Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA
02111-1307 USA.
- */
-
+*/
package nongnu.cashews.rdf;
@@ -32,7 +31,8 @@ import java.net.URI;
* @author Andrew John Hughes (address@hidden)
* @see java.net.URI
*/
-public class RDFURI implements Subject, Predicate, RDFObject
+public class RDFURI
+ implements Subject, Predicate, RDFObject
{
/**
Index: src/nongnu/cashews/rdf/Subject.java
===================================================================
RCS file: /share/darwin/darwin4/cvs/java/src/nongnu/cashews/rdf/Subject.java,v
retrieving revision 1.2
diff -u -3 -p -u -r1.2 Subject.java
--- src/nongnu/cashews/rdf/Subject.java 2005/03/24 16:57:59 1.2
+++ src/nongnu/cashews/rdf/Subject.java 2005/03/24 23:21:55
@@ -17,8 +17,7 @@
along with The CASheW-s editor; see the file COPYING. If not, write to the
Free Software Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA
02111-1307 USA.
- */
-
+*/
package nongnu.cashews.rdf;
@@ -34,7 +33,8 @@ package nongnu.cashews.rdf;
* @see RDFURI
* @see Blank
*/
-public interface Subject extends Node
+public interface Subject
+ extends Node
{
}
Index: src/nongnu/cashews/rdf/Triple.java
===================================================================
RCS file: /share/darwin/darwin4/cvs/java/src/nongnu/cashews/rdf/Triple.java,v
retrieving revision 1.2
diff -u -3 -p -u -r1.2 Triple.java
--- src/nongnu/cashews/rdf/Triple.java 2005/03/24 16:57:59 1.2
+++ src/nongnu/cashews/rdf/Triple.java 2005/03/24 23:21:55
@@ -17,8 +17,7 @@
along with The CASheW-s editor; see the file COPYING. If not, write to the
Free Software Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA
02111-1307 USA.
- */
-
+*/
package nongnu.cashews.rdf;
@@ -45,7 +44,8 @@ import java.io.Serializable;
* @see RDFObject
* @see Predicate
*/
-public class Triple implements Serializable
+public class Triple
+ implements Serializable
{
/**
Index: src/nongnu/cashews/rdf/Type.java
===================================================================
RCS file: /share/darwin/darwin4/cvs/java/src/nongnu/cashews/rdf/Type.java,v
retrieving revision 1.2
diff -u -3 -p -u -r1.2 Type.java
--- src/nongnu/cashews/rdf/Type.java 2005/03/24 16:57:59 1.2
+++ src/nongnu/cashews/rdf/Type.java 2005/03/24 23:21:55
@@ -17,8 +17,7 @@
along with The CASheW-s editor; see the file COPYING. If not, write to the
Free Software Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA
02111-1307 USA.
- */
-
+*/
package nongnu.cashews.rdf;
@@ -26,8 +25,8 @@ package nongnu.cashews.rdf;
*
* This interface represents the type of an RDF literal. Implementing type * classes provide the conversion between the literal and the actual value - * represented, by applying a lexical-to-value mapping. A literal which does not - * map to a value is erroneous, but not synatically invalid. + * represented, by applying a lexical-to-value mapping. A literal which does + * not map to a value is erroneous, but not synatically invalid. *
* * @author Andrew John Hughes (address@hidden) @@ -39,8 +38,7 @@ public interface Type * Retrieves the actual value of this type instance by applying a lexical to * value mapping. * - * @param lexical - * the lexical representation of the literal. + * @param lexical the lexical representation of the literal. * @return anObject
representing the value.
*/
Object getValue(String lexical);
Index: src/nongnu/cashews/rdf/XMLLiteral.java
===================================================================
RCS file: /share/darwin/darwin4/cvs/java/src/nongnu/cashews/rdf/XMLLiteral.java,v
retrieving revision 1.2
diff -u -3 -p -u -r1.2 XMLLiteral.java
--- src/nongnu/cashews/rdf/XMLLiteral.java 2005/03/24 16:57:59 1.2
+++ src/nongnu/cashews/rdf/XMLLiteral.java 2005/03/24 23:21:55
@@ -17,8 +17,7 @@
along with The CASheW-s editor; see the file COPYING. If not, write to the
Free Software Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA
02111-1307 USA.
- */
-
+*/
package nongnu.cashews.rdf;
@@ -29,4 +28,5 @@ package nongnu.cashews.rdf;
*/
public class XMLLiteral
{
+
}
Index: src/nongnu/cashews/rdf/XMLParser.java
===================================================================
RCS file: /share/darwin/darwin4/cvs/java/src/nongnu/cashews/rdf/XMLParser.java,v
retrieving revision 1.2
diff -u -3 -p -u -r1.2 XMLParser.java
--- src/nongnu/cashews/rdf/XMLParser.java 2005/03/24 16:57:59 1.2
+++ src/nongnu/cashews/rdf/XMLParser.java 2005/03/24 23:21:55
@@ -17,15 +17,14 @@
along with The CASheW-s editor; see the file COPYING. If not, write to the
Free Software Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA
02111-1307 USA.
- */
-
+*/
package nongnu.cashews.rdf;
/**
- * This class deals with the parsing of RDF in XML form, as defined by the RDFXML syntax standard.
- * It turns an XML-based representation of an RDF graph into a
+ * This class deals with the parsing of RDF in XML form, as defined by the
+ * RDFXML syntax
+ * standard. It turns an XML-based representation of an RDF graph into a
* Graph
object.
*
* @author Andrew John Hughes (address@hidden)
@@ -33,4 +32,5 @@ package nongnu.cashews.rdf;
*/
public class XMLParser
{
+
}