[MOBY-guts] biomoby commit
Eddie Kawas
kawas at pub.open-bio.org
Thu Jun 2 15:48:28 UTC 2005
kawas
Thu Jun 2 11:48:28 EDT 2005
Update of /home/repository/moby/moby-live/Java/src/main/org/biomoby/client/ui/graphical/applets/serviceInstanceCreationTool
In directory pub.open-bio.org:/tmp/cvs-serv15594/org/biomoby/client/ui/graphical/applets/serviceInstanceCreationTool
Modified Files:
ServiceFocusListener.java MobyCollection.java
InputOutputActionListener.java MobyUtilities.java
HelpActionListener.java ServiceCreationTool.java
ButtonBeautifier.java NamespaceTree.java ServiceTypeTree.java
Pair.java
Log Message:
Fixed the javadoc comments in order to get rid of warnings.
moby-live/Java/src/main/org/biomoby/client/ui/graphical/applets/serviceInstanceCreationTool ServiceFocusListener.java,1.1,1.2 MobyCollection.java,1.1,1.2 InputOutputActionListener.java,1.1,1.2 MobyUtilities.java,1.1,1.2 HelpActionListener.java,1.1,1.2 ServiceCreationTool.java,1.2,1.3 ButtonBeautifier.java,1.2,1.3 NamespaceTree.java,1.1,1.2 ServiceTypeTree.java,1.1,1.2 Pair.java,1.1,1.2
===================================================================
RCS file: /home/repository/moby/moby-live/Java/src/main/org/biomoby/client/ui/graphical/applets/serviceInstanceCreationTool/ServiceFocusListener.java,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- /home/repository/moby/moby-live/Java/src/main/org/biomoby/client/ui/graphical/applets/serviceInstanceCreationTool/ServiceFocusListener.java 2005/04/07 16:42:27 1.1
+++ /home/repository/moby/moby-live/Java/src/main/org/biomoby/client/ui/graphical/applets/serviceInstanceCreationTool/ServiceFocusListener.java 2005/06/02 15:48:28 1.2
@@ -11,7 +11,7 @@
/**
*
* @author Edward Kawas
- * @date July 7, 2004
+ * date July 7, 2004
* This class implements the FocusListener for the Service Creation Tool.
* <p>For questions, comments, or bugs
* <p>email me at edward.kawas at gmail.com
===================================================================
RCS file: /home/repository/moby/moby-live/Java/src/main/org/biomoby/client/ui/graphical/applets/serviceInstanceCreationTool/MobyCollection.java,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- /home/repository/moby/moby-live/Java/src/main/org/biomoby/client/ui/graphical/applets/serviceInstanceCreationTool/MobyCollection.java 2005/04/07 16:42:27 1.1
+++ /home/repository/moby/moby-live/Java/src/main/org/biomoby/client/ui/graphical/applets/serviceInstanceCreationTool/MobyCollection.java 2005/06/02 15:48:28 1.2
@@ -11,7 +11,7 @@
/**
*
* @author Edward Kawas
- * @date July 19, 2004
+ * date July 19, 2004
* This class represents a collection, either input or output, for the Moby Services.
* <p>For questions, comments, or bugs
* <p>email me at edward.kawas at gmail.com
===================================================================
RCS file: /home/repository/moby/moby-live/Java/src/main/org/biomoby/client/ui/graphical/applets/serviceInstanceCreationTool/InputOutputActionListener.java,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- /home/repository/moby/moby-live/Java/src/main/org/biomoby/client/ui/graphical/applets/serviceInstanceCreationTool/InputOutputActionListener.java 2005/04/07 16:42:27 1.1
+++ /home/repository/moby/moby-live/Java/src/main/org/biomoby/client/ui/graphical/applets/serviceInstanceCreationTool/InputOutputActionListener.java 2005/06/02 15:48:28 1.2
@@ -12,7 +12,7 @@
/**
*
* @author Edward Kawas<p>
- * @date July 16, 2004<p>
+ * date July 16, 2004<p>
* This class implements the ActionListener interface.
* <p>For questions, comments, or bugs
* <p>email me at edward.kawas at gmail.com
===================================================================
RCS file: /home/repository/moby/moby-live/Java/src/main/org/biomoby/client/ui/graphical/applets/serviceInstanceCreationTool/MobyUtilities.java,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- /home/repository/moby/moby-live/Java/src/main/org/biomoby/client/ui/graphical/applets/serviceInstanceCreationTool/MobyUtilities.java 2005/04/07 16:42:27 1.1
+++ /home/repository/moby/moby-live/Java/src/main/org/biomoby/client/ui/graphical/applets/serviceInstanceCreationTool/MobyUtilities.java 2005/06/02 15:48:28 1.2
@@ -9,7 +9,7 @@
/**
* Utilities that are useful for retrieving information about certain objects, parsing objects, etc.
* @author Eddie Kawas
- * @Jun 10, 2004
+ * Jun 10, 2004
*<p>For questions, comments, or bugs
* <p>email me at edward.kawas at gmail.com
*/
@@ -74,7 +74,6 @@
* PRE: ll is a valid linkedlist, panelDetails is a valid MobyUserPanel.<p>
* POST: All the relations of child are outputted to the MobyUserPanel panelDetails.
* @param ll - a linked list created via GetRelations()
- * @param panelDetails - the MobyUserPanel to output the relationships
* @param child - the object that GetRelations() was called with.
*/
public static String WriteToPanel(LinkedList ll, String child) {
===================================================================
RCS file: /home/repository/moby/moby-live/Java/src/main/org/biomoby/client/ui/graphical/applets/serviceInstanceCreationTool/HelpActionListener.java,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- /home/repository/moby/moby-live/Java/src/main/org/biomoby/client/ui/graphical/applets/serviceInstanceCreationTool/HelpActionListener.java 2005/04/07 16:42:27 1.1
+++ /home/repository/moby/moby-live/Java/src/main/org/biomoby/client/ui/graphical/applets/serviceInstanceCreationTool/HelpActionListener.java 2005/06/02 15:48:28 1.2
@@ -12,7 +12,7 @@
/**
* @author Edward Kawas
- * @date Sep 1, 2004
+ * Sep 1, 2004
* <p>This class implements the ActionListener interface.
* <p>The sole purpose of this class is to provide messages to
* <p>the user regarding the form inputs for a service instance.
===================================================================
RCS file: /home/repository/moby/moby-live/Java/src/main/org/biomoby/client/ui/graphical/applets/serviceInstanceCreationTool/ServiceCreationTool.java,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- /home/repository/moby/moby-live/Java/src/main/org/biomoby/client/ui/graphical/applets/serviceInstanceCreationTool/ServiceCreationTool.java 2005/04/07 21:01:13 1.2
+++ /home/repository/moby/moby-live/Java/src/main/org/biomoby/client/ui/graphical/applets/serviceInstanceCreationTool/ServiceCreationTool.java 2005/06/02 15:48:28 1.3
@@ -22,7 +22,7 @@
/**
*
* @author Edward Kawas
- * @date Jul 7, 2004
+ * date Jul 7, 2004
* This class is the main class for the service instance creation tool.
* <p>For questions, comments, or bugs
* <p>email me at edward.kawas at gmail.com
@@ -215,7 +215,7 @@
}
/**
- * @param i, the radio button id.
+ * @param i - the radio button id.
* -1 => no button is selected.<b>
* 1 => Primary button is selected.<b>
* 2 => Secondary button is selected.<b>
@@ -227,7 +227,7 @@
/**
*
* @return an int reprepresenting the radio button that is selected.
- * @see setRadioButtonID(int i)
+ * @see #setRadioButtonID(int i)
*/
public int getRadioButtonID() {
return radioButtonID;
===================================================================
RCS file: /home/repository/moby/moby-live/Java/src/main/org/biomoby/client/ui/graphical/applets/serviceInstanceCreationTool/ButtonBeautifier.java,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- /home/repository/moby/moby-live/Java/src/main/org/biomoby/client/ui/graphical/applets/serviceInstanceCreationTool/ButtonBeautifier.java 2005/04/20 21:42:10 1.2
+++ /home/repository/moby/moby-live/Java/src/main/org/biomoby/client/ui/graphical/applets/serviceInstanceCreationTool/ButtonBeautifier.java 2005/06/02 15:48:28 1.3
@@ -16,7 +16,7 @@
/**
* @author Eddie Kawas
- * @Jun 30, 2004
+ * Jun 30, 2004
* <p>
* This class enhances the esthetic look of buttons.
* <p>
@@ -206,7 +206,7 @@
* <b>POST: </b>The powered by moby services image is returned in a label.
* <p>
*
- * @param cls -
+ * @param c -
* the class where program execution began.
*/
public static JLabel getMobyImage(Class c) {
===================================================================
RCS file: /home/repository/moby/moby-live/Java/src/main/org/biomoby/client/ui/graphical/applets/serviceInstanceCreationTool/NamespaceTree.java,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- /home/repository/moby/moby-live/Java/src/main/org/biomoby/client/ui/graphical/applets/serviceInstanceCreationTool/NamespaceTree.java 2005/04/07 16:42:27 1.1
+++ /home/repository/moby/moby-live/Java/src/main/org/biomoby/client/ui/graphical/applets/serviceInstanceCreationTool/NamespaceTree.java 2005/06/02 15:48:28 1.2
@@ -25,9 +25,9 @@
/**
* This class encapsulates everything that is needed to create the tree<p>
* representation of all the Services contained in the BioMoby Service Ontology.
- * @see http://biomoby.org
+ * @link http://biomoby.org
* @author Eddie Kawas
- * @May 31, 2004
+ * May 31, 2004
* <p>For questions, comments, or bugs
* <p>email me at edward.kawas at gmail.com
*/
@@ -50,7 +50,8 @@
* POST: A moby tree is constructed with the root node labeled as 'Namespace'<p>
* and the material for the tree taken from the RDF located at
* @link http://biomoby.org/RESOURCES/MOBY-S/Namespace
- * @param canEdit, if true, then the nodes are editable, else they are not.
+ * @param canEdit - if true, then the nodes are editable, else they are not.
+ * @param rdf - rdf for namespaces.
*/
public NamespaceTree(boolean canEdit, String rdf) {
@@ -92,7 +93,6 @@
/**
* PRE: None.<p>
* POST: The MobyTree Namespace contains an empty tree with a single node labeled 'Namespace'
- * @return - none.
*
*/
public void clear() {
@@ -103,7 +103,6 @@
/**
* PRE: A node other then the root node is selected.<p>
* POST: if a node has been selected, then it is removed, otherwise nothing happens.
- * @return - none.
*/
public void removeCurrentNode() {
TreePath currentSelection = tree.getSelectionPath();
@@ -124,7 +123,7 @@
* PRE: None.<p>
* POST: Child will be added to the tree at the root node or if a node is selected,<p>
* then the node will be added as a child of the selected node.
- * @param child, the object to insert into the tree.
+ * @param child - the object to insert into the tree.
* @return returns the newly inserted node.
*/
public DefaultMutableTreeNode addObject(Object child) {
@@ -216,7 +215,6 @@
* PRE: None.<p>
* POST: The tree will be refreshed to show all changes and user renamed.
* @param name the name for the root node in the tree.
- * @return - none.
*/
public void refreshTree(String name) {
if (!name.equals(""))
@@ -268,8 +266,6 @@
*
* PRE: None.<p>
* POST: The tree representation of the RDF taken from MobyCentral is created.
- * @param none.
- * @return nothing.
*
*/
public void makeObjectTree() {
===================================================================
RCS file: /home/repository/moby/moby-live/Java/src/main/org/biomoby/client/ui/graphical/applets/serviceInstanceCreationTool/ServiceTypeTree.java,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- /home/repository/moby/moby-live/Java/src/main/org/biomoby/client/ui/graphical/applets/serviceInstanceCreationTool/ServiceTypeTree.java 2005/04/07 16:42:27 1.1
+++ /home/repository/moby/moby-live/Java/src/main/org/biomoby/client/ui/graphical/applets/serviceInstanceCreationTool/ServiceTypeTree.java 2005/06/02 15:48:28 1.2
@@ -25,9 +25,9 @@
/**
* This class encapsulates everything that is needed to create the tree<p>
* representation of all the Services contained in the BioMoby Service Ontology.
- * @see http://biomoby.org
+ * @link http://biomoby.org
* @author Eddie Kawas
- * @May 31, 2004
+ * May 31, 2004
* <p>For questions, comments, or bugs
* <p>email me at edward.kawas at gmail.com
*
@@ -51,8 +51,8 @@
* POST: A moby tree is constructed with the root node labeled as 'Service'<p>
* and the material for the tree taken from the RDF located at
* @link http://biomoby.org/RESOURCES/MOBY-S/Service
- * @param canEdit, if true, then the nodes are editable, else they are not.
- * @param rdf, the location of the RDF for the service type tree.
+ * @param canEdit - if true, then the nodes are editable, else they are not.
+ * @param rdf - the location of the RDF for the service type tree.
*/
public ServiceTypeTree(boolean canEdit, String rdf) {
@@ -96,7 +96,6 @@
/**
* PRE: None.<p>
* POST: The MobyTree object contains an empty tree with a single node labeled 'Object'
- * @return - none.
*
*/
public void clear() {
@@ -107,7 +106,6 @@
/**
* PRE: A node other then the root node is selected.<p>
* POST: if a node has been selected, then it is removed, otherwise nothing happens.
- * @return - none.
*/
public void removeCurrentNode() {
TreePath currentSelection = tree.getSelectionPath();
@@ -128,7 +126,7 @@
* PRE: None.<p>
* POST: Child will be added to the tree at the root node or if a node is selected,<p>
* then the node will be added as a child of the selected node.
- * @param child, the object to insert into the tree.
+ * @param child - the object to insert into the tree.
* @return returns the newly inserted node.
*/
public DefaultMutableTreeNode addObject(Object child) {
@@ -220,7 +218,6 @@
* PRE: None.<p>
* POST: The tree will be refreshed to show all changes and user renamed.
* @param name the name for the root node in the tree.
- * @return - none.
*/
public void refreshTree(String name) {
if (!name.equals(""))
@@ -272,8 +269,6 @@
*
* PRE: None.<p>
* POST: The tree representation of the RDF taken from MobyCentral is created.
- * @param none.
- * @return nothing.
*
*/
public void makeObjectTree() {
===================================================================
RCS file: /home/repository/moby/moby-live/Java/src/main/org/biomoby/client/ui/graphical/applets/serviceInstanceCreationTool/Pair.java,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- /home/repository/moby/moby-live/Java/src/main/org/biomoby/client/ui/graphical/applets/serviceInstanceCreationTool/Pair.java 2005/04/07 16:42:27 1.1
+++ /home/repository/moby/moby-live/Java/src/main/org/biomoby/client/ui/graphical/applets/serviceInstanceCreationTool/Pair.java 2005/06/02 15:48:28 1.2
@@ -5,7 +5,7 @@
* This class contains the methods required to encapsulate<p> the container relationships
* 'HAS' and 'HASA' from the BioMoby Object Ontology.
* @author Eddie Kawas
- * @May 31, 2004
+ * May 31, 2004
* <p>For questions, comments, or bugs
* <p>email me at edward.kawas at gmail.com
*/
@@ -30,7 +30,6 @@
/**
* PRE: None.<p>
* POST: The article name is retrieved.
- * @param - none.
* @return the contained objects name
*/
public String getArticlename() {
@@ -40,7 +39,6 @@
/**
* PRE: None.<p>
* POST: The attribute is retrieved
- * @param - none.
* @return the contained objects attribute
*/
public String getAttribute() {
@@ -50,7 +48,6 @@
/**
* PRE: none.<p>
* POST: a String representation of a Pair is returned.
- * @param - none.
* @return returns the string representation of a pair.
*/
public String toString() {
More information about the MOBY-guts
mailing list