Class: Crdf_Property
- Inherits:
-
Crdf_Resource
- Object
- Crdf_Resource
- Crdf_Property
- Includes:
- Mrdf_Property
- Defined in:
- lib/ontomde-core/bootstrap_rdfs.rb
Constant Summary
Constants inherited from Crdf_Resource
Crdf_Resource::VALID_RDF_URI_REGEXP
Constants included from Mmtk_helper
Mmtk_helper::MTK_WRITE_SESSION_FILE_NAMES, Mmtk_helper::NOREVERSE, Mmtk_helper::REVERSE, Mmtk_helper::TEMP_FILE_SUFFIX, Mmtk_helper::WITHOUT_MARKER
Instance Attribute Summary collapse
-
#rdfs_domain ⇒ Object
readonly
Returns the value of attribute rdfs_domain.
-
#rdfs_range ⇒ Object
readonly
Returns the value of attribute rdfs_range.
-
#sys_inverseProperty ⇒ Object
readonly
Returns the value of attribute sys_inverseProperty.
Attributes inherited from Crdf_Resource
#nbrItem, #rdf_Repository, #rdf_type, #rdfs_label, #uri
Attributes included from Mmtk_helper
Method Summary
Methods inherited from Crdf_Resource
#check_rdfType, #core_set, #createEmptyAttributeValue, #createRubyClass, #createRubyClassMinimal, #forceReset!, #force_rdf_Repository=, #freeCacheGetRubyName, #getRubyAttributeDefinition, #getRubyClassName, #getRubyModuleName, #getRubyName, #getRubyNameInverse, #initialize, #isBootstrap?, #isResetable?, #method_missing, #mtk_hello, #nbrItem_org, #rdf_getter_inv, #rdf_getter_one, #rdf_uri, #rdf_uri=, #rdfs_subClassOfRecursive, #set, #set_rdfIsRelated, #to_s, #to_yaml
Methods included from Mrdf_Resource
#context, #dotId, #dump, #log_error_nil_one, #mtk_context, #mtk_default_context, #mtk_object_message, #mtk_related_message, #rdfx_clone, #rdfx_copyOnClone?
Methods included from Mmtk_helper
#encloseWrite, #mtk_annotation, #mtk_autoNewFileCreationCheck, #mtk_out, #mtk_protected, #mtk_qualifyBlockURI, #mtk_retrieveProtected, #mtk_shouldAlreadyBeenReversed, #mtk_sprotected, #mtk_stringWriteSession, #mtk_stss, #mtk_wprotected, #mtk_writeSession, #mtk_writeSessionNameClashErrorDetection, #notifyFileGenerated, #write
Constructor Details
This class inherits a constructor from Crdf_Resource
Dynamic Method Handling
This class handles dynamic methods through the method_missing method in the class Crdf_Resource
Instance Attribute Details
#rdfs_domain ⇒ Object (readonly)
Returns the value of attribute rdfs_domain.
23 24 25 |
# File 'lib/ontomde-core/bootstrap_rdfs.rb', line 23 def rdfs_domain @rdfs_domain end |
#rdfs_range ⇒ Object (readonly)
Returns the value of attribute rdfs_range.
23 24 25 |
# File 'lib/ontomde-core/bootstrap_rdfs.rb', line 23 def rdfs_range @rdfs_range end |
#sys_inverseProperty ⇒ Object (readonly)
Returns the value of attribute sys_inverseProperty.
24 25 26 |
# File 'lib/ontomde-core/bootstrap_rdfs.rb', line 24 def sys_inverseProperty @sys_inverseProperty end |