Class OperatorLPElement.OperatorVariableFacadeFactory
java.lang.Object
org.cyclops.integrateddynamics.core.logicprogrammer.OperatorLPElement.OperatorVariableFacadeFactory
- All Implemented Interfaces:
IVariableFacadeHandlerRegistry.IVariableFacadeFactory<IOperatorVariableFacade>
- Enclosing class:
OperatorLPElement
protected static class OperatorLPElement.OperatorVariableFacadeFactory
extends Object
implements IVariableFacadeHandlerRegistry.IVariableFacadeFactory<IOperatorVariableFacade>
-
Constructor Details
-
OperatorVariableFacadeFactory
-
-
Method Details
-
create
Description copied from interface:IVariableFacadeHandlerRegistry.IVariableFacadeFactory
Create a new variable facade.- Specified by:
create
in interfaceIVariableFacadeHandlerRegistry.IVariableFacadeFactory<IOperatorVariableFacade>
- Parameters:
generateId
- If a new id should be generated, otherwise id -1- Returns:
- The new variable facade.
-
create
Description copied from interface:IVariableFacadeHandlerRegistry.IVariableFacadeFactory
Create a new variable facade.- Specified by:
create
in interfaceIVariableFacadeHandlerRegistry.IVariableFacadeFactory<IOperatorVariableFacade>
- Parameters:
id
- The id the facade should use.- Returns:
- The new variable facade.
-