T - the type of intent@Beta
public interface VirtualIntentCompiler<T extends org.onosproject.net.intent.Intent>
| Modifier and Type | Method and Description |
|---|---|
List<org.onosproject.net.intent.Intent> |
compile(NetworkId networkId,
T intent,
List<org.onosproject.net.intent.Intent> installable)
Compiles the specified intent into other intents.
|
List<org.onosproject.net.intent.Intent> compile(NetworkId networkId, T intent, List<org.onosproject.net.intent.Intent> installable)
networkId - network identifierintent - intent to be compiledinstallable - previous compilation result; optionalVirtualIntentException - if issues are encountered while compiling the intent