Class: URI
Defined in: | web-src/coffee/model/uris/uri.coffee |
Inherits: | model.Namespaces |
Overview
A Class from our model UML diagram.
Instance Method Summary
- # (void) init_uri() URIs are initialised with default ontology prefix and url
- # (void) refresh_uri()
- # (void) set_nspace_obj()
- # (void) set_URI(strn)
- # (void) set_name(name)
- # (void) set_prefix(prefix)
- # (void) set_url(url)
- # (void) get_name_uri()
- # (void) get_prefix_uri()
- # (void) get_url_uri()
- # (void) get_fullname()
- # (void) get_prefixedname()
Constructor Details
#
(void)
constructor()
Instance Method Details
#
(void)
init_uri()
URIs are initialised with default ontology prefix and url
#
(void)
refresh_uri()
#
(void)
set_nspace_obj()
#
(void)
set_URI(strn)
#
(void)
set_name(name)
#
(void)
set_prefix(prefix)
#
(void)
set_url(url)
#
(void)
get_name_uri()
#
(void)
get_prefix_uri()
#
(void)
get_url_uri()
#
(void)
get_fullname()
#
(void)
get_prefixedname()