Files
secondo/bin/TestAlgebras
2026-01-23 17:03:45 +08:00

18 lines
363 B
Plaintext

( OBJECT TestAlgebras
()
( rel
( tuple
(
( AlgNo int )
( Alg string ))))
(
( 1 "StandardAlgebra" )
( 2 "FunctionAlgebra" )
( 3 "RelationAlgebra" )
( 4 "ExtRelationAlgebra" )
( 5 "PointRectangleAlgebra" )
( 6 "StreamExampleAlgebra" )
( 7 "PolygonAlgebra" )))