Package org.burningwave.graph
Interface Context
- All Superinterfaces:
AutoCloseable,org.burningwave.core.Cleanable,org.burningwave.core.Closeable,org.burningwave.core.Component,ControllableContext,org.burningwave.core.Identifiable,IterableObjectSupport,ListenableContext,org.burningwave.core.Memorizer,org.burningwave.core.iterable.Properties.Listener,Serializable
- All Known Implementing Classes:
Context.Abst,Context.Simple
public interface Context extends org.burningwave.core.Component, IterableObjectSupport, ControllableContext, ListenableContext, org.burningwave.core.Cleanable, Serializable
-
Nested Class Summary
Nested Classes Modifier and Type Interface Description static classContext.Abststatic classContext.IterationContext<T>static classContext.Operationstatic classContext.SimpleNested classes/interfaces inherited from interface org.burningwave.graph.ControllableContext
ControllableContext.Directive -
Method Summary
Methods inherited from interface org.burningwave.core.Cleanable
clear, clearInBackgroundMethods inherited from interface org.burningwave.core.Closeable
closeResources, closeResources, createCloseResoucesTask, createCloseResoucesTaskMethods inherited from interface org.burningwave.graph.ControllableContext
containsOneOf, putDirective, removeDirectiveMethods inherited from interface org.burningwave.core.Identifiable
getId, getOperationIdMethods inherited from interface org.burningwave.graph.IterableObjectSupport
getCurrentIteratedObject, getCurrentIterationIndex, getCurrentIterationResult, setCurrentIterationResultMethods inherited from interface org.burningwave.graph.ListenableContext
waitForPut, waitForRemoveMethods inherited from interface org.burningwave.core.Memorizer
getOrCreateTemporaryFolder, getOrCreateTemporaryFolder, getTemporaryFolderPrefixMethods inherited from interface org.burningwave.core.iterable.Properties.Listener
checkAndListenTo, checkAndUnregister, listenTo, processChangeNotification, unregister
-
Method Details
-
get
-
removeAll
-
put
-
putAll
-
putAll
-
close
void close()- Specified by:
closein interfaceAutoCloseable- Specified by:
closein interfaceorg.burningwave.core.Closeable
-
createSymmetricClone
Context createSymmetricClone()
-