Interface IAmbiguousLinkingCandidate
-
- All Known Implementing Classes:
AbstractAmbiguousLinkingCandidate,AmbiguousConstructorLinkingCandidate,AmbiguousFeatureLinkingCandidate
public interface IAmbiguousLinkingCandidateA linking candidate may be ambiguous if the passed arguments do match multiple candidates equally well. In those cases, the applied candidate implements this interface.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description java.util.List<? extends ILinkingCandidate>getAlternatives()A readonly representation of all equally good candidates.
-
-
-
Method Detail
-
getAlternatives
java.util.List<? extends ILinkingCandidate> getAlternatives()
A readonly representation of all equally good candidates. The list is never null or empty.- Returns:
- all the candidates.
-
-