Class: Udb::LogicNode::PairMintermsResult

Inherits:
T::Struct
  • Object
show all
Defined in:
lib/udb/logic.rb

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(new_group:, matched_mterms:)

Parameters:

  • new_group (Array<String>)
  • matched_mterms (Set<String>)


# File ''

Instance Attribute Details

#matched_mtermsSet<String> (readonly)

Returns the value of prop ‘matched_mterms`.

Returns:

  • (Set<String>)


# File ''

#new_groupArray<String> (readonly)

Returns the value of prop ‘new_group`.

Returns:

  • (Array<String>)


# File ''