| Package | Description |
|---|---|
| org.leialearns.bridge |
Provides a factory with supporting classes that generates implementations of a logical interface whose methods are
delegated to various helper objects on both sides of an abstraction separation.
|
| org.leialearns.graph.interaction | |
| org.leialearns.graph.model | |
| org.leialearns.graph.session | |
| org.leialearns.graph.structure | |
| org.leialearns.logic.interaction |
Defines objects that are closely related to the symbols that are exchanged between the LEIA
library and its environment.
|
| org.leialearns.logic.model | |
| org.leialearns.logic.structure |
Defines the objects that describes the common tree structure of interaction histories that underlies the
model versions of an instance of the LEIA database.
|
| Modifier and Type | Interface and Description |
|---|---|
interface |
FarObject<NT>
Marker interface to signify that this type of object can be used as a far object in the context of a
bridge instance.
|
interface |
NearIterable<NT>
Provides an iterable with a few convenience methods.
|
| Modifier and Type | Class and Description |
|---|---|
class |
BaseNearIterable<NT>
Convenience class that can be used as a super class for classes that implement
NearIterable. |
| Modifier and Type | Class and Description |
|---|---|
class |
AlphabetDTO |
class |
DirectedSymbolDTO |
class |
InteractionContextDTO |
class |
SymbolDTO |
| Modifier and Type | Class and Description |
|---|---|
class |
CountedDTO |
class |
CounterDTO |
class |
CounterUpdateDTO |
class |
EstimateDTO |
class |
ExpectedDTO |
class |
FractionBaseDTO |
class |
FractionEstimateDTO |
class |
FractionOracleDTO |
class |
ObservedDTO |
class |
ToggledDTO |
class |
VersionDTO |
| Modifier and Type | Class and Description |
|---|---|
class |
RootDTO |
class |
SessionDTO |
| Modifier and Type | Class and Description |
|---|---|
class |
NodeDTO |
class |
StructureDTO |
| Modifier and Type | Interface and Description |
|---|---|
static interface |
Alphabet.Iterable
Represents a
NearIterable that returns alphabet items. |
static interface |
DirectedSymbol.Iterable
Represents a
NearIterable that returns directed symbol items. |
static interface |
Symbol.Iterable
Represents a
NearIterable that returns symbol items. |
| Modifier and Type | Interface and Description |
|---|---|
static interface |
Counter.Iterable |
static interface |
Estimate.Iterable |
static interface |
Fraction.Iterable |
static interface |
Version.Iterable |
| Modifier and Type | Interface and Description |
|---|---|
static interface |
Node.Iterable
Represents a
NearIterable that returns node items. |
Copyright © 2013. All Rights Reserved.