Package org.anchoranalysis.mpp.mark
Class GlobalRegionIdentifiers
Object
GlobalRegionIdentifiers
Defines global identifiers for different regions of a mark.
This class provides constants that represent different parts or regions of a mark, which can be used for consistent identification across the system.
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final int
Identifier for the core region of a submark.static final int
Identifier for the inner core region of a submark.static final int
Identifier for the inside region of a submark.static final int
Identifier for the outside region of a submark.static final int
Identifier for the shell region of a submark.static final int
Identifier for the outer shell region of a submark. -
Method Summary
-
Field Details
-
SUBMARK_INSIDE
public static final int SUBMARK_INSIDEIdentifier for the inside region of a submark.- See Also:
-
SUBMARK_SHELL
public static final int SUBMARK_SHELLIdentifier for the shell region of a submark.- See Also:
-
SUBMARK_CORE
public static final int SUBMARK_COREIdentifier for the core region of a submark.- See Also:
-
SUBMARK_OUTSIDE
public static final int SUBMARK_OUTSIDEIdentifier for the outside region of a submark.- See Also:
-
SUBMARK_CORE_INNER
public static final int SUBMARK_CORE_INNERIdentifier for the inner core region of a submark.- See Also:
-
SUBMARK_SHELL_OUTSIDE
public static final int SUBMARK_SHELL_OUTSIDEIdentifier for the outer shell region of a submark.- See Also:
-