Uses of Enum Class
net.ssehub.easy.reasoning.sseReasoner.functions.AbstractConstraintProcessor.ExpressionType
Packages that use AbstractConstraintProcessor.ExpressionType
Package
Description
Package contains the EASy-Producer reasoner implementation classes.
Package contains custom functions for IVML.
-
Uses of AbstractConstraintProcessor.ExpressionType in net.ssehub.easy.reasoning.sseReasoner
Methods in net.ssehub.easy.reasoning.sseReasoner with parameters of type AbstractConstraintProcessor.ExpressionTypeModifier and TypeMethodDescriptionnet.ssehub.easy.varModel.cst.ConstraintSyntaxTreeResolver.OtherConstraintsProcessor.process(net.ssehub.easy.varModel.cst.ConstraintSyntaxTree cst, AbstractConstraintProcessor.ExpressionType type, String slot, net.ssehub.easy.varModel.model.IModelElement parent) -
Uses of AbstractConstraintProcessor.ExpressionType in net.ssehub.easy.reasoning.sseReasoner.functions
Methods in net.ssehub.easy.reasoning.sseReasoner.functions that return AbstractConstraintProcessor.ExpressionTypeModifier and TypeMethodDescriptionReturns the enum constant of this class with the specified name.AbstractConstraintProcessor.ExpressionType.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in net.ssehub.easy.reasoning.sseReasoner.functions with parameters of type AbstractConstraintProcessor.ExpressionTypeModifier and TypeMethodDescriptionabstract net.ssehub.easy.varModel.cst.ConstraintSyntaxTreeAbstractConstraintProcessor.process(net.ssehub.easy.varModel.cst.ConstraintSyntaxTree cst, AbstractConstraintProcessor.ExpressionType type, String slot, net.ssehub.easy.varModel.model.IModelElement parent) Processes a constraint syntax tree.net.ssehub.easy.varModel.cst.ConstraintSyntaxTreeAbstractConstraintProcessor.process(net.ssehub.easy.varModel.model.Constraint constraint, AbstractConstraintProcessor.ExpressionType type) Processes a constraint (taking over the parent ofconstraint).