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 TypeMethodDescriptionvoidContextCreatorCanvas.addAgentDescriptor(int index, AgentDescriptor desc, Point2D position) intContextDescriptor.addAgentDescriptor(AgentDescriptor desc) org.piccolo2d.PNodeAgentLayer.addObject(int index, AgentDescriptor desc, Point2D position) voidContextDescriptor.addRelationship(Object networkId, AgentDescriptor source, AgentDescriptor target, double strength) voidNetworkDescriptor.addRelationship(AgentDescriptor source, AgentDescriptor target, double strength) voidContextCreatorCanvas.removeAgentDescriptor(AgentDescriptor agentDesc) voidContextDescriptor.removeAgentDescriptor(AgentDescriptor descriptor) voidContextCreatorCanvas.removeRelationshipDescriptor(NetworkDescriptor networkDesc, AgentDescriptor agent) voidNetworkDescriptor.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)