Interface IRoutingAlgorithmDS
-
- All Known Implementing Classes:
XmlRoutingAlgorithmDS
public interface IRoutingAlgorithmDS
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description String
getDescription()
GUID
getId()
boolean
getIsExternal()
boolean
getIsUserOverwritingEnabled()
String
getName()
ReevaluationEvent
getReevaluationEvent()
-
-
-
Method Detail
-
getId
GUID getId()
-
getName
String getName()
-
getDescription
String getDescription()
-
getIsExternal
boolean getIsExternal()
-
getReevaluationEvent
ReevaluationEvent getReevaluationEvent()
-
getIsUserOverwritingEnabled
boolean getIsUserOverwritingEnabled()
-
-