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

com.g2forge.alexandria.data.graph.Edge Maven / Gradle / Ivy

There is a newer version: 0.0.7
Show newest version
package com.g2forge.alexandria.data.graph;

import lombok.Data;

@Data
class Edge {
	protected final Node from;

	protected final Node to;
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy