Uses of Class
net.ssehub.easy.instantiation.core.model.vilTypes.configuration.NameRegExFilter.DataType
-
Packages that use NameRegExFilter.DataType Package Description net.ssehub.easy.instantiation.core.model.vilTypes.configuration All classes related to the EASy integration of configuration and decisions. -
-
Uses of NameRegExFilter.DataType in net.ssehub.easy.instantiation.core.model.vilTypes.configuration
Fields in net.ssehub.easy.instantiation.core.model.vilTypes.configuration declared as NameRegExFilter.DataType Modifier and Type Field Description private NameRegExFilter.DataTypeNameRegExFilter. typeMethods in net.ssehub.easy.instantiation.core.model.vilTypes.configuration that return NameRegExFilter.DataType Modifier and Type Method Description static NameRegExFilter.DataTypeNameRegExFilter.DataType. valueOf(java.lang.String name)Returns the enum constant of this type with the specified name.static NameRegExFilter.DataType[]NameRegExFilter.DataType. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in net.ssehub.easy.instantiation.core.model.vilTypes.configuration with parameters of type NameRegExFilter.DataType Modifier and Type Method Description private booleanNameRegExFilter. include(IvmlElement element, NameRegExFilter.DataType type)Implements the inclusion function for a given datatype.Constructors in net.ssehub.easy.instantiation.core.model.vilTypes.configuration with parameters of type NameRegExFilter.DataType Constructor Description NameRegExFilter(java.lang.String pattern, NameRegExFilter.DataType type)Creates a filter.NameRegExFilter(java.lang.String pattern, NameRegExFilter.DataType type, IConfigurationFilter further)Creates a filter.
-