SUMO   View all facts   Glossary   Help
Entity > Abstract > Class > Relation > BinaryRelation > UnaryFunction > PredecessorFn
Next UnaryFunctionPrincipalHostFn    UpUnaryFunction    Previous UnaryFunctionPastFn   

PredecessorFn comparison table
Subject have domain1 have range documentation have axiom is a kind of is an instance of
UnaryFunction  The Class of Functions that require a single argument
(=>
(instance ?FUNCTION UnaryFunction)
(valence ?FUNCTION 1))
Function 
PredecessorFnIntegerIntegerA UnaryFunction that maps an Integer to its predecessor, e.g. the predecessor of 5 is 4
(=>
(instance ?INT Integer)
(greaterThan ?INT (PredecessorFn ?INT)))
 UnaryFunction

Next UnaryFunctionPrincipalHostFn    UpUnaryFunction    Previous UnaryFunctionPastFn