Uses of Class
org.goplanit.path.SimpleDirectedPathImpl
-
Packages that use SimpleDirectedPathImpl Package Description org.goplanit.path PLANit path classes -
-
Uses of SimpleDirectedPathImpl in org.goplanit.path
Methods in org.goplanit.path that return SimpleDirectedPathImpl Modifier and Type Method Description SimpleDirectedPathImpl
SimpleDirectedPathFactoryImpl. createNew()
Create new pathSimpleDirectedPathImpl
SimpleDirectedPathFactoryImpl. createNew(Deque<? extends EdgeSegment> edgeSegments)
Create new pathConstructors in org.goplanit.path with parameters of type SimpleDirectedPathImpl Constructor Description SimpleDirectedPathImpl(SimpleDirectedPathImpl other)
Copy constructor (shallow copy)
-