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

vectorpipe.model.Nd.scala Maven / Gradle / Ivy

The newest version!
package vectorpipe.model
import scala.xml.Node

case class Nd(ref: Long)

object Nd {
  def fromXML(node: Node): Nd =
    Nd((node \@ "ref").toLong)
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy