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

lspace.librarian.provider.transaction.TEdge.scala Maven / Gradle / Ivy

There is a newer version: 0.6.0.12
Show newest version
package lspace.librarian.provider.transaction

import lspace.librarian.provider.mem.MemEdge
import lspace.librarian.structure.{Edge, Graph}

trait TEdge[S, E] extends MemEdge[S, E] with TResource[Edge[S, E]]




© 2015 - 2024 Weber Informatics LLC | Privacy Policy