Uses of Interface
org.jmanikin.core.Value
| Package | Description |
|---|---|
| org.jmanikin.core |
Provides the core interfaces
|
| org.jmanikin.world |
Provides basic World implementations
|
-
Uses of Value in org.jmanikin.core
Classes in org.jmanikin.core that implement Value Modifier and Type Class Description static classValue.ValueImpl<W extends World<W>,V>Default implementation.Methods in org.jmanikin.core that return Value Modifier and Type Method Description <O> Value<W,O>Value.ValueImpl. obj(Id<? extends O> id)<O> Value<W,O>World. obj(Id<? extends O> id)Returns the current Object O value, given an id.<O> Value<W,O>Value.ValueImpl. old(Id<? extends O> id)<O> Value<W,O>World. old(Id<? extends O> id)Returns the old Object O value, given an id.<I extends Id<O>, O, E>
Value<W,E>Value.ValueImpl. send(I id, Message<I,O,E> msg)<I extends Id<O>, O, E>
Value<W,E>World. send(I id, Message<I,O,E> msg)Returns the effect Value E, after sending a Message to Object O, given an Object identifier. -
Uses of Value in org.jmanikin.world
Methods in org.jmanikin.world that return Value Modifier and Type Method Description <O> Value<SimpleWorld,O>SimpleWorld. obj(Id<? extends O> id)<O> Value<SimpleWorld,O>SimpleWorld. old(Id<? extends O> id)<I extends Id<O>, O, E>
Value<SimpleWorld,E>SimpleWorld. send(I id, Message<I,O,E> message)