AnyLogic
Expand
Font size

@Target({TYPE,METHOD,FIELD,CONSTRUCTOR,LOCAL_VARIABLE})
@Retention(CLASS)
@AnyLogicInternalAPI
public @interface AnyLogicCustomProposalPriority
Users should ignore this annotation.
This annotation is used only inside the AnyLogic, for code completion purposes
Author:
AnyLogic North America, LLC https://anylogic.com

Nested Class Summary

Modifier and TypeClassDescription
static enum AnyLogicCustomProposalPriority.Type 

Field Summary

Modifier and TypeFieldDescription
static final StringFULLY_QUALIFIED_STATIC_ELEMENT 
static final intP_CODEGEN_API
A little bit more than AnyLogicInternalCodegenAPI
static final intP_DRAW_API 
static final intP_DRAW_CONTAINS_API 
static final intP_LIBRARY_DEVELOPER_API
For elements which are used by libraries but may be rarely used by modelers (therefore they don't have AnyLogicInternalAPI annotation)
static final intP_PORT_API 

Field Details

FULLY_QUALIFIED_STATIC_ELEMENT

static final String FULLY_QUALIFIED_STATIC_ELEMENT

P_DRAW_CONTAINS_API

static final int P_DRAW_CONTAINS_API
See Also:
Constant Field Values

P_DRAW_API

static final int P_DRAW_API
See Also:
Constant Field Values

P_CODEGEN_API

static final int P_CODEGEN_API
A little bit more than AnyLogicInternalCodegenAPI
See Also:
Constant Field Values

P_LIBRARY_DEVELOPER_API

static final int P_LIBRARY_DEVELOPER_API
For elements which are used by libraries but may be rarely used by modelers (therefore they don't have AnyLogicInternalAPI annotation)
See Also:
Constant Field Values

P_PORT_API

static final int P_PORT_API
See Also:
Constant Field Values