Uses of Class
algoanim.interactionsupport.DocumentationLink

Packages that use DocumentationLink
algoanim.animalscript This package contains the generator back-end for AnimalScript
algoanim.interactionsupport.generators   
algoanim.primitives.generators   
 

Uses of DocumentationLink in algoanim.animalscript
 

Methods in algoanim.animalscript with parameters of type DocumentationLink
 void AnimalScript.addDocumentationLink(DocumentationLink docuLink)
           
 void AVInteractionTextGenerator.createDocumentationLink(DocumentationLink docuLink)
           
 void AnimalJHAVETextInteractionGenerator.createDocumentationLink(DocumentationLink docuLink)
           
 void AVInteractionTextGenerator.createDocumentationLinkCode(DocumentationLink docuLink)
           
 

Uses of DocumentationLink in algoanim.interactionsupport.generators
 

Methods in algoanim.interactionsupport.generators with parameters of type DocumentationLink
 void InteractiveElementGenerator.createDocumentationLink(DocumentationLink docuLink)
          Creates the script code for a given TrueFalseQuestion
 

Uses of DocumentationLink in algoanim.primitives.generators
 

Methods in algoanim.primitives.generators with parameters of type DocumentationLink
abstract  void Language.addDocumentationLink(DocumentationLink docuLink)