CrossFunctionalTeam
|
|
appearance as argument number 1 |
(documentation CrossFunctionalTeam EnglishLanguage "An Organization where members of that organization have different skills, but a common Entity inScopeOfInterest.") | UXExperimentalTerms.kif 2613-2614 | |
(subclass CrossFunctionalTeam Organization) | UXExperimentalTerms.kif 2611-2611 |
appearance as argument number 2 |
(subclass GlobalCrossFunctionalTeam CrossFunctionalTeam) | UXExperimentalTerms.kif 2721-2721 | |
(termFormat EnglishLanguage CrossFunctionalTeam "cross-functional team") | UXExperimentalTerms.kif 2616-2616 |
appearance as argument number 3 |
(domain crossFunctionalTeamFocus 2 CrossFunctionalTeam) | UXExperimentalTerms.kif 2657-2657 |
antecedent |
(=> (instance ?TEAM CrossFunctionalTeam) (exists (?INTEREST) (and (instance ?INTEREST Entity) (forall (?MEMBER) (=> (and (instance ?MEMBER Human) (member ?MEMBER ?TEAM)) (inScopeOfInterest ?MEMBER ?INTEREST)))))) |
UXExperimentalTerms.kif 2618-2628 | |
(=> (instance ?TEAM CrossFunctionalTeam) (exists (?SKILL ?MEMBER1 ?MEMBER2 ?INST) (and (subclass ?SKILL Process) (instance ?MEMBER1 Human) (instance ?MEMBER2 Human) (member ?MEMBER1 ?TEAM) (member ?MEMBER2 ?TEAM) (hasSkill ?SKILL ?MEMBER1) (not (hasSkill ?SKILL ?MEMBER2)) (instance ?INST ?SKILL) (inScopeOfInterest ?TEAM ?INST)))) |
UXExperimentalTerms.kif 2630-2643 |