Interface IVariableFacadeHandlerRegistry.IVariableFacadeFactory<F extends IVariableFacade>
- Type Parameters:
F
- The variable facade type.
- All Known Implementing Classes:
OperatorLPElement.OperatorVariableFacadeFactory
,ValueTypeLPElementBase.ValueTypeVariableFacadeFactory
- Enclosing interface:
IVariableFacadeHandlerRegistry
public static interface IVariableFacadeHandlerRegistry.IVariableFacadeFactory<F extends IVariableFacade>
Factory for creating variable facades.
-
Method Summary
-
Method Details
-
create
Create a new variable facade.- Parameters:
generateId
- If a new id should be generated, otherwise id -1- Returns:
- The new variable facade.
-
create
Create a new variable facade.- Parameters:
id
- The id the facade should use.- Returns:
- The new variable facade.
-