Salome HOME
Actions menu properties are refactored, unnecessary code is removed.
[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       return SUCCESS;
19     }
20
21 //  ==============================================================================================================================
22 //  Getters and setters
23 //  ==============================================================================================================================
24
25 }