Class: Ruleby::Core::NotPattern
- Inherits:
-
ObjectPattern
- Object
- Pattern
- ObjectPattern
- Ruleby::Core::NotPattern
- Defined in:
- lib/core/patterns.rb
Overview
This class represents a pattern that is looking for the absence of some object (rather than the existence of). In all respects, it is the same as an ObjectPattern, but it is handled differently by the inference engine.
Instance Attribute Summary
Attributes inherited from ObjectPattern
Method Summary
Methods inherited from ObjectPattern
#==, #head, #initialize, #to_s
Constructor Details
This class inherits a constructor from Ruleby::Core::ObjectPattern