| Package | Description |
|---|---|
| bio.singa.simulation.features | |
| bio.singa.simulation.model.agents.linelike |
| Constructor and Description |
|---|
AttachedFilament(LineLikeAgent.FilamentType filamentType,
Evidence evidence) |
| Modifier and Type | Method and Description |
|---|---|
LineLikeAgent.FilamentType |
LineLikeAgent.getType() |
static LineLikeAgent.FilamentType |
LineLikeAgent.FilamentType.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static LineLikeAgent.FilamentType[] |
LineLikeAgent.FilamentType.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
void |
LineLikeAgent.setType(LineLikeAgent.FilamentType type) |
| Constructor and Description |
|---|
LineLikeAgent(LineLikeAgent.FilamentType type) |
LineLikeAgent(LineLikeAgent.FilamentType type,
List<Vector2D> segments,
NeumannRectangularDirection plusDirection) |
LineLikeAgent(LineLikeAgent.FilamentType type,
Vector2D initialPosition,
Vector2D initialDirection,
AutomatonGraph graph) |
Copyright © 2019. All rights reserved.