![]() |
![]() Browsing Interface : Welcome guest : log in |
[
Home | 
Graph | 
LogLearn |
Editor |
]
KB:
Language:
Formal Language:
|
| TestProtocolSpecification(test protocol specification) |
| appearance as argument number 1 |
|
|
| (subclass TestProtocolSpecification Document) | UXExperimentalTerms.kif 2748-2748 | Test protocol specification is a subclass of document |
| (documentation TestProtocolSpecification EnglishLanguage "A Document that containsInformation about a Plan for a subProcess of an instance of Experimenting.") | UXExperimentalTerms.kif 2752-2753 | Test protocol specification is a subclass of document |
| appearance as argument number 2 |
|
|
| (termFormat EnglishLanguage TestProtocolSpecification "test protocol specification") | UXExperimentalTerms.kif 2750-2750 |
| antecedent |
|
|
| (=> (instance ?TPS TestProtocolSpecification) (exists (?PLAN ?EXPERIMENT ?PROC) (and (instance ?PLAN Plan) (instance ?EXPERIMENT Experimenting) (instance ?PROC Process) (represents ?PLAN ?PROC) (subProcess ?EXPERIMENT ?PROC) (containsInformation ?TPS ?PLAN)))) |
UXExperimentalTerms.kif 2755-2764 | If X is an instance of test protocol specification, then All of the following hold: (1) there exist Y, Z (2) W such that Y is an instance of plan (3) Z is an instance of experimenting (4) W is an instance of process (5) Y expresses W (6) Z is a subprocess of W (7) X contains information Y |