| Package | Description | 
|---|---|
| org.opendaylight.yangtools.yang.parser.spi.meta | 
 Provides base abstract classes, interfaces and common implementation used by the statement parser. 
 | 
| Modifier and Type | Method and Description | 
|---|---|
void | 
ModelActionBuilder.apply(ModelActionBuilder.InferenceAction action)  | 
void | 
ModelActionBuilder.InferenceAction.apply(ModelActionBuilder.InferenceContext ctx)
Invoked once all prerequisites were met and forward references
 were resolved and inference action should be applied. 
 | 
void | 
ModelActionBuilder.InferenceAction.prerequisiteFailed(Collection<? extends ModelActionBuilder.Prerequisite<?>> failed)
Invoked once one of prerequisites was not met,
 even after all other satisfiable inference actions were processed. 
 | 
Copyright © 2018 OpenDaylight. All rights reserved.