Open Kilda Java Documentation
IFlow.java
Go to the documentation of this file.
1 package org.openkilda.simulator.interfaces;
2 
3 public interface IFlow {
4  long getCookie();
5 }