Gitiles
Code Review
Sign In
gerrit.onosproject.org
/
spring-open
/
5261772b598441fad147eb50a74f2421c34587ec
/
.
/
src
/
main
/
java
/
net
/
onrc
/
onos
/
intent
/
Action.java
blob: 2f109d1f73f8c1af95479e0da2b625b101e7936b [
file
] [
log
] [
blame
]
package
net
.
onrc
.
onos
.
intent
;
import
net
.
onrc
.
onos
.
ofcontroller
.
util
.
FlowEntryAction
;
/**
*
* @author Brian O'Connor <bocon@onlab.us>
*
*/
public
abstract
class
Action
{
public
abstract
FlowEntryAction
getFlowEntryAction
();
}