Get a set of the templates applies to this pc. @return the set of Templates.
()
| 2075 | * @return the set of Templates. |
| 2076 | */ |
| 2077 | public Collection<PCTemplate> getTemplateSet() |
| 2078 | { |
| 2079 | return templateFacet.getSet(id); |
| 2080 | } |
| 2081 | |
| 2082 | /** |
| 2083 | * Evaluates the variable string passed in and returns its value. |