|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface Translator
Interface for the translator between boolean vectors in sparse distributed memory, and node structures in the LIDA cognitive architecture.
Method Summary | |
---|---|
NodeStructure |
translate(cern.colt.bitvector.BitVector data)
Translates a boolean vector into a node structure. |
cern.colt.bitvector.BitVector |
translate(NodeStructure structure)
Translates a node structure into a boolean vector. |
Method Detail |
---|
NodeStructure translate(cern.colt.bitvector.BitVector data)
data
- a byte vector with the boolean vector to be translated
cern.colt.bitvector.BitVector translate(NodeStructure structure)
structure
- the node structure to be translated
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |