public class SetInjectionPlan<T> extends InjectionPlan<T>
| Constructor and Description | 
|---|
SetInjectionPlan(Node name,
                                Set<InjectionPlan<T>> entries)  | 
| Modifier and Type | Method and Description | 
|---|---|
Set<InjectionPlan<T>> | 
getEntryPlans()  | 
int | 
getNumAlternatives()  | 
boolean | 
isAmbiguous()  | 
boolean | 
isInjectable()  | 
String | 
toShallowString()  | 
getChildren, getNode, isFeasible, toCantInjectString, toPrettyStringpublic SetInjectionPlan(Node name, Set<InjectionPlan<T>> entries)
public int getNumAlternatives()
getNumAlternatives in class InjectionPlan<T>public boolean isAmbiguous()
isAmbiguous in class InjectionPlan<T>public boolean isInjectable()
isInjectable in class InjectionPlan<T>public Set<InjectionPlan<T>> getEntryPlans()
public String toShallowString()
toShallowString in class InjectionPlan<T>Copyright © 2015 The Apache Software Foundation. All rights reserved.