IdentifierMatcher

@Deprecated(since = "0.7.0", forRemoval = true)
public class IdentifierMatcher(source)

Deprecated (for removal)

Since version 0.7.0

An identifier Matcher. * This class is deprecated and will be removed in a future release. * Use the new API located in the org.tudalgo.algoutils.tutor.general.reflections package instead.

Author

Ruben Deisenroth

Inheritors

Constructors

Link copied to clipboard
public void IdentifierMatcher(String identifierName, String packageName, double similarity)
Constructs and initializes an identifier matcher to match the specified identifier.
public void IdentifierMatcher(String identifierName, double similarity)
Constructs and initializes an identifier matcher to match the specified identifier.

Properties

Link copied to clipboard
The name to match.
Link copied to clipboard
The package name.
Link copied to clipboard
public double similarity
The minimum required similarity.