Uses of Class
org.faktorips.runtime.model.type.Formula
Packages that use Formula
Package
Description
Classes that allow access to design time model information on policy and product component types.
Internal use classes to read model information from annotations and via reflection.
-
Uses of Formula in org.faktorips.runtime.model.type
Methods in org.faktorips.runtime.model.type that return FormulaModifier and TypeMethodDescriptionProductCmptType.getDeclaredFormula(String name) Returns theFormulawith the givennamewhich is declared in this type.ProductCmptType.getFormula(String name) Returns theFormulafor the specified name.Methods in org.faktorips.runtime.model.type that return types with arguments of type FormulaModifier and TypeMethodDescriptionProductCmptType.getDeclaredFormulas()Returns a list ofFormulaswhich are declared in this type.ProductCmptType.getFormulas() -
Uses of Formula in org.faktorips.runtime.model.type.read
Methods in org.faktorips.runtime.model.type.read that return FormulaModifier and TypeMethodDescriptionFormulaCollector.FormulaDescriptor.create(ModelElement parentElement)