Package org.apache.sysds.parser
Class VariableSet
java.lang.Object
org.apache.sysds.parser.VariableSet
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidaddVariable(String name, DataIdentifier id) voidbooleancontainsAnyName(Set<String> names) booleancontainsVariable(String name) intgetSize()getVariable(String name) booleanstatic VariableSetminus(VariableSet vs1, VariableSet vs2) voidtoString()static VariableSetunion(VariableSet vs1, VariableSet vs2)