public class Subpath extends Object
Subpath()
Subpath(String type)
void
add(Knot knot)
Iterable<Knot>
getKnots()
String
getType()
int
size()
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
public Subpath()
public Subpath(String type)
public void add(Knot knot)
public int size()
public Iterable<Knot> getKnots()
public String getType()
Copyright © 2002-2017 Drew Noakes. All Rights Reserved.