marker.pl
- marker_action(?ActionTerm, ?ActionID) is det
- Maps action term to type id.
- Arguments:
-
ActionTerm | - marker action term |
ActionID | - marker action id |
- marker_type(?TypeTerm, ?TypeID) is det
- Maps type term to type id.
- Arguments:
-
TypeTerm | - marker type term |
TypeID | - marker type id |
- show_marker(+MarkerID, +MarkerTerm) is semidet
- Same as show_marker/2 with empty options list.
- Arguments:
-
MarkerID | - marker id |
MarkerTerm | - marker term |
- show_marker(+MarkerID, +MarkerTerm, +Options) is semidet
- Add a visualization marker.
- Arguments:
-
MarkerID | - marker id |
MarkerTerm | - marker term |
Options | - marker options |
- hide_marker(+MarkerID) is det
- Remove a visualization marker.
- Arguments:
-
Undocumented predicates
The following predicates are exported, but not or incorrectly documented.
- show_markers(Arg1)