Uses of Interface
org.jmanikin.core.World
| Package | Description |
|---|---|
| org.jmanikin.core |
Provides the core interfaces
|
| org.jmanikin.test |
Provides conformance tests
|
| org.jmanikin.world |
Provides basic World implementations
|
-
Uses of World in org.jmanikin.core
Classes in org.jmanikin.core with type parameters of type World Modifier and Type Interface Description interfaceValue<W extends World<W>,V>A Value correlates a value V with a World W that produced value V.static classValue.ValueImpl<W extends World<W>,V>Default implementation.interfaceWorld<W extends World<W>>A World is a 'memory' for (old) Objects and the entry point for sending Messages to Objects.Subinterfaces of World in org.jmanikin.core Modifier and Type Interface Description interfaceValue<W extends World<W>,V>A Value correlates a value V with a World W that produced value V.Classes in org.jmanikin.core that implement World Modifier and Type Class Description static classValue.ValueImpl<W extends World<W>,V>Default implementation. -
Uses of World in org.jmanikin.test
Classes in org.jmanikin.test with type parameters of type World Modifier and Type Class Description static classConformanceResult.WorldConformanceError<W extends World<W>>interfaceWorldTest<W extends World<W>>Fields in org.jmanikin.test declared as World Modifier and Type Field Description WConformanceResult.WorldConformanceError. worldMethods in org.jmanikin.test with type parameters of type World Modifier and Type Method Description static <W extends World<W>>
booleanWorldConformanceTest. check(W world) -
Uses of World in org.jmanikin.world
Classes in org.jmanikin.world that implement World Modifier and Type Class Description classSimpleWorldA SimpleWorld provides a (mutable!) World implementation that still conforms to Manikin's minimum semantics.