Modifier and Type | Method and Description |
---|---|
Collection<DomainIntent> |
getIntents()
Retrieves all installed intend network domain.
|
DomainIntent |
remove(DomainIntent intent)
Remove a intent in a domain.
|
DomainIntent |
sumbit(DomainIntent intent)
Submit a intent in a network domain.
|
DomainIntent sumbit(DomainIntent intent)
intent
- the domain intent to be addedDomainIntent remove(DomainIntent intent)
intent
- the domain intent to be removed.Collection<DomainIntent> getIntents()