Class ContextDescriptor
java.lang.Object
repast.simphony.dataLoader.ui.wizard.builder.ContextDescriptor
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionint
void
addRelationship
(Object networkId, AgentDescriptor source, AgentDescriptor target, double strength) getID()
getName()
boolean
void
removeAgentDescriptor
(AgentDescriptor descriptor) void
setDirected
(boolean directed)
-
Constructor Details
-
ContextDescriptor
-
-
Method Details
-
getName
-
getParentID
-
addAgentDescriptor
-
addRelationship
public void addRelationship(Object networkId, AgentDescriptor source, AgentDescriptor target, double strength) -
getAgentClasses
-
getAgentDescriptors
-
getNetworkDescriptors
-
getID
-
setDirected
public void setDirected(boolean directed) -
isDirected
public boolean isDirected() -
removeAgentDescriptor
-