@Entity public class BusinessServiceChildEdgeEntity extends BusinessServiceEdgeEntity
DEFAULT_WEIGHT
Constructor and Description |
---|
BusinessServiceChildEdgeEntity() |
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.
|
BusinessServiceEntity |
getChild() |
Set<String> |
getReductionKeys() |
void |
setChild(BusinessServiceEntity child) |
String |
toString() |
equals, getBusinessService, getId, getMapFunction, getWeight, hashCode, isEnabled, setBusinessService, setEnabled, setId, setMapFunction, setWeight
public void setChild(BusinessServiceEntity child)
public BusinessServiceEntity getChild()
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.