Version: 1.1.1

org.biomoby.registry.definitions.types
Interface JObjectsI

All Known Implementing Classes:
JObjectsSqlImpl

public interface JObjectsI

Author:
Eddie Interface that specifies the methods to implement for use by the types script

Method Summary
 String getObjects()
          method that returns the various object types, object relationship, object type that this relationship is with, the articlename (if it exists), and description, all tab-delimited.
 String[][] getObjectsAsArray()
          method that returns the various object types, object relationship, object type that this relationship is with, the articlename (if it exists), and description, all tab-delimited.
 

Method Detail

getObjects

String getObjects()
method that returns the various object types, object relationship, object type that this relationship is with, the articlename (if it exists), and description, all tab-delimited.

PRE:None.

POST:A string containing the various object types, object relationship, object type that this relationship is with, the articlename (if it exists), and description, all tab-delimited.

Returns:
- A string containing the various object types, object relationship, object type that this relationship is with, the articlename (if it exists), and description, all tab-delimited.

getObjectsAsArray

String[][] getObjectsAsArray()
method that returns the various object types, object relationship, object type that this relationship is with, the articlename (if it exists), and description, all tab-delimited.

PRE:None.

POST:A string array containing sub string arrays containing the various object types, object relationship, object type that this relationship is with, the articlename (if it exists), and description, all tab-delimited.

Example of the structure that is returned: [[object type, relationship type, object type relationship is with, articlename, description of the object type]]

note that articlename may not be applicable to all relationship types

Returns:
A string array, with each item in the array being another string array containing an object type, object relationship, object type that this relationship is with, the articlename (if it exists), and description, all tab-delimited.

Version: 1.1.1

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