Add CLI in verigraph.
[parser.git] / verigraph / src / it / polito / verigraph / tosca / converter / grpc / ToscaGrpcUtils.java
1 /*******************************************************************************\r
2  * Copyright (c) 2018 Politecnico di Torino and others.\r
3  *\r
4  * All rights reserved. This program and the accompanying materials\r
5  * are made available under the terms of the Apache License, Version 2.0\r
6  * which accompanies this distribution, and is available at\r
7  * http://www.apache.org/licenses/LICENSE-2.0\r
8  *******************************************************************************/\r
9 package it.polito.verigraph.tosca.converter.grpc;\r
10 \r
11 public class ToscaGrpcUtils {\r
12 \r
13     /** Default configuration for a Tosca NodeTemplate non compliant with Verigraph types*/\r
14     public static final String defaultConfID = new String("");\r
15     public static final String defaultDescr = new String("Default Configuration");\r
16     public static final String defaultConfig = new String("[]");\r
17 \r
18 }\r