Class: Bparity::Formal::LearnedModel

Inherits:
Struct
  • Object
show all
Defined in:
lib/bparity/formal/lts.rb

Instance Attribute Summary collapse

Instance Attribute Details

#algorithmObject

Returns the value of attribute algorithm

Returns:

  • (Object)

    the current value of algorithm



88
89
90
# File 'lib/bparity/formal/lts.rb', line 88

def algorithm
  @algorithm
end

#completeObject

Returns the value of attribute complete

Returns:

  • (Object)

    the current value of complete



88
89
90
# File 'lib/bparity/formal/lts.rb', line 88

def complete
  @complete
end

#ltsObject

Returns the value of attribute lts

Returns:

  • (Object)

    the current value of lts



88
89
90
# File 'lib/bparity/formal/lts.rb', line 88

def lts
  @lts
end

#query_countObject

Returns the value of attribute query_count

Returns:

  • (Object)

    the current value of query_count



88
89
90
# File 'lib/bparity/formal/lts.rb', line 88

def query_count
  @query_count
end