Uses of Class
templates.library.TemplateDescriptor

Packages that use TemplateDescriptor
templates.library   
 

Uses of TemplateDescriptor in templates.library
 

Methods in templates.library with parameters of type TemplateDescriptor
 void TemplateLibrary.addTemplate(TemplateDescriptor td, ides.api.model.fsa.FSAModel model)
          Add a new template to the library, with the given properties and underlying model.
 

Constructors in templates.library with parameters of type TemplateDescriptor
FSATemplate(TemplateDescriptor td, ides.api.model.fsa.FSAModel model)
          Create a template based on an FSAModel, with the properties provided in the given TemplateDescriptor.