Package blang.core
Interface Model
- All Superinterfaces:
ModelComponent
- All Known Subinterfaces:
ForwardSimulator
,UnivariateModel<T>
- Functional Interface:
- This is a functional interface and can therefore be used as the assignment target for a lambda expression or method reference.
@FunctionalInterface public interface Model extends ModelComponent
A class which is not necessarily a factor itself, but that contains
components which themselves may be Factors or Models
-
Method Summary
Modifier and Type Method Description java.util.Collection<ModelComponent>
components()
-
Method Details
-
components
java.util.Collection<ModelComponent> components()
-