public interface IntentProcessor
| Modifier and Type | Method and Description |
|---|---|
void |
apply(Optional<org.onosproject.net.intent.IntentData> toUninstall,
Optional<org.onosproject.net.intent.IntentData> toInstall) |
List<org.onosproject.net.intent.Intent> |
compile(org.onosproject.net.intent.Intent intent,
List<org.onosproject.net.intent.Intent> previousInstallables)
Compiles an intent recursively.
|
List<org.onosproject.net.intent.Intent> compile(org.onosproject.net.intent.Intent intent, List<org.onosproject.net.intent.Intent> previousInstallables)
intent - intentpreviousInstallables - previous intent installables