Uses of Class
org.qedeq.kernel.bo.logic.common.FunctionConstant

Packages that use FunctionConstant
org.qedeq.kernel.bo.logic.model Here are simple model implementations. 
org.qedeq.kernel.bo.module Business objects for qedeq modules. 
org.qedeq.kernel.bo.service.logic Contains logical services. 
 

Uses of FunctionConstant in org.qedeq.kernel.bo.logic.model
 

Methods in org.qedeq.kernel.bo.logic.model with parameters of type FunctionConstant
 Entity DynamicDirectInterpreter.calculateFunctionValue(FunctionConstant constant, Entity[] entities)
          Calculate function value.
 

Uses of FunctionConstant in org.qedeq.kernel.bo.module
 

Methods in org.qedeq.kernel.bo.module that return FunctionConstant
 FunctionConstant ModuleConstantsExistenceChecker.get(FunctionKey function)
          Get function constant definition.
 FunctionConstant ModuleConstantsExistenceChecker.getFunction(java.lang.String name, int arguments)
          Get function constant definition.
 

Uses of FunctionConstant in org.qedeq.kernel.bo.service.logic
 

Methods in org.qedeq.kernel.bo.service.logic that return FunctionConstant
 FunctionConstant ModuleConstantsExistenceCheckerImpl.get(FunctionKey function)
           
 FunctionConstant DefaultExistenceChecker.get(FunctionKey function)
          Get function constant definition.
 FunctionConstant DefaultExistenceChecker.getFunction(java.lang.String name, int arguments)
          Get function constant definition.
 

Methods in org.qedeq.kernel.bo.service.logic with parameters of type FunctionConstant
 void DefaultExistenceChecker.add(FunctionConstant definition)
          Add unknown function constant definition.
 



Copyright © 2014. All Rights Reserved.