Interface ApplicationEdge
-
- All Superinterfaces:
Edge
- All Known Implementing Classes:
ApplicationEdgeImpl
,MockApplicationEdge
public interface ApplicationEdge extends Edge
-
-
Field Summary
-
Fields inherited from interface org.opennms.netmgt.bsm.service.model.edge.Edge
DEFAULT_WEIGHT
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description Application
getApplication()
void
setApplication(Application application)
-
Methods inherited from interface org.opennms.netmgt.bsm.service.model.edge.Edge
accept, delete, getFriendlyName, getId, getMapFunction, getOperationalStatus, getReductionKeys, getSource, getWeight, setMapFunction, setSource, setWeight
-
-
-
-
Method Detail
-
getApplication
Application getApplication()
-
setApplication
void setApplication(Application application)
-
-