struct Ven::Suite::ConstrainedParameter
- Ven::Suite::ConstrainedParameter
- Struct
- Value
- Object
Overview
A parameter constrained by a Ven value.
Defined in:
ven/suite/model.crConstructors
Instance Method Summary
-
#==(other : ConstrainedParameter)
Returns whether this constraint is equal to the other constraint.
-
#anonymous?
Returns whether this parameter is anonymous.
- #constraint : Model
-
#matches(other : Model)
Returns whether this parameter's constraint matches the other model.
- #name : String
- #to_s(io)
- #weight : Weight
Constructor Detail
Instance Method Detail
def ==(other : ConstrainedParameter)
#
Returns whether this constraint is equal to the other constraint.
Returns whether this parameter's constraint matches the other model.