Interface ExecutableOperatorStats
-
Method Summary
Modifier and TypeMethodDescriptionReturns the Java class name of the operator.Returns a short string representing the operator.Methods inherited from interface se.liu.ida.hefquin.base.utils.Stats
getEntry, getEntryNames, isEmpty
-
Method Details
-
getClassName
String getClassName()Returns the Java class name of the operator. This name should be the name of the actual class and not for some base class. -
getShortString
String getShortString()Returns a short string representing the operator. Typically, this string would be the result of the toString() method of the operator.
-