algo3
algo3prop
Property
factory constructor Property.simpleCreate
Property.simpleCreate
class Property
Constructors
Property
simpleCreate
Properties
deviation
max
min
value
hashCode
runtimeType
Methods
mutate
mutate_problem
mutate_strategy
toString
noSuchMethod
Operators
operator ==
Property.simpleCreate
(
)
Source
factory Property.simpleCreate() { return new Property(100, 80 ) ; }
constructor Property.simpleCreate