Version: 1.1.1

Uses of Class
org.biomoby.shared.MobyData

Packages that use MobyData
ca.ucalgary.seahawk.util   
org.biomoby.service.dashboard   
org.biomoby.shared It contains components that are used from more than one (other) packages. 
org.biomoby.shared.data The package org.biomoby.shared.data allows you to easily build MOBY data instances for sending to services, or querying the registry. 
 

Uses of MobyData in ca.ucalgary.seahawk.util
 

Subclasses of MobyData in ca.ucalgary.seahawk.util
 class MobyDataObjectDeferred
          A class that pretends it's a real moby data instance, but is actually a deferred list of data instances that should be submitted en-masse to services.
 class MobyDataObjectDeferredSAI
           
 class MobyDataObjectSetDeferred
          A class that pretends it's a real moby data collection instance, but is actually a deferred list of data collection instances that should be submitted en-masse to services.
 class MobyDataObjectSetDeferredSAI
           
 

Uses of MobyData in org.biomoby.service.dashboard
 

Methods in org.biomoby.service.dashboard with parameters of type MobyData
 void CommonDataTable.setData(MobyData[] newData)
           
 void DeploymentTable.setData(MobyData[] newData)
          Ignored.
 

Uses of MobyData in org.biomoby.shared
 

Subclasses of MobyData in org.biomoby.shared
 class MobyPrimaryData
          A container representing primary (both input and output) data as they are registered by services.
 class MobyPrimaryDataSet
          A container representing a way how a named collection of various primary data types is used in a service.
 class MobyPrimaryDataSimple
          A container representing a way how various primary data types are used in a service.
 class MobySecondaryData
          A container representing a way how various secondary data types are used in a service.
 

Methods in org.biomoby.shared that return MobyData
abstract  MobyData MobyData.clone()
          Must be overwritten by a subclass.
 

Methods in org.biomoby.shared with parameters of type MobyData
 void MobyService.addInput(MobyData value)
           
 void MobyService.addOutput(MobyData value)
          Adds an output parameter to the service.
 void MobyService.removeInput(MobyData value)
           
 void MobyService.removeOutput(MobyData value)
           
 void MobyService.setInputs(MobyData[] value)
          Adds an array of input parameter to the service.
 void MobyService.setOutputs(MobyData[] value)
          Adds an array of output parameter to the service.
 

Uses of MobyData in org.biomoby.shared.data
 

Subclasses of MobyData in org.biomoby.shared.data
 class MobyDataBoolean
          A class representing a MOBY Boolean primitive.
 class MobyDataBytes
          A convenience class generally intended for the transmission of binary data that will be Base64 encoded to fit in the MOBY XML envelope.
 class MobyDataComposite
          This is the class that represents any non-primitive object instance (i.e. anything except object, boolean, integer, float, date-time, or string) from the MOBY data type ontology.
 class MobyDataDateTime
          A class representing a MOBY DateTime, which is a primitive in MOBY.
 class MobyDataFloat
          A class representing a MOBY Float primitive.
 class MobyDataInt
          A class representing a MOBY Integer primitive.
 class MobyDataObject
          A class representing a base MOBY object (i.e. just a namespace and id) that has been instantiated.
 class MobyDataObjectSAI
          A convenience class that just associates a set of possible services to run with a data instance.
 class MobyDataObjectSet
          This class adds to MobyPrimaryDataSet the ability to get and set instantiated MOBY objects.
 class MobyDataObjectSetSAI
          A convenience class that just associates a set of possible services to run with a data collection.
 class MobyDataObjectVector
          This class is primarily intended for use by MobyDataComposite to represent Object members in the HAS (1-to-many) relationship.
 class MobyDataSecondaryInstance
          A class that holds and displays secondary input data to a service.
 class MobyDataString
          A class representing a MOBY String primitive.
 class MobyDataXref
          Note: This class has not been thoroughly tested.
 


Version: 1.1.1

Submit a bug or feature
Generated: Sat May 29 04:26:35 EDT 2010