ConsciousnessVisualizer class
Produces human-readable ASCII representations of consciousness states, concept graphs, and activation levels — useful for debugging and demos.
Constructors
- ConsciousnessVisualizer({int barWidth = 20})
-
const
Properties
Methods
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
renderActivationMap(
Map< String, double> map) → String - Renders an activation map as a horizontal bar chart.
-
renderGraph(
ConceptualGraph graph) → String - Renders an adjacency list view of the concept graph.
-
renderMemorySummary(
{required int episodicCount, required int semanticCount, required int workingCount}) → String - Renders a summary of memory counts.
-
renderState(
ConsciousState state) → String - Renders a ConsciousState as a formatted ASCII panel.
-
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited