Liking cljdoc? Tell your friends :D

naga.schema.structs


Bodyclj/s

source

ConstraintDataclj/s

source

DynamicRulecljs

source

source

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__1474 G__1475 G__1476)
(new-rule G__1480 G__1481 G__1482 G__1483)
(new-rule G__1487 G__1488 G__1489 G__1490 G__1491)
(new-rule G__1495 G__1496 G__1497 G__1498 G__1499 G__1500 G__1501)

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)])
sourceraw docstring

Programclj/s

source

Rulecljs

source

RulePatternPairclj/s

source

RunnableProgramclj/s

source

Statementclj/s

source

StatusMapclj/s

source

StatusMapEntryclj/s

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

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

strict-map->DynamicRuleclj/s≠

clj
(strict-map->DynamicRule m2293 & [drop-extra-keys?__690__auto__])
cljs
(strict-map->DynamicRule m1454 & [drop-extra-keys?__690__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->
sourceraw docstring

strict-map->Ruleclj/s≠

clj
(strict-map->Rule m2221 & [drop-extra-keys?__690__auto__])
cljs
(strict-map->Rule m1437 & [drop-extra-keys?__690__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->
sourceraw docstring

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

× close