SchematicLayoutEngine class abstract

Abstract interface for schematic layout computation.

Web: Uses browser's JavaScript engine with ELK Native: Uses QuickJS via flutter_js with bundled ELK

Constructors

SchematicLayoutEngine()

Properties

hashCode int
The hash code for this object.
no setterinherited
isAvailable bool
Check if the layout engine is available.
no setter
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

checkDependencies() SchematicDependencyStatus
Check the status of JavaScript dependencies.
computeLayoutFromElkGraph(String elkGraphJson, {String? sessionId}) Future<SchematicLayoutResult>
Compute layout from a pre-parsed ELK graph (Dart-first path).
dispose() → void
Dispose of any resources.
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited