Open Kilda Java Documentation
MockController.java
Go to the documentation of this file.
1
/* Copyright 2017 Telstra Open Source
2
*
3
* Licensed under the Apache License, Version 2.0 (the "License");
4
* you may not use this file except in compliance with the License.
5
* You may obtain a copy of the License at
6
*
7
* http://www.apache.org/licenses/LICENSE-2.0
8
*
9
* Unless required by applicable law or agreed to in writing, software
10
* distributed under the License is distributed on an "AS IS" BASIS,
11
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
12
* See the License for the specific language governing permissions and
13
* limitations under the License.
14
*/
15
19
package
org.openkilda.topo;
20
25
public
class
MockController
implements
IController
{
26
27
public
MockController
(
ITopology
t1) {
28
// TODO Auto-generated constructor stub
29
}
30
31
/*
32
* (non-Javadoc)
33
*
34
* @see org.openkilda.topo.IController#getTopology()
35
*/
36
@Override
37
public
ITopology
getTopology
() {
38
// TODO Auto-generated method stub
39
return
null;
40
}
41
42
}
org.openkilda.topo.ITopology
Definition:
ITopology.java:23
org.openkilda.topo.MockController
Definition:
MockController.java:25
org.openkilda.topo.MockController.getTopology
ITopology getTopology()
Definition:
MockController.java:37
org.openkilda.topo.IController
Definition:
IController.java:21
org.openkilda.topo.MockController.MockController
MockController(ITopology t1)
Definition:
MockController.java:27
open-kilda-develop
services
src
atdd
src
main
java
org
openkilda
topo
MockController.java
Generated by
1.8.14