Class: ADSL::DS::DSEmptyObjset

Inherits:
DSNode show all
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



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

def prepare_action(translation)
end

#resolve_action_objset(translation, ps, var) ⇒ Object



792
793
794
795
# File 'lib/adsl/spass/spass_ds_extensions.rb', line 792

def resolve_action_objset(translation, ps, var)
  # nothing is in the objset
  return false
end

#resolve_invariant_objset(translation, var) ⇒ Object



797
798
799
# File 'lib/adsl/spass/spass_ds_extensions.rb', line 797

def resolve_invariant_objset(translation, var)
  return false
end

#typeObject



239
240
241
# File 'lib/adsl/ds/data_store_spec.rb', line 239

def type
  nil
end