
public interface ModelProvider
Model provider interface.ModelContext.findModel(java.lang.String)| Modifier and Type | Method and Description | 
|---|---|
| Model | findModel(ModelContext context,
                  Model model)Searches a given context for a  Model. | 
Model findModel(ModelContext context, Model model) throws NullPointerException, ModelException
Model.context - The context to search for a Model.model - The Model currently being searched.Model found in the context or null, if no Model is found.NullPointerException - if context or model is null.ModelException - if searching the context fails.Copyright © 2005–2016 The JOMC Project. All rights reserved.