Uses of Class
org.goplanit.assignment.ltm.sltm.RootedBush
-
Packages that use RootedBush Package Description org.goplanit.assignment.ltm.sltm org.goplanit.assignment.ltm.sltm.conjugate -
-
Uses of RootedBush in org.goplanit.assignment.ltm.sltm
Classes in org.goplanit.assignment.ltm.sltm with type parameters of type RootedBush Modifier and Type Class Description class
StaticLtmBushStrategyBase<B extends RootedBush<?,?>>
Base implementation to support a bush based solution for sLTMSubclasses of RootedBush in org.goplanit.assignment.ltm.sltm Modifier and Type Class Description class
DestinationBush
A destination bush is an (inverted) acyclic directed graph rooted at many origins going to a single destination representing all implicit paths along a network to the given destination.class
OriginBush
An origin bush is an acyclic directed graph comprising of implicit paths along a network rooted at a single origin to all destination with non-zero flow.class
RootedLabelledBush
A rooted bush is an acyclic directed graph comprising of implicit paths along a network.Fields in org.goplanit.assignment.ltm.sltm declared as RootedBush Modifier and Type Field Description protected B[]
StaticLtmBushStrategyBase. bushes
tracked bushes (with non-zero demand)Methods in org.goplanit.assignment.ltm.sltm that return RootedBush Modifier and Type Method Description protected abstract B[]
StaticLtmBushStrategyBase. createEmptyBushes()
Let derived implementations create the empty bushes as desired before populating themabstract RootedBush<V,ES>
RootedBush. deepClone()
An id entity should always support a deep copy, i.e., all "owned" members will be deep copied when a clone of this instance is created via this call.abstract RootedBush<V,ES>
RootedBush. shallowClone()
Create a shallow copy of this entityConstructors in org.goplanit.assignment.ltm.sltm with parameters of type RootedBush Constructor Description RootedBush(RootedBush<V,ES> other, boolean deepCopy)
Copy constructor -
Uses of RootedBush in org.goplanit.assignment.ltm.sltm.conjugate
Subclasses of RootedBush in org.goplanit.assignment.ltm.sltm.conjugate Modifier and Type Class Description class
ConjugateDestinationBush
A conjugate rooted bush is an acyclic directed graph comprising of implicit paths along a conjugate network, i.e.
-