Class: ADSL::DS::DSEmpty
- 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
921
922
923
924
925
926
927
928
|
# File 'lib/adsl/spass/spass_ds_extensions.rb', line 921
def resolve_invariant_formula(translation)
translation.reserve_names :temp do |temp|
return FOL::ForAll.new(temp, FOL::Implies.new(
translation.invariant_state[temp],
FOL::Not.new(@objset.resolve_invariant_objset(translation, temp))
))
end
end
|
286
287
288
|
# File 'lib/adsl/ds/data_store_spec.rb', line 286
def type
:formula
end
|