![]() |
![]() Browsing Interface : Welcome guest : log in |
[
Home | 
Graph | 
LogLearn |
Editor |
]
KB:
Language:
Formal Language:
|
| fullNameIndexOrder |
| appearance as argument number 1 |
|
|
| appearance as argument number 2 |
|
|
| (format EnglishLanguage fullNameIndexOrder "the index order name of %2 is %1") | domainEnglishFormat.kif 3506-3506 | |
| (format ChineseTraditionalLanguage fullNameIndexOrder "%2 的 index order name 是 %1 ") | domainEnglishFormat.kif 3507-3507 | |
| (format ChineseLanguage fullNameIndexOrder "%2 的 index order name 是 %1 ") | domainEnglishFormat.kif 3508-3508 | |
| (termFormat EnglishLanguage fullNameIndexOrder "full name index order") | domainEnglishFormat.kif 65849-65849 |
| antecedent |
|
|
| (=> (and (fullNameIndexOrder ?NAMESTRING ?THING) (keyName ?FIRST ?NAMESTRING) (equal ?START (StringLengthFn ?FIRST)) (equal ?END (StringLengthFn ?NAMESTRING)) (equal ?REST (SubstringFn ?NAMESTRING ?START ?END))) (stringConcatenation ?FIRST ?REST ?NAMESTRING)) |
Media.kif 3234-3241 | If the index order name of X is Y, Z is a key in Y, equal W and the length of Z, equal V and the length of Y, and equal U and the sub-string of Y from W to V, then the concatenation of Z and U is Y |
| consequent |
|
|
| (=> (and (fullName ?NAMESTRING ?THING) (keyName ?FIRST ?NAMESTRING) (stringConcatenation ?FIRST ?REST ?NAMESTRING)) (fullNameIndexOrder ?NAMESTRING ?THING)) |
Media.kif 3227-3232 | If the full name of X is Y, Z is a key in Y, and the concatenation of Z and W is Y, then the index order name of X is Y |
| (=> (and (nameIndexOrder ?NAMESTRING ?THING) (fullName ?NAMESTRING ?THING)) (fullNameIndexOrder ?NAMESTRING ?THING)) |
Media.kif 3270-3274 | If X is the indexable name for Y and the full name of Y is X, then the index order name of Y is X |