Package com.comsol.model.util
Class ModelChangeInfo
- java.lang.Object
-
- com.comsol.model.util.ModelChangeInfo
-
public final class ModelChangeInfo extends java.lang.Object
Information about changes to models by other clients.
-
-
Field Summary
Fields Modifier and Type Field Description private java.lang.String[]
modelTags
The tags of the models which have changed.
-
Constructor Summary
Constructors Constructor Description ModelChangeInfo(java.lang.String[] modelTags)
Constructor.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.lang.String[]
getModelTags()
-