Class FutureImpl
- java.lang.Object
-
- org.processmining.plugins.inductiveVisualMiner.chain.FutureImpl
-
- All Implemented Interfaces:
java.util.concurrent.Future<IvMObjectValues>
public class FutureImpl extends java.lang.Object implements java.util.concurrent.Future<IvMObjectValues>
-
-
Constructor Summary
Constructors Constructor Description FutureImpl()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description booleancancel(boolean mayInterruptIfRunning)IvMObjectValuesget()IvMObjectValuesget(long timeout, java.util.concurrent.TimeUnit unit)booleanisAllObjectsPresent()booleanisCancelled()booleanisDone()voidset(IvMObjectValues result, boolean allObjectsPresent)
-
-
-
Method Detail
-
cancel
public boolean cancel(boolean mayInterruptIfRunning)
- Specified by:
cancelin interfacejava.util.concurrent.Future<IvMObjectValues>
-
get
public IvMObjectValues get() throws java.lang.InterruptedException
- Specified by:
getin interfacejava.util.concurrent.Future<IvMObjectValues>- Throws:
java.lang.InterruptedException
-
get
public IvMObjectValues get(long timeout, java.util.concurrent.TimeUnit unit) throws java.lang.InterruptedException, java.util.concurrent.TimeoutException
- Specified by:
getin interfacejava.util.concurrent.Future<IvMObjectValues>- Throws:
java.lang.InterruptedExceptionjava.util.concurrent.TimeoutException
-
isCancelled
public boolean isCancelled()
- Specified by:
isCancelledin interfacejava.util.concurrent.Future<IvMObjectValues>
-
isDone
public boolean isDone()
- Specified by:
isDonein interfacejava.util.concurrent.Future<IvMObjectValues>
-
isAllObjectsPresent
public boolean isAllObjectsPresent() throws java.lang.InterruptedException- Throws:
java.lang.InterruptedException
-
set
public void set(IvMObjectValues result, boolean allObjectsPresent)
-
-