cz.cuni.amis.pogamut.sposh.elements
Class LapPath.Link
java.lang.Object
cz.cuni.amis.pogamut.sposh.elements.LapPath.Link
- Enclosing class:
- LapPath
public static class LapPath.Link
- extends Object
One link of the path, immutable.
LapPath.Link
public LapPath.Link(LapType type,
int id)
getType
public LapType getType()
- Returns:
- Type of path link
getId
public int getId()
- Returns:
- Id of link. Id is index into list of all children of parent
with same
getType().
toString
public String toString()
- Overrides:
toString in class Object
equals
public boolean equals(Object obj)
- Overrides:
equals in class Object
hashCode
public int hashCode()
- Overrides:
hashCode in class Object
Copyright © 2014 AMIS research group, Faculty of Mathematics and Physics, Charles University in Prague, Czech Republic. All Rights Reserved.