17 lines
335 B
Julia
Raw Normal View History

"""
2024-05-24 19:20:59 +02:00
AbstractModel
"""
2024-05-24 19:20:59 +02:00
abstract type AbstractModel end
"""
2024-05-24 19:20:59 +02:00
AbstractProblemInstance
Base type for process descriptions. An object of this type of a corresponding [`AbstractPhysicsModel`](@ref) should uniquely identify a process in that model.
See also: [`parse_process`](@ref)
"""
2024-05-24 19:20:59 +02:00
abstract type AbstractProblemInstance end