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

barWidth → int
final
hashCode → int
The hash code for this object.
no setterinherited
runtimeType → Type
A representation of the runtime type of the object.
no setterinherited

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