MCPcopy Create free account
hub / github.com/SoarGroup/Soar / Wme

Interface Wme

Java/SMLJava/src/main/java/edu/umich/soar/Wme.java:11–18  ·  view source on GitHub ↗

Simple interface for simple wrappers for valued working memory elements in SML. These wrappers are slightly more convenient to work with than the default SML valued elements. @author Jonathan Voigt

Source from the content-addressed store, hash-verified

9 *
10 */
11public interface Wme
12{
13 /**
14 * Remove the working memory element from memory. It is legal to call
15 * update() later to set a new value.
16 */
17 public void destroy();
18}

Callers

nothing calls this directly

Implementers 4

StringWmeJava/SMLJava/src/main/java/edu/umich/s
IntWmeJava/SMLJava/src/main/java/edu/umich/s
FloatWmeJava/SMLJava/src/main/java/edu/umich/s
aligned_allocatorCore/SVS/eigen/Eigen/src/Core/util/Mem

Calls

no outgoing calls

Tested by

no test coverage detected