AnyLogic
Expand
Font size
Enclosing class:
OmniFrame

public static class OmniFrame.PopulationInfo
extends OmniFrame.FrameInfo

Constructor Summary

ConstructorDescription
PopulationInfo(String path, List<String> ids, List<OmniFrame.InstancedFieldInfo> attributes, List<OmniFrame.InstancedFieldInfo> variants) 

Method Summary

Methods inherited from class java.lang.Object

getClass, notify, notifyAll, wait, wait, wait

Constructor Details

PopulationInfo

public PopulationInfo(String path,
 List<String> ids,
 List<OmniFrame.InstancedFieldInfo> attributes,
 List<OmniFrame.InstancedFieldInfo> variants)

Method Details

getPath

public String getPath()

getIds

public List<String> getIds()

getAttributes

public List<OmniFrame.InstancedFieldInfo> getAttributes()

toString

public String toString()
Overrides:
toString in class Object

getVariants

public List<OmniFrame.InstancedFieldInfo> getVariants()

equals

public boolean equals(Object obj)
Overrides:
equals in class Object

hashCode

public int hashCode()
Overrides:
hashCode in class Object