Uses of Class
bio.singa.simulation.model.agents.linelike.LineLikeAgent.GrowthBehaviour
-
Packages that use LineLikeAgent.GrowthBehaviour Package Description bio.singa.simulation.model.agents.linelike -
-
Uses of LineLikeAgent.GrowthBehaviour in bio.singa.simulation.model.agents.linelike
Methods in bio.singa.simulation.model.agents.linelike that return LineLikeAgent.GrowthBehaviour Modifier and Type Method Description LineLikeAgent.GrowthBehaviourLineLikeAgent. getMinusEndBehaviour()LineLikeAgent.GrowthBehaviourLineLikeAgent. getPlusEndBehaviour()static LineLikeAgent.GrowthBehaviourLineLikeAgent.GrowthBehaviour. valueOf(String name)Returns the enum constant of this type with the specified name.static LineLikeAgent.GrowthBehaviour[]LineLikeAgent.GrowthBehaviour. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in bio.singa.simulation.model.agents.linelike with parameters of type LineLikeAgent.GrowthBehaviour Modifier and Type Method Description voidLineLikeAgent. setMinusEndBehaviour(LineLikeAgent.GrowthBehaviour minusEndBehaviour)voidLineLikeAgent. setPlusEndBehaviour(LineLikeAgent.GrowthBehaviour plusEndBehaviour)
-