update SDC-TOSCA package names
[sdc/sdc-tosca.git] / src / main / java / org / onap / sdc / tosca / parser / api / ISdcCsarHelper.java
  * limitations under the License.
  * ============LICENSE_END=========================================================
  */
-package org.openecomp.sdc.tosca.parser.api;
+package org.onap.sdc.tosca.parser.api;
 
 
 import java.util.List;
 import java.util.Map;
 
 import org.apache.commons.lang3.tuple.Pair;
-import org.openecomp.sdc.tosca.parser.impl.FilterType;
-import org.openecomp.sdc.tosca.parser.impl.SdcTypes;
-import org.openecomp.sdc.toscaparser.api.*;
-import org.openecomp.sdc.toscaparser.api.elements.Metadata;
-import org.openecomp.sdc.toscaparser.api.parameters.Input;
+import org.onap.sdc.tosca.parser.impl.SdcTypes;
+import org.onap.sdc.tosca.parser.impl.FilterType;
+import org.onap.sdc.toscaparser.api.*;
+import org.onap.sdc.toscaparser.api.elements.Metadata;
+import org.onap.sdc.toscaparser.api.parameters.Input;
 
 
 public interface ISdcCsarHelper {
@@ -48,7 +48,7 @@ public interface ISdcCsarHelper {
        public List<NodeTemplate> getServiceNodeTemplates();
 
        /**
-        * Get groups of a VF with type "org.openecomp.groups.VfModule".
+        * Get groups of a VF with type "org.onap.groups.VfModule".
         * 
         * @param vfCustomizationUuid - customizationUuid of VF instance.
         * @return list of vfModule groups.
@@ -192,11 +192,11 @@ public interface ISdcCsarHelper {
         * For the below:<br><br>
         * 
         * substitution_mappings:<br>
-       &nbsp;&nbsp;type: org.openecomp.services.ViprATM<br>
+       &nbsp;&nbsp;type: org.onap.services.ViprATM<br>
 
        calling<br> 
        getServiceSubstitutionMappingsTypeName()<br>
-        will return "org.openecomp.services.ViprATM"
+        will return "org.onap.services.ViprATM"
         * @return - the type name of the CSAR service's substitution mappings element
         */
        public String getServiceSubstitutionMappingsTypeName();
@@ -245,7 +245,7 @@ public interface ISdcCsarHelper {
         * For example, for this group definition:<br><br>
         * 
         *   ViprAtm..vIPR-ATM-Base..module-0:<br>   
-      &nbsp;&nbsp;type: org.openecomp.groups.VfModule<br>      
+      &nbsp;&nbsp;type: org.onap.groups.VfModule<br>      
       &nbsp;&nbsp;.................<br>
       &nbsp;&nbsp;members: [vIPR_ATM_Ha_Two, vIPR_ATM_Ha_One, vIPR_ATM_OAM_SG, vIPR_ATM_HA_TWO_SG, vIPR_ATM_HA_ONE_SG]<br><br>
       
@@ -268,12 +268,12 @@ public interface ISdcCsarHelper {
         * For example, if we have the below two node templates in the vIPR VF:<br><br>
         * 
         * oam_extCP:<br>
-      &nbsp;&nbsp;type: org.openecomp.resources.cp.extCP<br> 
+      &nbsp;&nbsp;type: org.onap.resources.cp.extCP<br> 
       &nbsp;&nbsp;requirements:<br>
         &nbsp;&nbsp;&nbsp;&nbsp;- virtualBinding: vipr_atm_firewall<br><br>
         * 
         * vipr_atm_firewall: <br>
-      &nbsp;&nbsp;type: org.openecomp.resources.vfc.ViprAtm.abstract.nodes.heat.vipr_atm<br>
+      &nbsp;&nbsp;type: org.onap.resources.vfc.ViprAtm.abstract.nodes.heat.vipr_atm<br>
       ........<br><br>
         * 
         
@@ -301,10 +301,10 @@ public interface ISdcCsarHelper {
         * For this node template:<br>
         * 
         * vipr_atm_firewall: <br>
-      &nbsp;&nbsp;type: org.openecomp.resources.vfc.ViprAtm.abstract.nodes.heat.vipr_atm<br>
+      &nbsp;&nbsp;type: org.onap.resources.vfc.ViprAtm.abstract.nodes.heat.vipr_atm<br>
       ........<br><br>
      * 
-     * the function will return "org.openecomp.resources.vfc.ViprAtm.abstract.nodes.heat.vipr_atm"
+     * the function will return "org.onap.resources.vfc.ViprAtm.abstract.nodes.heat.vipr_atm"
      *  
         * @param nodeTemplate - node template object
         * @return - node type string.