python (65.1k questions)
javascript (44.2k questions)
reactjs (22.7k questions)
java (20.8k questions)
c# (17.4k questions)
html (16.3k questions)
r (13.7k questions)
android (12.9k questions)
How to pass a parameter in defrule function? CLIPS
I am new of CLIPS, thanks for your help.
THE ISSUE:
If I have below template:
(deftemplate user
(slot id (type INTEGER))
(slot firstname (type STRING))
(slot lastname (type STRING))
(slot user...
Valerio Panzera
Votes: 0
Answers: 1
Publish jar to maven local and use this dependency in root project
Update
I would like to use external library that is not available on maven repository.
Currently, I have subproject called libs and within CLIPSJNI.jar
In Gradle.build of root project I declare depend...
Tchorzyksen
Votes: 0
Answers: 0
CLIPS program testing strings
Trying to ask for a star's spectral class and return those that meet the requirement. I am getting a syntax error in my p1 rule.
(deftemplate star
(slot name)
(slot spectral)
(slot magnitude)...
Qdibs
Votes: 0
Answers: 1
How normalize case sensitive input using read in CLIPS?
I am a beginner in CLIPS. I need to interact with the user using read function. My problem is if the user says Yes is different to YES and to yes.
I was looking a long time in the documentation but I ...
renton01
Votes: 0
Answers: 1