@Entity public class ApplicationEdgeEntity extends BusinessServiceEdgeEntity
DEFAULT_WEIGHT
Constructor and Description |
---|
ApplicationEdgeEntity() |
Modifier and Type | Method and Description |
---|---|
<T> T |
accept(EdgeEntityVisitor<T> visitor) |
boolean |
equalsDefinition(BusinessServiceEdgeEntity other)
Defines if the definition of the edge is equal to the given one.
|
OnmsApplication |
getApplication() |
Set<String> |
getReductionKeys() |
void |
setApplication(OnmsApplication application) |
String |
toString() |
equals, getBusinessService, getId, getMapFunction, getWeight, hashCode, isEnabled, setBusinessService, setEnabled, setId, setMapFunction, setWeight
public OnmsApplication getApplication()
public void setApplication(OnmsApplication application)
public Set<String> getReductionKeys()
getReductionKeys
in interface EdgeEntity
getReductionKeys
in class BusinessServiceEdgeEntity
public String toString()
toString
in class BusinessServiceEdgeEntity
public boolean equalsDefinition(BusinessServiceEdgeEntity other)
BusinessServiceEdgeEntity
equalsDefinition
in class BusinessServiceEdgeEntity
public <T> T accept(EdgeEntityVisitor<T> visitor)
accept
in interface EdgeEntity
accept
in class BusinessServiceEdgeEntity
Copyright © 2021. All rights reserved.