| 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 | |
| org.leialearns.graph.interaction | |
| org.leialearns.graph.model | |
| org.leialearns.graph.session | |
| org.leialearns.graph.structure |
| Modifier and Type | Method and Description |
|---|---|
static <FT extends FarObject<NT>,NT> |
Static.getFarObject(NT nearObject,
Class<FT> farType)
Returns the far object that corresponds to the given near object in a type safe way.
|
| Modifier and Type | Method and Description |
|---|---|
FarObject<?> |
BridgeFacets.getFarObject()
Returns the far object of this bridge instance
|
static FarObject<?> |
Static.getFarObject(Object nearObject)
Returns the far object that corresponds to the given near object.
|
| Constructor and Description |
|---|
BridgeFacets(FarObject<?> farObject,
BridgeFactory bridgeFactory,
Map<Integer,Object> helpers)
Creates a new
BridgeFacets object. |
| Constructor and Description |
|---|
BridgeFactory(Class<? extends FarObject<?>> farType,
Object... helpers)
Creates a new BridgeFactory instance.
|
| Modifier and Type | Class and Description |
|---|---|
class |
IdDaoSupport<DTO extends HasId & FarObject<?>> |
| 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 |
Copyright © 2013. All Rights Reserved.