MakeAssociationWithOccurrence

From WandoraWiki
(Difference between revisions)
Jump to: navigation, search
 
(3 intermediate revisions by one user not shown)
Line 1: Line 1:
Tool constructs an association from selected occurrence. User must address association's type and second role in association. Occurrence's type is used as the first role and a topic is created to match the occurrence text.
+
Tool constructs an association from selected occurrence of context topics. As occurrence doesn't map directly to an association user must pick association's type and second role topic. Occurrence's type is used as the first role and a player topic is created to match the occurrence text.
 
+
Tool is useful to convert similar text fragments of text datas to associations and topics. Lets say you have a number of topics each carrying a text data of type '''color'''. Text data contains color's name. It is assumed that you have only few color names. If you converted these '''color''' text data elements to equivalent associations you can list directly '''blue''' topics for example.
+
  
 +
Tool is useful to convert similar text datas to associations and topics. Lets say you have a large number of topics each carrying an occurrence typed as '''color'''. Occurrence contains color's name and it is assumed that you have used only few color names. If you converted these '''color''' occurrences to equivalent associations you can list directly '''blue''' topics for example and assuming you had at least one blue topic in the first place.
  
 
{{Tool_s_GUI_name_title}}
 
{{Tool_s_GUI_name_title}}
  
* Make associations with text datas
+
* Make associations with occurrences
  
 
{{Tool_s_class_title}}
 
{{Tool_s_class_title}}
  
com.gripstudios.applications.wandora.admin.tools.associations.MakeAssociationWithOccurrence
+
{{Tool_class_path|associations.MakeAssociationWithOccurrence|associations/MakeAssociationWithOccurrence}}
  
 
[[Category:Tools]]
 
[[Category:Tools]]

Latest revision as of 14:53, 21 February 2008

Tool constructs an association from selected occurrence of context topics. As occurrence doesn't map directly to an association user must pick association's type and second role topic. Occurrence's type is used as the first role and a player topic is created to match the occurrence text.

Tool is useful to convert similar text datas to associations and topics. Lets say you have a large number of topics each carrying an occurrence typed as color. Occurrence contains color's name and it is assumed that you have used only few color names. If you converted these color occurrences to equivalent associations you can list directly blue topics for example and assuming you had at least one blue topic in the first place.

[edit] GUI name

  • Make associations with occurrences

[edit] Tool Class

org.wandora.application.tools.associations.MakeAssociationWithOccurrence