org.nlogo.agent
Class DummyLink

java.lang.Object
  extended by java.util.Observable
      extended by org.nlogo.agent.Agent
          extended by org.nlogo.agent.Link
              extended by org.nlogo.agent.DummyLink
All Implemented Interfaces:
Comparable<Agent>, Agent, Link

public class DummyLink
extends Link


Field Summary
 
Fields inherited from class org.nlogo.agent.Link
BIT, DEFAULT_COLOR, LAST_PREDEFINED_VAR, MODE_FIXED, MODE_FREE, MODE_NONE, NUMBER_PREDEFINED_VARS, VAR_BREED, VAR_COLOR, VAR_END1, VAR_END2, VAR_LABEL, VAR_SHAPE, VAR_THICKNESS, VAR_TIEMODE
 
Fields inherited from class org.nlogo.agent.Agent
id, variables
 
Constructor Summary
DummyLink(World world, Object end1, Object end2, AgentSet breed)
           
 
Method Summary
 String toString()
           
 
Methods inherited from class org.nlogo.agent.Link
agentKey, bothEnds, cachedShape, cachedShape, classDisplayName, color, color, colorDouble, colorDoubleUnchecked, compareTo, die, end1, end2, getAgentBit, getAgentClass, getBreed, getBreedIndex, getBreedVariable, getLinkBreedVariable, getLinkVariable, getLinkVariableDouble, getObserverVariable, getPatchAtOffsets, getPatchVariable, getTurtleOrLinkVariable, getTurtleVariable, getVariable, hasLabel, heading, hidden, hidden, isDirectedLink, isTied, label, label, labelColor, labelColor, labelColor, labelString, lineThickness, lineThickness, linkDestinationSize, midpointX, midpointY, mode, mode, setBreed, setBreedVariable, setBreedVariable, setLinkBreedVariable, setLinkVariable, setLinkVariable, setObserverVariable, setPatchVariable, setPatchVariable, setTurtleOrLinkVariable, setTurtleVariable, setTurtleVariable, setVariable, shape, shape, size, untie, x1, x2, y1, y2
 
Methods inherited from class org.nlogo.agent.Agent
getVariableCount, id, variableConstraint, variableConstraint, world
 
Methods inherited from class java.util.Observable
addObserver, countObservers, deleteObserver, deleteObservers, hasChanged, notifyObservers, notifyObservers
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait
 
Methods inherited from interface org.nlogo.api.Agent
id, world
 

Constructor Detail

DummyLink

public DummyLink(World world,
                 Object end1,
                 Object end2,
                 AgentSet breed)
Method Detail

toString

public String toString()
Overrides:
toString in class Link