org.biomoby.client.taverna.plugin
Class BiomobyScavenger

java.lang.Object
  extended by javax.swing.tree.DefaultMutableTreeNode
      extended by org.embl.ebi.escience.scuflui.workbench.Scavenger
          extended by org.biomoby.client.taverna.plugin.BiomobyScavenger
All Implemented Interfaces:
java.io.Serializable, java.lang.Cloneable, javax.swing.tree.MutableTreeNode, javax.swing.tree.TreeNode

public class BiomobyScavenger
extends Scavenger

A Scavenger that knows how to get all the Biomoby services from a specified Biomoby Central Registry.

Version:
$Id: BiomobyScavenger.java,v 1.7 2008/09/05 14:34:41 edwardkawas Exp $
Author:
Martin Senger
See Also:
Serialized Form

Field Summary
 
Fields inherited from class javax.swing.tree.DefaultMutableTreeNode
EMPTY_ENUMERATION
 
Constructor Summary
BiomobyScavenger(java.lang.String base)
          constructor that taverna's init uses
BiomobyScavenger(java.lang.String base, java.lang.String uri)
          constructor that taverna's init uses
 
Method Summary
 BiomobyScavengerWorker getScavengerWorker()
           
 boolean isShowAliveOnly()
           
 void setShowAliveOnly(boolean showAliveOnly)
           
 
Methods inherited from class javax.swing.tree.DefaultMutableTreeNode
add, breadthFirstEnumeration, children, clone, depthFirstEnumeration, getAllowsChildren, getChildAfter, getChildAt, getChildBefore, getChildCount, getDepth, getFirstChild, getFirstLeaf, getIndex, getLastChild, getLastLeaf, getLeafCount, getLevel, getNextLeaf, getNextNode, getNextSibling, getParent, getPath, getPreviousLeaf, getPreviousNode, getPreviousSibling, getRoot, getSharedAncestor, getSiblingCount, getUserObject, getUserObjectPath, insert, isLeaf, isNodeAncestor, isNodeChild, isNodeDescendant, isNodeRelated, isNodeSibling, isRoot, pathFromAncestorEnumeration, postorderEnumeration, preorderEnumeration, remove, remove, removeAllChildren, removeFromParent, setAllowsChildren, setParent, setUserObject, toString
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

BiomobyScavenger

public BiomobyScavenger(java.lang.String base)
                 throws ScavengerCreationException
constructor that taverna's init uses

Throws:
ScavengerCreationException

BiomobyScavenger

public BiomobyScavenger(java.lang.String base,
                        java.lang.String uri)
                 throws ScavengerCreationException
constructor that taverna's init uses

Throws:
ScavengerCreationException
Method Detail

getScavengerWorker

public BiomobyScavengerWorker getScavengerWorker()
Returns:
the helper

isShowAliveOnly

public boolean isShowAliveOnly()
Returns:
the showAliveOnly

setShowAliveOnly

public void setShowAliveOnly(boolean showAliveOnly)
Parameters:
showAliveOnly - the showAliveOnly to set