AnyLogic
Expand
Font size

@AnyLogicInternalAPI
public class OmniFrame
extends Object
This class is internal and shouldn't be called by user.
it may be removed/renamed in future.

Nested Class Summary

Modifier and TypeClassDescription
static class OmniFrame.FrameInfo 
static class OmniFrame.InstancedFieldInfo 
static class OmniFrame.PopulationInfo 
static class OmniFrame.StaticFieldInfo 

Field Summary

Modifier and TypeFieldDescription
static final OmniFrameNULL_FRAME 

Constructor Summary

ConstructorDescription
OmniFrame(long id, boolean fullframe) 

Method Summary

Methods inherited from class java.lang.Object

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

Field Details

NULL_FRAME

public static final OmniFrame NULL_FRAME

Constructor Details

OmniFrame

public OmniFrame(long id,
 boolean fullframe)

Method Details

getId

public long getId()

isFullFrame

public boolean isFullFrame()

toString

public String toString()
Overrides:
toString in class Object

addStaticAttributesInfo

public void addStaticAttributesInfo(OmniFrame.FrameInfo info)

addStaticVariantsInfo

public void addStaticVariantsInfo(OmniFrame.FrameInfo info)

getStaticsAttributes

public Collection<OmniFrame.FrameInfo> getStaticsAttributes()

getStaticsVariants

public Collection<OmniFrame.FrameInfo> getStaticsVariants()

addPopulationInfo

public void addPopulationInfo(OmniFrame.FrameInfo info)

getPopulations

public Collection<OmniFrame.FrameInfo> getPopulations()