Class: RTM::SesameTM
- Inherits:
-
JavaTMAPI
- Object
- JavaTMAPI
- RTM::SesameTM
- Defined in:
- lib/rtm/sesametm.rb
Instance Method Summary collapse
-
#initialize(*args) ⇒ SesameTM
constructor
A new instance of SesameTM.
Constructor Details
#initialize(*args) ⇒ SesameTM
Returns a new instance of SesameTM.
17 18 19 20 21 22 23 |
# File 'lib/rtm/sesametm.rb', line 17 def initialize(*args) super set_tmsf(Java::DeTopicmapslabSesametmCreganCore::CTopicMapSystemFactory.new) set_properties(@params[:properties]) set_features(@params[:features]) create_system end |