Toggle navigation
Toggle navigation
This project
Loading...
Sign in
홍길동
/
onos
Go to a project
Toggle navigation
Toggle navigation pinning
Projects
Groups
Snippets
Help
Project
Activity
Repository
Pipelines
Graphs
Issues
0
Merge Requests
0
Wiki
Snippets
Network
Create a new issue
Builds
Commits
Issue Boards
Authored by
Toshio Koide
2014-10-09 10:58:54 -0700
Browse Files
Options
Browse Files
Download
Email Patches
Plain Diff
Commit
d32809bed6093daff2649fb83b06ad98511ebb7f
d32809be
1 parent
704ca14a
Fix javadoc on IntentStore and add newline at the end of the intent package-info.
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
4 additions
and
3 deletions
core/api/src/main/java/org/onlab/onos/net/intent/IntentStore.java
core/api/src/main/java/org/onlab/onos/net/intent/package-info.java
core/api/src/main/java/org/onlab/onos/net/intent/IntentStore.java
View file @
d32809b
...
...
@@ -33,6 +33,8 @@ public interface IntentStore extends Store<IntentEvent, IntentStoreDelegate> {
/**
* Returns the number of intents in the store.
*
* @return the number of intents in the store
*/
long
getIntentCount
();
...
...
@@ -44,7 +46,7 @@ public interface IntentStore extends Store<IntentEvent, IntentStoreDelegate> {
Iterable
<
Intent
>
getIntents
();
/**
* Returns the intent with the specified identifer.
* Returns the intent with the specified identif
i
er.
*
* @param intentId intent identification
* @return intent or null if not found
...
...
@@ -94,7 +96,6 @@ public interface IntentStore extends Store<IntentEvent, IntentStoreDelegate> {
* specified original intent.
*
* @param intentId original intent identifier
* @return compiled state transition event
*/
void
removeInstalledIntents
(
IntentId
intentId
);
...
...
core/api/src/main/java/org/onlab/onos/net/intent/package-info.java
View file @
d32809b
...
...
@@ -53,4 +53,4 @@
* while the system determines where to perform the compilation or while it
* performs global recomputation/optimization across all prior intents.
*/
package
org
.
onlab
.
onos
.
net
.
intent
;
\ No newline at end of file
package
org
.
onlab
.
onos
.
net
.
intent
;
...
...
Please
register
or
login
to post a comment