Uses of Enum Class
org.aksw.commons.util.direction.Direction
Packages that use Direction
-
Uses of Direction in org.aksw.commons.util.direction
Subclasses with type arguments of type Direction in org.aksw.commons.util.directionModifier and TypeClassDescriptionenumAn enumeration for representing forward and backward directions.Methods in org.aksw.commons.util.direction that return DirectionModifier and TypeMethodDescriptionstatic DirectionDirection.ofFwd(boolean isFwd) Direction.opposite()Return the opposite direction - forward becomes backward and vice versa.static DirectionReturns the enum constant of this class with the specified name.static Direction[]Direction.values()Returns an array containing the constants of this enum class, in the order they are declared.