Class AnalysisEngine.DefaultCallable

  • All Implemented Interfaces:
    java.util.concurrent.Callable
    Enclosing class:
    AnalysisEngine

    public static class AnalysisEngine.DefaultCallable
    extends java.lang.Object
    implements java.util.concurrent.Callable
    • Constructor Summary

      Constructors 
      Constructor Description
      DefaultCallable​(oracle.spatial.network.lod.algo.Algorithm algo, java.lang.Object... input)  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      java.lang.Object call()  
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • DefaultCallable

        public DefaultCallable​(oracle.spatial.network.lod.algo.Algorithm algo,
                               java.lang.Object... input)