Class ComputerFinalizationStrategy

    • Method Detail

      • apply

        public void apply​(Traversal.Admin<?,​?> traversal)
        Description copied from interface: TraversalStrategy
        The transformation the strategy applies to the traversal.
      • applyPrior

        public Set<Class<? extends TraversalStrategy.FinalizationStrategy>> applyPrior()
        Description copied from interface: TraversalStrategy
        The set of strategies that must be executed before this strategy is executed. If there are no ordering requirements, the default implementation returns an empty set.
        Returns:
        the set of strategies that must be executed prior to this one.