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 classDestinationBushA 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.classOriginBushAn 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.classRootedBush<V extends DirectedVertex,ES extends EdgeSegment>A rooted bush is an acyclic directed graph comprising of implicit paths along a network.classRootedLabelledBushA 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 BushBush. 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.BushBush. 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 classConjugateDestinationBushA 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 interfaceBushFlowUpdateConsumer<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 classStaticLtmLoadingBushBase<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 voidStaticLtmLoadingBushBase. setBushes(B[] bushes)The bushes to use when a loading update is requested
-