]> git.argeo.org Git - gpl/argeo-slc.git/blobdiff - runtime/org.argeo.slc.specs/src/main/java/org/argeo/slc/execution/ExecutionSpec.java
Implementation of a first draft of editorView for the process parameters.
[gpl/argeo-slc.git] / runtime / org.argeo.slc.specs / src / main / java / org / argeo / slc / execution / ExecutionSpec.java
index ab4de4fd35c094620e77d611e0e99ed8696699bc..899b76f9630a56b909c82fdbb27f365f699134d5 100644 (file)
@@ -18,10 +18,16 @@ package org.argeo.slc.execution;
 
 import java.util.Map;
 
+/**
+ * The class implementing this interface defines the map of attributes that are
+ * necessary for the corresponding ExecutionFlow.
+ * 
+ * @author bsinou
+ */
 public interface ExecutionSpec {
        public Map<String, ExecutionSpecAttribute> getAttributes();
 
        public String getName();
-       
+
        public String getDescription();
 }