Uses of Interface
org.eclipse.amp.escape.runtime.extension.IAgentChild

Packages that use IAgentChild
edu.brook   
name.milesparker.epi   
name.milesparker.epi.contact   
name.milesparker.epi.plague   
name.milesparker.epi.region   
name.milesparker.markets   
org.eclipse.amp.amf.examples.escape   
org.eclipse.amp.axf.sd.model   
org.eclipse.amp.examples.heatbugs   
org.metaabm.examples.stupid1   
org.metaabm.examples.stupid2   
org.metaabm.examples.stupid3   
org.metaabm.examples.stupid5   
 

Uses of IAgentChild in edu.brook
 

Methods in edu.brook that return types with arguments of type IAgentChild
 java.util.List<IAgentChild> Player.getChildren()
           
 java.util.List<IAgentChild> PlayCell.getChildren()
           
 java.util.List<IAgentChild> DemographicPrisonersDilemma.getChildren()
           
 

Uses of IAgentChild in name.milesparker.epi
 

Methods in name.milesparker.epi that return types with arguments of type IAgentChild
 java.util.List<IAgentChild> Individual.getChildren()
           
 java.util.List<IAgentChild> Epidemic.getChildren()
           
 

Uses of IAgentChild in name.milesparker.epi.contact
 

Methods in name.milesparker.epi.contact that return types with arguments of type IAgentChild
 java.util.List<IAgentChild> Individual.getChildren()
           
 java.util.List<IAgentChild> Epidemic.getChildren()
           
 

Uses of IAgentChild in name.milesparker.epi.plague
 

Methods in name.milesparker.epi.plague that return types with arguments of type IAgentChild
 java.util.List<IAgentChild> Rat.getChildren()
           
 java.util.List<IAgentChild> Individual.getChildren()
           
 java.util.List<IAgentChild> Flea.getChildren()
           
 java.util.List<IAgentChild> Epidemic.getChildren()
           
 

Uses of IAgentChild in name.milesparker.epi.region
 

Methods in name.milesparker.epi.region that return types with arguments of type IAgentChild
 java.util.List<IAgentChild> RegionalLocation.getChildren()
           
 java.util.List<IAgentChild> Region.getChildren()
           
 java.util.List<IAgentChild> Place.getChildren()
           
 java.util.List<IAgentChild> Individual.getChildren()
           
 java.util.List<IAgentChild> City.getChildren()
           
 

Uses of IAgentChild in name.milesparker.markets
 

Methods in name.milesparker.markets that return types with arguments of type IAgentChild
 java.util.List<IAgentChild> Trader.getChildren()
           
 java.util.List<IAgentChild> Markets.getChildren()
           
 java.util.List<IAgentChild> Instrument.getChildren()
           
 java.util.List<IAgentChild> Firm.getChildren()
           
 

Uses of IAgentChild in org.eclipse.amp.amf.examples.escape
 

Methods in org.eclipse.amp.amf.examples.escape that return types with arguments of type IAgentChild
 java.util.List<IAgentChild> WikiExample.getChildren()
           
 java.util.List<IAgentChild> Individual.getChildren()
           
 java.util.List<IAgentChild> Block.getChildren()
           
 

Uses of IAgentChild in org.eclipse.amp.axf.sd.model
 

Classes in org.eclipse.amp.axf.sd.model that implement IAgentChild
 class AbstractSDModel
          Super class for all SD containers.
 

Uses of IAgentChild in org.eclipse.amp.examples.heatbugs
 

Methods in org.eclipse.amp.examples.heatbugs that return types with arguments of type IAgentChild
 java.util.List<IAgentChild> HeatCell.getChildren()
           
 java.util.List<IAgentChild> Heatbugs.getChildren()
           
 java.util.List<IAgentChild> HeatBug.getChildren()
           
 

Uses of IAgentChild in org.metaabm.examples.stupid1
 

Methods in org.metaabm.examples.stupid1 that return types with arguments of type IAgentChild
 java.util.List<IAgentChild> StupidModel1.getChildren()
           
 java.util.List<IAgentChild> Habitat.getChildren()
           
 java.util.List<IAgentChild> Bug.getChildren()
           
 

Uses of IAgentChild in org.metaabm.examples.stupid2
 

Methods in org.metaabm.examples.stupid2 that return types with arguments of type IAgentChild
 java.util.List<IAgentChild> StupidModel2.getChildren()
           
 java.util.List<IAgentChild> Habitat.getChildren()
           
 java.util.List<IAgentChild> Bug.getChildren()
           
 

Uses of IAgentChild in org.metaabm.examples.stupid3
 

Methods in org.metaabm.examples.stupid3 that return types with arguments of type IAgentChild
 java.util.List<IAgentChild> StupidModel3.getChildren()
           
 java.util.List<IAgentChild> Habitat.getChildren()
           
 java.util.List<IAgentChild> Bug.getChildren()
           
 

Uses of IAgentChild in org.metaabm.examples.stupid5
 

Methods in org.metaabm.examples.stupid5 that return types with arguments of type IAgentChild
 java.util.List<IAgentChild> StupidModel5.getChildren()
           
 java.util.List<IAgentChild> Habitat.getChildren()
           
 java.util.List<IAgentChild> Bug.getChildren()