""" AbstractModel """ abstract type AbstractModel end """ 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) """ abstract type AbstractProblemInstance end