Package org.burningwave.graph
Interface Context
- All Superinterfaces:
AutoCloseable,Clearable,org.burningwave.core.Component,ControllableContext,IterableObjectSupport,ListenableContext,org.burningwave.core.ManagedLogger,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, Clearable, 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.Component
getOrCreateTemporaryFolder, getTemporaryFolderPrefixMethods inherited from interface org.burningwave.graph.ControllableContext
containsOneOf, putDirective, removeDirectiveMethods inherited from interface org.burningwave.graph.IterableObjectSupport
getCurrentIteratedObject, getCurrentIterationIndex, getCurrentIterationResult, setCurrentIterationResult
-
Method Details
-
get
-
removeAll
-
put
-
putAll
-
putAll
-
close
void close()- Specified by:
closein interfaceAutoCloseable- Specified by:
closein interfaceorg.burningwave.core.Component
-
createSymmetricClone
Context createSymmetricClone()
-