Uses of Enum Class
ca.mcscert.jpipe.operators.ModelKind
Packages that use ModelKind
-
Uses of ModelKind in ca.mcscert.jpipe.operators
Subclasses with type arguments of type ModelKind in ca.mcscert.jpipe.operatorsModifier and TypeClassDescriptionenumDiscriminates between the two concrete subtypes ofJustificationModelthat aCompositionOperatorcan produce.Methods in ca.mcscert.jpipe.operators that return ModelKindModifier and TypeMethodDescriptionOperatorCallConfig.declaredKind()Returns the value of thedeclaredKindrecord component.CompositionOperator.resultKind(List<JustificationModel<?>> sources, Map<String, String> args) static ModelKindReturns the enum constant of this class with the specified name.static ModelKind[]ModelKind.values()Returns an array containing the constants of this enum class, in the order they are declared.Constructors in ca.mcscert.jpipe.operators with parameters of type ModelKindModifierConstructorDescriptionOperatorCallConfig(String resultName, String operatorName, List<String> sourceNames, Map<String, String> arguments, SourceLocation location, ModelKind declaredKind) Creates an instance of aOperatorCallConfigrecord class. -
Uses of ModelKind in ca.mcscert.jpipe.operators.builtin
Methods in ca.mcscert.jpipe.operators.builtin that return ModelKindModifier and TypeMethodDescriptionAssembleOperator.resultKind(List<JustificationModel<?>> sources, Map<String, String> args)