Uses of Interface
org.goplanit.assignment.ltm.sltm.Bush
-
Packages that use Bush Package Description org.goplanit.assignment.ltm.sltm org.goplanit.assignment.ltm.sltm.conjugate org.goplanit.assignment.ltm.sltm.consumer org.goplanit.assignment.ltm.sltm.loading -
-
Uses of Bush in org.goplanit.assignment.ltm.sltm
Classes in org.goplanit.assignment.ltm.sltm that implement Bush 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
RootedBush<V extends DirectedVertex,ES extends EdgeSegment>
A rooted bush is an acyclic directed graph comprising of implicit paths along a network.class
RootedLabelledBush
A rooted bush is an acyclic directed graph comprising of implicit paths along a network.Methods in org.goplanit.assignment.ltm.sltm that return Bush Modifier and Type Method Description Bush
Bush. 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.Bush
Bush. shallowClone()
Create a shallow copy of this entity -
Uses of Bush in org.goplanit.assignment.ltm.sltm.conjugate
Classes in org.goplanit.assignment.ltm.sltm.conjugate that implement Bush 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. -
Uses of Bush in org.goplanit.assignment.ltm.sltm.consumer
Classes in org.goplanit.assignment.ltm.sltm.consumer with type parameters of type Bush Modifier and Type Interface Description interface
BushFlowUpdateConsumer<B extends Bush>
Placeholder for bush based network loading flow update for each origin bush -
Uses of Bush in org.goplanit.assignment.ltm.sltm.loading
Classes in org.goplanit.assignment.ltm.sltm.loading with type parameters of type Bush Modifier and Type Class Description class
StaticLtmLoadingBushBase<B extends Bush>
The bush based network loading scheme for sLTM - base classMethods in org.goplanit.assignment.ltm.sltm.loading with parameters of type Bush Modifier and Type Method Description void
StaticLtmLoadingBushBase. setBushes(B[] bushes)
The bushes to use when a loading update is requested
-