Interface EdgeEntity
-
- All Known Implementing Classes:
ApplicationEdgeEntity
,BusinessServiceChildEdgeEntity
,BusinessServiceEdgeEntity
,IPServiceEdgeEntity
,SingleReductionKeyEdgeEntity
public interface EdgeEntity
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description <T> T
accept(EdgeEntityVisitor<T> visitor)
AbstractMapFunctionEntity
getMapFunction()
Set<String>
getReductionKeys()
int
getWeight()
boolean
isEnabled()
-
-
-
Method Detail
-
isEnabled
boolean isEnabled()
-
getWeight
int getWeight()
-
getMapFunction
AbstractMapFunctionEntity getMapFunction()
-
accept
<T> T accept(EdgeEntityVisitor<T> visitor)
-
-