@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, setWeightpublic void setChild(BusinessServiceEntity child)
public BusinessServiceEntity getChild()
public Set<String> getReductionKeys()
getReductionKeys in interface EdgeEntitygetReductionKeys in class BusinessServiceEdgeEntitypublic String toString()
toString in class BusinessServiceEdgeEntitypublic boolean equalsDefinition(BusinessServiceEdgeEntity other)
BusinessServiceEdgeEntityequalsDefinition in class BusinessServiceEdgeEntitypublic <T> T accept(EdgeEntityVisitor<T> visitor)
accept in interface EdgeEntityaccept in class BusinessServiceEdgeEntityCopyright © 2020. All rights reserved.