AnyLogic
Expand
Font size
All Implemented Interfaces:
IElementDescriptor, Serializable

@AnyLogicInternalAPI
public class ElementDescriptorImpl
extends Object
implements IElementDescriptor
See Also:
Serialized Form

Field Summary

Fields inherited from interface com.anylogic.engine.elements.IElementDescriptor

GIS_MARKUP_SEGMENTS, LAT_LON_PAIRS, MARKUP_SEGMENTS, MODEL_ELEMENT_DESCRIPTORS

Constructor Summary

ConstructorDescription
ElementDescriptorImpl() 

Method Summary

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

Methods inherited from class java.lang.Object

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

Constructor Details

ElementDescriptorImpl

public ElementDescriptorImpl()

Method Details

getPropertyNames

public Set<String> getPropertyNames()
Specified by:
getPropertyNames in interface IElementDescriptor

getProperty

public Object getProperty(String id)
Specified by:
getProperty in interface IElementDescriptor

setProperty

public void setProperty(String id,
 Object value)
Specified by:
setProperty in interface IElementDescriptor