AnyLogic
Expand
Font size
All Superinterfaces:
Serializable
All Known Implementing Classes:
ElementDescriptorImpl

@AnyLogicInternalAPI
public interface IElementDescriptor
extends Serializable

Field Summary

Modifier and TypeFieldDescription
static final StringGIS_MARKUP_SEGMENTS 
static final StringLAT_LON_PAIRS 
static final StringMARKUP_SEGMENTS 
static final StringMODEL_ELEMENT_DESCRIPTORS 

Method Summary

Modifier and TypeMethodDescription
ObjectgetProperty(String id) 
Set<String>getPropertyNames() 
voidsetProperty(String id, Object value) 

Field Details

MODEL_ELEMENT_DESCRIPTORS

static final String MODEL_ELEMENT_DESCRIPTORS
See Also:
Constant Field Values

LAT_LON_PAIRS

static final String LAT_LON_PAIRS
See Also:
Constant Field Values

GIS_MARKUP_SEGMENTS

static final String GIS_MARKUP_SEGMENTS
See Also:
Constant Field Values

MARKUP_SEGMENTS

static final String MARKUP_SEGMENTS
See Also:
Constant Field Values

Method Details

getPropertyNames

Set<String> getPropertyNames()

getProperty

Object getProperty(String id)

setProperty

void setProperty(String id,
 Object value)