public class PositiveBoundHiveTinyInt extends BoundaryInteger<PositiveBoundHiveTinyInt.PositiveBoundHiveTinyIntTag>
| Modifier and Type | Class and Description |
|---|---|
static class |
PositiveBoundHiveTinyInt.PositiveBoundHiveTinyIntTag
A custom Action for the 'dg:positiveBoundHiveTinyInt' tag inside models
|
| Constructor and Description |
|---|
PositiveBoundHiveTinyInt() |
| Modifier and Type | Method and Description |
|---|---|
Class<PositiveBoundHiveTinyInt.PositiveBoundHiveTinyIntTag> |
getTagActionClass()
Returns a class object representing the Action class handled by this class' pipelinePossibleStates logic
|
String |
getTagName()
Returns the name of this custom tag, as would be used in the model
|
String |
getTagNameSpace()
Returns the name space of this custom tag, as would be used in the model
|
List<Map<String,String>> |
pipelinePossibleStates(PositiveBoundHiveTinyInt.PositiveBoundHiveTinyIntTag action,
List<Map<String,String>> possibleStateList)
Given an appropriate Action object for a tag in an scxml model, performs arbitrary logic on a list of
possible states.
|
buildNumericData, negativeCase, positiveCase, returnStatespublic Class<PositiveBoundHiveTinyInt.PositiveBoundHiveTinyIntTag> getTagActionClass()
CustomTagExtensionpublic String getTagName()
CustomTagExtensionpublic String getTagNameSpace()
CustomTagExtensionpublic List<Map<String,String>> pipelinePossibleStates(PositiveBoundHiveTinyInt.PositiveBoundHiveTinyIntTag action, List<Map<String,String>> possibleStateList)
CustomTagExtensionaction - an Action of the type handled by this classpossibleStateList - a current list of possible states produced so far from
expanding a model stateCopyright © 2016. All rights reserved.