public class OspfProcessImpl extends Object implements org.onosproject.ospf.controller.OspfProcess
| Constructor and Description |
|---|
OspfProcessImpl() |
| Modifier and Type | Method and Description |
|---|---|
List<org.onosproject.ospf.controller.OspfArea> |
areas()
Gets the list of areas belonging to this process.
|
String |
processId()
Gets the process id.
|
void |
setAreas(List<org.onosproject.ospf.controller.OspfArea> areas)
Sets the list of areas belonging to this process.
|
void |
setProcessId(String processId)
Sets the process id.
|
String |
toString() |
public List<org.onosproject.ospf.controller.OspfArea> areas()
areas in interface org.onosproject.ospf.controller.OspfProcesspublic void setAreas(List<org.onosproject.ospf.controller.OspfArea> areas)
setAreas in interface org.onosproject.ospf.controller.OspfProcessareas - list of areas belonging to this processpublic String processId()
processId in interface org.onosproject.ospf.controller.OspfProcesspublic void setProcessId(String processId)
setProcessId in interface org.onosproject.ospf.controller.OspfProcessprocessId - the process idCopyright © 2016. All rights reserved.