public class LineLikeAgentTemplate extends Object
| Constructor and Description |
|---|
LineLikeAgentTemplate(List<LineLikeAgent> filaments,
javax.measure.Quantity<javax.measure.quantity.Length> scale) |
| Modifier and Type | Method and Description |
|---|---|
void |
associateInGraph(AutomatonGraph graph) |
List<LineLikeAgent> |
getFilaments() |
javax.measure.Quantity<javax.measure.quantity.Length> |
getScale() |
void |
mapToSystemExtend() |
void |
reduce() |
void |
scale(double scalingFactor) |
public LineLikeAgentTemplate(List<LineLikeAgent> filaments, javax.measure.Quantity<javax.measure.quantity.Length> scale)
public void associateInGraph(AutomatonGraph graph)
public void mapToSystemExtend()
public void scale(double scalingFactor)
public void reduce()
public javax.measure.Quantity<javax.measure.quantity.Length> getScale()
public List<LineLikeAgent> getFilaments()
Copyright © 2019. All rights reserved.