Class: Tensai::Pddl::Predicate
- Inherits:
-
Object
- Object
- Tensai::Pddl::Predicate
- Defined in:
- lib/tensai/pddl/predicate.rb
Overview
Predicate in a planning domain
Instance Method Summary collapse
-
#initialize(name, **options) ⇒ Predicate
constructor
TODO: Remove once dry-initializer fixes check of unknown positional elements.
Constructor Details
#initialize(name, **options) ⇒ Predicate
TODO: Remove once dry-initializer fixes check of unknown positional elements
17 18 19 |
# File 'lib/tensai/pddl/predicate.rb', line 17 def initialize(name, **) super name, ** end |