SplitTopicsWithBasename

From WandoraWiki
(Difference between revisions)
Jump to: navigation, search
Line 1: Line 1:
Tool enables the user to split context topics. First tool asks regular expression used during split. Then tool chops base name using given regular expressions and creates indentical topic for each base name part. To ensure created topic stays separate tool slightly modifies topic's subject identifiers and subject locator.
+
Tool enables the user to split context topics. First tool asks regular expression used during the split. Then tool chops base name using given regular expression and creates indentical topic for each base name part. To ensure created topic stays separate, tool slightly modifies topic's subject identifiers and subject locator.
  
 
Tool is useful to handle topics that in fact contain many potential topics in their base names. Such topic is for example '''monkey, horse, pig, cat''' containing a list of animals. Splitting this topic with regular expressions '''", "''' separates all animals and preserves associations, classes and instances untouched.
 
Tool is useful to handle topics that in fact contain many potential topics in their base names. Such topic is for example '''monkey, horse, pig, cat''' containing a list of animals. Splitting this topic with regular expressions '''", "''' separates all animals and preserves associations, classes and instances untouched.

Revision as of 22:00, 7 December 2006

Tool enables the user to split context topics. First tool asks regular expression used during the split. Then tool chops base name using given regular expression and creates indentical topic for each base name part. To ensure created topic stays separate, tool slightly modifies topic's subject identifiers and subject locator.

Tool is useful to handle topics that in fact contain many potential topics in their base names. Such topic is for example monkey, horse, pig, cat containing a list of animals. Splitting this topic with regular expressions ", " separates all animals and preserves associations, classes and instances untouched.

GUI name

  • Split topic with base name...

Tool Class

com.gripstudios.applications.wandora.admin.tools.SplitTopicsWithBasename

Personal tools