Package com.pathFinding
Class Junction
- java.lang.Object
-
- com.pathFinding.Junction
-
public class Junction extends java.lang.Object
-
-
Constructor Summary
Constructors Constructor Description Junction(float x, float y, java.lang.String name)Constructor for Junction
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description intgetIndex()java.lang.StringgetName()floatgetX()floatgetY()voidsetIndex(int index)
-