Salome HOME
cc22a80c93b60e48f2b959d840e35cad0130524e
[tools/siman.git] / Workspace / Siman / src / org / splat / simer / admin / KnowledgeElementAction.java
1 package org.splat.simer.admin;
2
3 import org.splat.simer.Action;
4
5
6 public class KnowledgeElementAction extends Action {
7
8         /**
9          * Serial version ID.
10          */
11         private static final long serialVersionUID = 2416672950671183384L;
12
13 //  ==============================================================================================================================
14 //  Action methods
15 //  ==============================================================================================================================
16
17         public String doInitialize () {
18 //  -----------------------------
19       return SUCCESS;
20     }
21
22 //  ==============================================================================================================================
23 //  Getters and setters
24 //  ==============================================================================================================================
25
26 }