kermeta::standard
Class Abstract Comparable[G] inherited from Object


@CompilerIgnore "true"
@ScalaCompilerName "k2.standard.Comparable"

Method Summary
Integer
compareTo(Object)


This method should be implemented by any class that inherits
from Comparable.
returns 0 if self = other
returns > 0 if self > other
returns < 0 if self < other


           
Boolean
isGreater(Object)


return true if self > other


           
Boolean
isGreaterOrEqual(Object)


return true if self >= other


           
Boolean
isLower(Object)


return true if self < other


           
Boolean
isLowerOrEqual(Object)


return true if self <= other


           


Details of operations

compareTo

Integer  Abstract compareTo[(Object)


This method should be implemented by any class that inherits
from Comparable.
returns 0 if self = other
returns > 0 if self > other
returns < 0 if self < other

@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;44854;44910"

isGreater

Boolean isGreater[(Object)


return true if self > other

@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;44957;45012"

isGreaterOrEqual

Boolean isGreaterOrEqual[(Object)


return true if self >= other

@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;45268;45330"

isLower

Boolean isLower[(Object)


return true if self < other

@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;45059;45112"

isLowerOrEqual

Boolean isLowerOrEqual[(Object)


return true if self <= other

@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;45160;45220"