Interface VariableInstanceFactory<T extends CoreVariableInstance>

All Known Implementing Classes:
SimpleVariableInstance.SimpleVariableInstanceFactory, VariableInstanceEntityFactory

public interface VariableInstanceFactory<T extends CoreVariableInstance>
Author:
Thorben Lindhauer
  • Method Summary

    Modifier and Type
    Method
    Description
    build(String name, TypedValue value, boolean isTransient)
     
  • Method Details