enter image description hereProblems:
java.lang.Error: Unresolved compilation problem:
shapeBody cannot be resolved
Error during model startup:
Unresolved compilation problem:
shapeBody cannot be resolved
at market.Consumer.enterState(Consumer.java:270)
at market.Consumer.executeActionOf(Consumer.java:200)
at com.anylogic.engine.Statechart.start(Unknown Source)
at market.Consumer.doStart(Consumer.java:510)
at com.anylogic.engine.Agent.startAsEmbedded(Unknown Source)
at market.Main.doStart(Main.java:444)
at com.anylogic.engine.Agent.startAsEmbedded(Unknown Source)
at com.anylogic.engine.Agent.start(Unknown Source)
at com.anylogic.engine.Engine.start(Unknown Source)
at com.anylogic.engine.ExperimentSimulation.c(Unknown Source)
at com.anylogic.engine.ExperimentSimulation.run(Unknown Source)
at com.anylogic.engine.ExperimentSimulation.l(Unknown Source)
at com.anylogic.engine.internal.c$c.run(Unknown Source)
i trird change “shapeBody” to “Consumer”
also tried add anndd remove “;” in entry action box
so please help me
New contributor
Abdo Elaneizi is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.