|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use InteractionMatrixLine | |
---|---|
fr.lifl.jedi.model | This package provides the classes required to design the model of a simulation in JEDI. |
fr.lifl.jedi.model.interactionDeclaration | This package defines the classes required to design the interaction matrix of a simulation. |
Uses of InteractionMatrixLine in fr.lifl.jedi.model |
---|
Methods in fr.lifl.jedi.model that return InteractionMatrixLine | |
---|---|
InteractionMatrixLine |
Agent.getInteractionMatrixLine()
Gets the interaction matrix line of the agent. |
Methods in fr.lifl.jedi.model with parameters of type InteractionMatrixLine | |
---|---|
void |
Agent.setInteractionMatrixLine(InteractionMatrixLine line)
Sets the interaction matrix line of the agent. |
Constructors in fr.lifl.jedi.model with parameters of type InteractionMatrixLine | |
---|---|
Agent(double width,
double height,
InteractionMatrixLine line)
Constructor of the agent, that specifies the width and the height of the surface occupied by the agent. |
|
Agent(double width,
double height,
PhysicalHalo halo,
InteractionMatrixLine line)
Constructor of the agent, that specifies the width and the height of the surface occupied by the agent. |
|
Agent(InteractionMatrixLine line)
Constructor of the agent, that makes the assumption that an agent is a point. |
|
Agent(PhysicalHalo halo,
InteractionMatrixLine line)
Constructor of the agent, that makes the assumption that an agent is a point. |
Uses of InteractionMatrixLine in fr.lifl.jedi.model.interactionDeclaration |
---|
Methods in fr.lifl.jedi.model.interactionDeclaration that return InteractionMatrixLine | |
---|---|
InteractionMatrixLine |
InteractionMatrixLine.clone()
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |