Reputation: 1
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
Upvotes: -2
Views: 37
Reputation: 9431
You are using ":" instead of "=" it seems.. but it's uncertain if these variables you are using even exist... I don't see them defined.
Upvotes: 1