Package-level declarations

Types

Link copied to clipboard

Filter representing the intersection of multiple filters. The filter will evaluate to true iff all filters evaluate to true.

Link copied to clipboard
class IncludedModulesFilter(val includedModules: Collection<String>, val includedModulePrefixes: Collection<String>) : ModelSynchronizer.IFilter

A filter that skips nodes, which represent MPS modules and do not match the included module names (includedModules) or prefixes (includedModulePrefixes).

Link copied to clipboard