[MOBY-l] Registering with a HASA Long
Michael Jensen
mdjgf8 at mizzou.edu
Tue Mar 30 17:41:56 UTC 2004
Object Type Long does not exist in the biomoby.org Object Class system
When I try to register the following, I get the above error.
my $reg = $Central->registerObjectClass(
objectType => "Scored_acronym_string",
description => "Any text with a score or ranking associated, with
possible acronym for keyword",
contactEmail => 'michael at inblosam.com',
authURI => "www.inblosam.com",
Relationships => {
ISA => [
['Object', ''],
],
HASA => [
['String', 'acronym'],
['Object', 'string_component'],
['Long', 'score'],
]
}
);
Does this mean no one has registered Long before? It works if I use
Integer there, but I need Long.
-Michael Jensen
michael at inblosam.com
More information about the moby-l
mailing list