Interface Contextualized
-
public interface ContextualizedContextualized indicates that an object has (access to) a context.Copyright (c) 2021-2023 Delft University of Technology, Jaffalaan 5, 2628 BX Delft, the Netherlands. All rights reserved. See for project information DSOL Manual. The DSOL project is distributed under a three-clause BSD-style license, which can be found at DSOL License.
- Author:
- Alexander Verbraeck
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description ContextInterfacegetContext()Return the context.
-
-
-
Method Detail
-
getContext
ContextInterface getContext()
Return the context.- Returns:
- ContextInterface; the context
-
-