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