All Downloads are FREE. Search and download functionalities are using the official Maven repository.

jvmMain.DefaultRaptorGraphContext.kt Maven / Gradle / Ivy

The newest version!
package io.fluidsonic.raptor

import io.fluidsonic.raptor.transactions.*


internal class DefaultRaptorGraphContext(
	override val parent: RaptorTransactionContext,
	val system: GraphSystem,
) : RaptorGraphContext {

	override val properties
		get() = parent.properties


	override fun toString() =
		parent.toString() // TODO Support hierarchical toString(). `this.properties` are missing.
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy