Package org.helm.notation2
Class InterConnections
java.lang.Object
org.helm.notation2.InterConnections
public class InterConnections extends Object
InterConnections, class to save the interconnections of a HELM
- Author:
- hecht
-
Constructor Summary
Constructors Constructor Description InterConnections()InterConnections(Map<String,String> map) -
Method Summary
Modifier and Type Method Description voidaddConnection(String key, String value)voiddeleteConnection(String key)Map<String,String>getInterConnections()booleanhasKey(String key)
-
Constructor Details
-
InterConnections
public InterConnections() -
InterConnections
-
-
Method Details