|
Version: 1.1.1 | |||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use org.biomoby.shared.data | |
|---|---|
| ca.ucalgary.seahawk.gui | Seahawk is a graphical MOBY client that can be used standalone, or easily embedded in another Java application. |
| ca.ucalgary.seahawk.services | |
| ca.ucalgary.seahawk.util | |
| ca.ucalgary.services | |
| ca.ucalgary.services.util | |
| org.biomoby.client | The components used for developing Moby clients. |
| org.biomoby.service | It contains general components that can be used by those writing code for Moby services. |
| org.biomoby.service.test | |
| 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. |
| org.biomoby.shared.datatypes | The package org.biomoby.shared.datatypes contains containers
for basic Biomoby data types (a basic parent class MobyObject and all Biomoby primitive
types). |
| org.biomoby.shared.parser | The package org.biomoby.shared.parser contains classes for parsing Biomoby data from an XML format (a Biomoby XML envelope) into Java objects, and back to XML. |
| Classes in org.biomoby.shared.data used by ca.ucalgary.seahawk.gui | |
|---|---|
| MobyContentInstance
This class represents the data package sent back and forth between clients and servers. |
|
| MobyDataInstance
A convenience interface for passing arrays of instance data around without needing to type cast. |
|
| MobyDataJob
Groups together the primary and secondary data corresponding to a MOBY XML "mobyData" block, i.e. |
|
| MobyDataObject
A class representing a base MOBY object (i.e. just a namespace and id) that has been instantiated. |
|
| MobyDataObjectSet
This class adds to MobyPrimaryDataSet the ability to get and set instantiated MOBY objects. |
|
| MobyDataSecondaryInstance
A class that holds and displays secondary input data to a service. |
|
| Classes in org.biomoby.shared.data used by ca.ucalgary.seahawk.services | |
|---|---|
| MobyDataInstance
A convenience interface for passing arrays of instance data around without needing to type cast. |
|
| MobyDataObject
A class representing a base MOBY object (i.e. just a namespace and id) that has been instantiated. |
|
| MobyDataObjectSet
This class adds to MobyPrimaryDataSet the ability to get and set instantiated MOBY objects. |
|
| MobyDataServiceAssocInstance
This interface defines a data instance that has already had remote MOBY services associated with it, probably through a call to MOBY central. |
|
| MobyServiceException
|
|
| Classes in org.biomoby.shared.data used by ca.ucalgary.seahawk.util | |
|---|---|
| MobyContentInstance
This class represents the data package sent back and forth between clients and servers. |
|
| 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. |
|
| MobyDataInstance
A convenience interface for passing arrays of instance data around without needing to type cast. |
|
| MobyDataJob
Groups together the primary and secondary data corresponding to a MOBY XML "mobyData" block, i.e. |
|
| MobyDataObject
A class representing a base MOBY object (i.e. just a namespace and id) that has been instantiated. |
|
| MobyDataObjectSAI
A convenience class that just associates a set of possible services to run with a data instance. |
|
| MobyDataObjectSet
This class adds to MobyPrimaryDataSet the ability to get and set instantiated MOBY objects. |
|
| MobyDataObjectSetSAI
A convenience class that just associates a set of possible services to run with a data collection. |
|
| MobyDataServiceAssocInstance
This interface defines a data instance that has already had remote MOBY services associated with it, probably through a call to MOBY central. |
|
| Classes in org.biomoby.shared.data used by ca.ucalgary.services | |
|---|---|
| MobyDataJob
Groups together the primary and secondary data corresponding to a MOBY XML "mobyData" block, i.e. |
|
| Classes in org.biomoby.shared.data used by ca.ucalgary.services.util | |
|---|---|
| MobyDataInstance
A convenience interface for passing arrays of instance data around without needing to type cast. |
|
| Classes in org.biomoby.shared.data used by org.biomoby.client | |
|---|---|
| MobyContentInstance
This class represents the data package sent back and forth between clients and servers. |
|
| MobyDataInstance
A convenience interface for passing arrays of instance data around without needing to type cast. |
|
| MobyDataSecondaryInstance
A class that holds and displays secondary input data to a service. |
|
| Classes in org.biomoby.shared.data used by org.biomoby.service | |
|---|---|
| MobyContentInstance
This class represents the data package sent back and forth between clients and servers. |
|
| MobyDataJob
Groups together the primary and secondary data corresponding to a MOBY XML "mobyData" block, i.e. |
|
| Classes in org.biomoby.shared.data used by org.biomoby.service.test | |
|---|---|
| MobyDataJob
Groups together the primary and secondary data corresponding to a MOBY XML "mobyData" block, i.e. |
|
| Classes in org.biomoby.shared.data used by org.biomoby.shared | |
|---|---|
| MobyDataObject
A class representing a base MOBY object (i.e. just a namespace and id) that has been instantiated. |
|
| Classes in org.biomoby.shared.data used by org.biomoby.shared.data | |
|---|---|
| MobyContentInstance
This class represents the data package sent back and forth between clients and servers. |
|
| MobyDataBoolean
A class representing a MOBY Boolean primitive. |
|
| 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. |
|
| MobyDataDateTime
A class representing a MOBY DateTime, which is a primitive in MOBY. |
|
| MobyDataFloat
A class representing a MOBY Float primitive. |
|
| MobyDataInstance
A convenience interface for passing arrays of instance data around without needing to type cast. |
|
| MobyDataInt
A class representing a MOBY Integer primitive. |
|
| MobyDataJob
Groups together the primary and secondary data corresponding to a MOBY XML "mobyData" block, i.e. |
|
| MobyDataObject
A class representing a base MOBY object (i.e. just a namespace and id) that has been instantiated. |
|
| MobyDataObjectSAI
A convenience class that just associates a set of possible services to run with a data instance. |
|
| MobyDataObjectSet
This class adds to MobyPrimaryDataSet the ability to get and set instantiated MOBY objects. |
|
| MobyDataSecondaryInstance
A class that holds and displays secondary input data to a service. |
|
| MobyDataServiceAssocInstance
This interface defines a data instance that has already had remote MOBY services associated with it, probably through a call to MOBY central. |
|
| MobyDataString
A class representing a MOBY String primitive. |
|
| MobyDataXref
Note: This class has not been thoroughly tested. |
|
| MobyProvisionInfo
Class to hold data corresponginf to the MOBY PIB. |
|
| Classes in org.biomoby.shared.data used by org.biomoby.shared.datatypes | |
|---|---|
| MobyProvisionInfo
Class to hold data corresponginf to the MOBY PIB. |
|
| Classes in org.biomoby.shared.data used by org.biomoby.shared.parser | |
|---|---|
| MobyProvisionInfo
Class to hold data corresponginf to the MOBY PIB. |
|
|
Version: 1.1.1 | |||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||