Author(s): Göran Smedbäck.
Version: 1.11#222 (2004/5/24, 13:8:7 CEST)
Version of last change: 1.9#171 (2003/12/4, 17:46:50 CET)
This module offers predicate to check values according to their boundaries and offers lists of possible node ascendents.
boundary
):- use_module(library(boundary)).
boundary
)
Usage: boundary_check(Value_to_check, Init_value, Bound)
Value_to_check
is an atom.
(basic_props:atm/1
)
Init_value
is a list of atm
s.
(basic_props:list/2
)
Bound
is a variable interval.
(internal_types:bound/1
)
Value_to_check
is currently a term which is not a free variable.
(term_typing:nonvar/1
)
Init_value
is currently a term which is not a free variable.
(term_typing:nonvar/1
)
Bound
is currently a term which is not a free variable.
(term_typing:nonvar/1
)
Usage: boundary_rotation_first(Bound_double, Bound)
Bound_double
is a variable interval.
(internal_types:bound_double/1
)
Bound
is a variable interval.
(internal_types:bound/1
)
Bound_double
is currently a term which is not a free variable.
(term_typing:nonvar/1
)
Bound
is a free variable.
(term_typing:var/1
)
Usage: boundary_rotation_last(Bound_double, Bound)
Bound_double
is a variable interval.
(internal_types:bound_double/1
)
Bound
is a variable interval.
(internal_types:bound/1
)
Bound_double
is currently a term which is not a free variable.
(term_typing:nonvar/1
)
Bound
is a free variable.
(term_typing:var/1
)
Usage: reserved_words(List)
List
is a list of atm
s.
(basic_props:list/2
)
List
is a free variable.
(term_typing:var/1
)
Usage: children_nodes(List)
List
is a list of atm
s.
(basic_props:list/2
)
List
is a free variable.
(term_typing:var/1
)
Go to the first, previous, next, last section, table of contents.