neosim.iface
Interface GeneralProjection

All Known Implementing Classes:
GeneralProjectionImpl

public interface GeneralProjection
extends Projection

A general projection defines a set of connections between two populations. The projection is specified with a SourceMethod, which runs on each member of the source population and issues connection requests to the destination population. The destination method decides to fulfill/deny these requests.


Method Summary
 DestMethod getDestMethod()
           
 Population getDestPop()
           
 SourceMethod getSrcMethod()
           
 Population getSrcPop()
           
 
Methods inherited from interface neosim.iface.Projection
getConnections, isGeneralProjection
 

Method Detail

getSrcPop

public Population getSrcPop()

getDestPop

public Population getDestPop()

getSrcMethod

public SourceMethod getSrcMethod()

getDestMethod

public DestMethod getDestMethod()