aboutsummaryrefslogtreecommitdiffstats
path: root/config-model-api/src/main/java/com/yahoo/config/model/api/ModelState.java
blob: 5042ab4843bdc05015b5f9916c116d9aa45ccf41 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
// Copyright Vespa.ai. Licensed under the terms of the Apache 2.0 license. See LICENSE in the project root.
package com.yahoo.config.model.api;

/**
 * @author Ulf Lilleengen
 */
public interface ModelState {

    Model getModel();

}