AnyLogic
Expand
Font size
    java.lang.Object
      com.anylogic.engine.omniverse_connector.OmniverseSyncParameters.PopulationAssets
Enclosing class:
OmniverseSyncParameters

public static class OmniverseSyncParameters.PopulationAssets
extends Object

Constructor Summary

ConstructorDescription
PopulationAssets(String popName, List<String> popAssets, int popCacheSize, boolean instanceable) 

Method Summary

Modifier and TypeMethodDescription
List<String>getPopAssets() 
intgetPopCacheSize() 
StringgetPopName() 
booleanisInstanceable() 

Methods inherited from class java.lang.Object

equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait

Constructor Details

PopulationAssets

public PopulationAssets(String popName,
 List<String> popAssets,
 int popCacheSize,
 boolean instanceable)

Method Details

getPopName

public String getPopName()

getPopAssets

public List<String> getPopAssets()

getPopCacheSize

public int getPopCacheSize()

isInstanceable

public boolean isInstanceable()