Liking cljdoc? Tell your friends :D

naga.schema.structs


Bodyclj/s


ConstraintDataclj/s


DynamicRulecljs



new-ruleclj/s≠

clj
(new-rule head body name)
(new-rule head body name downstream)
(new-rule head body name downstream salience)
(new-rule head body name downstream salience status execution-count)
cljs
(new-rule G__1656 G__1657 G__1658)
(new-rule G__1662 G__1663 G__1664 G__1665)
(new-rule G__1669 G__1670 G__1671 G__1672 G__1673)
(new-rule G__1677 G__1678 G__1679 G__1680 G__1681 G__1682 G__1683)

Inputs: ([head :- Head body :- Body name :- s/Str] [head :- Head body :- Body name :- s/Str downstream :- [RulePatternPair]] [head :- Head body :- Body name :- s/Str downstream :- [RulePatternPair] salience :- s/Num] [head :- Head body :- Body name :- s/Str downstream :- [RulePatternPair] salience :- s/Num status :- {EPVPattern (s/atom ConstraintData)} execution-count :- (s/atom s/Num)])

Inputs: ([head :- Head body :- Body name :- s/Str] [head :- Head body :- Body name :- s/Str downstream :- [RulePatternPair]] [head :- Head body :- Body name :- s/Str downstream :- [RulePatternPair] salience :- s/Num] [head :- Head body :- Body name :- s/Str downstream :- [RulePatternPair] salience :- s/Num status :- {EPVPattern (s/atom ConstraintData)} execution-count :- (s/atom s/Num)])
raw docstring

Programclj/s


Rulecljs


RulePatternPairclj/s


RunnableProgramclj/s


Statementclj/s


StatusMapclj/s


StatusMapEntryclj/s

Convenience for representing a single key/value pair in a StatusMap

Convenience for representing a single key/value pair in a StatusMap
raw docstring

strict-map->DynamicRuleclj/s≠

clj
(strict-map->DynamicRule m2310 & [drop-extra-keys?__681__auto__])
cljs
(strict-map->DynamicRule m1631 & [drop-extra-keys?__681__auto__])

Factory function for class DynamicRule, taking a map of keywords to field values. All keys are required, and no extra keys are allowed. Even faster than map->

Factory function for class DynamicRule, taking a map of keywords to field values.  All keys are required, and no extra keys are allowed.  Even faster than map->
raw docstring

strict-map->Ruleclj/s≠

clj
(strict-map->Rule m2238 & [drop-extra-keys?__681__auto__])
cljs
(strict-map->Rule m1609 & [drop-extra-keys?__681__auto__])

Factory function for class Rule, taking a map of keywords to field values. All keys are required, and no extra keys are allowed. Even faster than map->

Factory function for class Rule, taking a map of keywords to field values.  All keys are required, and no extra keys are allowed.  Even faster than map->
raw docstring

cljdoc is a website building & hosting documentation for Clojure/Script libraries

× close