Interface EdgeTargetInfo
-
- All Known Implementing Classes:
ContentEntityEdgeTargetInfo
public interface EdgeTargetInfo
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description float
getScore()
EdgeTargetId
getTargetId()
String
getTargetType()
-
-
-
Method Detail
-
getTargetType
String getTargetType()
-
getTargetId
EdgeTargetId getTargetId()
-
getScore
float getScore()
-
-