The abstract class Summable defines a set of operation
to sum instances of a class.
Sub-classes only has to implement abstract operation plus.
@CompilerIgnore "true"
@ScalaCompilerName "k2.standard.Summable"
Method Summary | |
---|---|
|
plus()
|
Abstract plus[()
Summarization method to be implemented by any summable class. The parameter must have the same type (or one of its subtypes) than the current object .
@traceability_text_reference "file:/mnt/extradisk/builds/workspace/org.kermeta.language.library_master/org/kermeta/language/org.kermeta.language.library.standard/src/main/kmt/kermeta/standard/baseType.kmt;44516;44556"