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

com.harium.etyl.linear.graph.directional.Direction Maven / Gradle / Ivy

There is a newer version: 1.0.18
Show newest version
package com.harium.etyl.linear.graph.directional;

public enum Direction {

	ORIGIN_TO_DESTINATION, DESTINATION_TO_ORIGIN, BIDIRECTIONAL; 
	
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy