Uses of Interface
com.kuka.nav.fleet.GraphMotionResult

Packages that use GraphMotionResult
com.kuka.nav.fleet Contains the fleet manager API. 
 

Uses of GraphMotionResult in com.kuka.nav.fleet
 

Methods in com.kuka.nav.fleet that return GraphMotionResult
 GraphMotionResult GraphMotionContainer.awaitFinalized()
          Blocks the calling thread until this graph motion container is finalized or an interrupted exception occurs.
 GraphMotionResult CoordinatedGraphMotionContainer.awaitFinalized()
          Blocks the calling thread until this coordinated graph motion container changes its state to GraphMotionState.FINALIZED or an interrupted exception occurs.
 GraphMotionResult GraphMotionContainer.awaitFinalized(long timeout, TimeUnit unit)
          Blocks the calling thread until this graph motion container is finalized, the given timeout has passed or an interrupted exception occurs.
 GraphMotionResult CoordinatedGraphMotionContainer.awaitFinalized(long timeout, TimeUnit unit)
          Blocks the calling thread until this coordinated graph motion changes its state to GraphMotionState.FINALIZED, the given timeout has passed, or an interrupted exception occurs.
 GraphMotionResult GraphMotionContainerBase.getResult()
          Gets the result of the container after it was finalized.
 



Copyright © 2019. All rights reserved.