Class: ADSL::DS::DSCreateObjset

Inherits:
DSNode show all
Includes:
FOL
Defined in:
lib/adsl/ds/data_store_spec.rb,
lib/adsl/spass/spass_ds_extensions.rb

Instance Method Summary collapse

Methods inherited from DSNode

#list_entity_classes_read, #list_entity_classes_written_to, #replace, #replace_var

Instance Method Details

#prepare_action(translation) ⇒ Object



272
# File 'lib/adsl/spass/spass_ds_extensions.rb', line 272

def prepare_action(translation); end

#resolve_action_objset(translation, ps, var) ⇒ Object



274
275
276
# File 'lib/adsl/spass/spass_ds_extensions.rb', line 274

def resolve_action_objset(translation, ps, var)
  return @createobj.context_creation_link[ps, var]
end

#typeObject



122
123
124
# File 'lib/adsl/ds/data_store_spec.rb', line 122

def type
  @createobj.klass
end