Class: RTM::SesameTM

Inherits:
JavaTMAPI
  • Object
show all
Defined in:
lib/rtm/sesametm.rb

Instance Method Summary collapse

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