Prompts you for a name to look for in all of the
ontologies
that are currently loaded into the ontology editor.
Any name will match this search, whether it is the name of a
function,
relation,
instance,
class, or
axiom.
If there are multiple possible matches,
a page showing these possibilities will be shown. If there is only
one possible match, you will be taken to the page showing that
definition.
Click here for a worked example. In any Find command you can enter a wildcarded pattern of things
to find. Context-specific filtering occurs so that the only matches that
are found are those that are appropriate to the context. Thus, if you are
finding a class name,
only existing class names will be found as matches.
Searches are case independent. The Find facility is a superset of
what you already may be accustomed to in "completion" features in other
systems.
The pattern may contain:
- A sequence of alphabetics, which are required to match to the string
in question.
- A multi-character wildcard *, which will match to zero or more
characters.
- A single character wildcard ?, which will match to exactly
one character.
- Escaped wildcard characters: \* or \?.
There is no limit to the number of wildcard characters that can be supplied
in a pattern. Searches all make initial substring matches, so you will
get "completion" behavior simply by typing in an initial substring.
Some examples:
- Hello
- Will match to any word beginning with the string "HELLO"
- *Hello
- Will match to any word containing the string "HELLO". This is
equivalent to *Hello*.
- Hel?o
- Will match to any word beginning with the string "HEL", having any
character after that and then having "O" after it.
If the Find command finds more possibilities than the threshold
that you specified in your user preferences, ellipses ("...") will be
displayed and a new button labeled Find All will be displayed.
If you click on the Find All button, all possible matches will be
found and displayed, however many there may be. If you click on the
ellipsis mark, the number of items displayed will grow by a number
specified by your user preferences. If you click on a caret button,
the word following the caret will be inserted into the typein box.