|
Version: 1.1.1 | |||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use MobyPrimaryDataSimple | |
---|---|
ca.ucalgary.seahawk.services | |
ca.ucalgary.seahawk.util | |
org.biomoby.client | The components used for developing Moby clients. |
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 MobyPrimaryDataSimple in ca.ucalgary.seahawk.services |
---|
Methods in ca.ucalgary.seahawk.services that return MobyPrimaryDataSimple | |
---|---|
static MobyPrimaryDataSimple |
TextClient.getObjectConsumed(URL ruleSource,
String ruleURI,
Registry reg)
Convenience method to backtrack from a mapping rule to the Moby datatype it consumes. |
static MobyPrimaryDataSimple |
MobyClient.getObjectProduced(URL ruleSource,
String ruleURI,
Registry reg)
Convenience method to backtrack from a mapping rule to the Moby datatype it produces. |
Uses of MobyPrimaryDataSimple in ca.ucalgary.seahawk.util |
---|
Subclasses of MobyPrimaryDataSimple 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
|
Uses of MobyPrimaryDataSimple in org.biomoby.client |
---|
Methods in org.biomoby.client with parameters of type MobyPrimaryDataSimple | |
---|---|
static DataServiceEdge[] |
ServiceConnections.findEndingEdges(MobyPrimaryDataSimple targetData,
MobyDataType[] dataTypes,
MobyService[] services)
|
static DataServiceEdge[] |
ServiceConnections.findStartingEdges(MobyPrimaryDataSimple sourceData,
MobyDataType[] dataTypes,
MobyService[] services)
|
Uses of MobyPrimaryDataSimple in org.biomoby.shared |
---|
Methods in org.biomoby.shared that return MobyPrimaryDataSimple | |
---|---|
MobyPrimaryDataSimple |
MobyPrimaryDataSimple.clone()
|
MobyPrimaryDataSimple[] |
MobyPrimaryDataSet.getElements()
|
Methods in org.biomoby.shared with parameters of type MobyPrimaryDataSimple | |
---|---|
void |
MobyPrimaryDataSet.addElement(MobyPrimaryDataSimple value)
|
void |
MobyPrimaryDataSet.setElements(MobyPrimaryDataSimple[] value)
|
Uses of MobyPrimaryDataSimple in org.biomoby.shared.data |
---|
Subclasses of MobyPrimaryDataSimple 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 |
MobyDataObjectVector
This class is primarily intended for use by MobyDataComposite to represent Object members in the HAS (1-to-many) relationship. |
class |
MobyDataString
A class representing a MOBY String primitive. |
class |
MobyDataXref
Note: This class has not been thoroughly tested. |
Methods in org.biomoby.shared.data that return MobyPrimaryDataSimple | |
---|---|
MobyPrimaryDataSimple[] |
MobyDataObjectSetSAI.getElements()
|
MobyPrimaryDataSimple[] |
MobyDataObjectSet.getElements()
|
|
Version: 1.1.1 | |||||||||
PREV NEXT | FRAMES NO FRAMES |