Uses of Class
repast.simphony.dataLoader.ui.wizard.builder.AgentDescriptor
Packages that use AgentDescriptor
-
Uses of AgentDescriptor in repast.simphony.dataLoader.ui.wizard.builder
Methods in repast.simphony.dataLoader.ui.wizard.builder that return types with arguments of type AgentDescriptorMethods in repast.simphony.dataLoader.ui.wizard.builder with parameters of type AgentDescriptorModifier and TypeMethodDescriptionvoid
ContextCreatorCanvas.addAgentDescriptor
(int index, AgentDescriptor desc, Point2D position) int
ContextDescriptor.addAgentDescriptor
(AgentDescriptor desc) org.piccolo2d.PNode
AgentLayer.addObject
(int index, AgentDescriptor desc, Point2D position) void
ContextDescriptor.addRelationship
(Object networkId, AgentDescriptor source, AgentDescriptor target, double strength) void
NetworkDescriptor.addRelationship
(AgentDescriptor source, AgentDescriptor target, double strength) void
ContextCreatorCanvas.removeAgentDescriptor
(AgentDescriptor agentDesc) void
ContextDescriptor.removeAgentDescriptor
(AgentDescriptor descriptor) void
ContextCreatorCanvas.removeRelationshipDescriptor
(NetworkDescriptor networkDesc, AgentDescriptor agent) void
NetworkDescriptor.removeRelationships
(AgentDescriptor descriptor) Constructors in repast.simphony.dataLoader.ui.wizard.builder with parameters of type AgentDescriptorModifierConstructorDescriptionAgentDescriptorFillerPanel
(Point2D position, ContextDescriptor contextDescriptor, ContextCreatorCanvas canvas, AgentDescriptor descriptor) RelationshipDescriptor
(AgentDescriptor source, AgentDescriptor target, double strength)