Modelling Task Knowledge Structures in Demos 2000


 
Thread Tools Search this Thread
Special Forums News, Links, Events and Announcements UNIX and Linux RSS News Modelling Task Knowledge Structures in Demos 2000
# 1  
Old 08-07-2008
Modelling Task Knowledge Structures in Demos 2000

HPL-2008-94 Modelling Task Knowledge Structures in Demos 2000 - Degabriele, Jean Paul; Pym, David
Keyword(s): Task Knowledge Structures, Demos 2000, Modelling
Abstract: Task Knowledge Structures provide an account of the knowledge structures that people possess and use when performing a task. Such models can be constructed using various techniques, such as direct observation, interviews, questionnaires, and others. TKS models can represent either knowledge structur ...
Full Report

More...
Login or Register to Ask a Question

Previous Thread | Next Thread

4 More Discussions You Might Find Interesting

1. Shell Programming and Scripting

Knowledge

Can somebody explain me the following part within a awk command: awk '{for(i=1;i<=NF;i++) if ($i=="mm")c++} Can somebody please explain me the part (i=1;i<=NF;i++) ????:D:D:D:D (1 Reply)
Discussion started by: RubinPat
1 Replies

2. Shell Programming and Scripting

Parse an XML task list to create each task.xml file

I have an task definition listing xml file that contains a list of tasks such as <TASKLIST <TASK definition="Completion date" id="Taskname1" Some other <CODE name="Code12" <Parameter pname="Dog" input="5.6" units="feet" etc /Parameter> <Parameter... (3 Replies)
Discussion started by: MissI
3 Replies

3. Shell Programming and Scripting

comment and Uncomment single task out of multiple task

I have a file contains TASK gsnmpproxy { CommandLine = $SMCHOME/bin/gsnmpProxy.exe } TASK gsnmpdbgui { CommandLine = $SMCHOME/bin/gsnmpdbgui.exe I would like to comment and than uncomment specific task eg TASK gsnmpproxy Pls suggest how to do in shell script (9 Replies)
Discussion started by: madhusmita
9 Replies

4. AIX

knowledge

Dear All Kindly provide me with a difference between hdiskpower and hdisk regards (2 Replies)
Discussion started by: magasem
2 Replies
Login or Register to Ask a Question
Padre::Task::IntroduceTemporaryVariable(3pm)		User Contributed Perl Documentation	      Padre::Task::IntroduceTemporaryVariable(3pm)

NAME
Padre::Task::IntroduceTemporaryVariable - Introduces a temporary variable using PPI SYNOPSIS
my $tempvarmaker = Padre::Task::IntroduceTemporaryVariable->new( document => $document_obj, start_location => [$line, $column], # or just character position end_location => [$line, $column], # or ppi-style location varname => '$foo', ); $tempvarmaker->schedule; DESCRIPTION
Given a region of code within a statement, replaces that code with a temporary variable. Declares and initializes the temporary variable right above the statement that included the selected expression. Usually, you simply set "start_position" to what "$editor->GetSelectionStart" returns and "end_position" to "$editor->GetSelectionEnd - 1". SEE ALSO
This class inherits from "Padre::Task::PPI". AUTHOR
Steffen Mueller "smueller@cpan.org" COPYRIGHT AND LICENSE
Copyright 2008-2012 The Padre development team as listed in Padre.pm. This program is free software; you can redistribute it and/or modify it under the same terms as Perl 5 itself. perl v5.14.2 2012-06-27 Padre::Task::IntroduceTemporaryVariable(3pm)