public class PositiveBoundHiveDecimal extends BoundaryDecimal<PositiveBoundHiveDecimal.PositiveBoundHiveDecimalTag>
Modifier and Type | Class and Description |
---|---|
static class |
PositiveBoundHiveDecimal.PositiveBoundHiveDecimalTag
A custom Action for the 'dg:positiveBoundHiveDecimal' tag inside models
|
Constructor and Description |
---|
PositiveBoundHiveDecimal() |
Modifier and Type | Method and Description |
---|---|
Class<PositiveBoundHiveDecimal.PositiveBoundHiveDecimalTag> |
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(PositiveBoundHiveDecimal.PositiveBoundHiveDecimalTag 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.
|
constructData, negative, positive, returnStates, setParameters
public Class<PositiveBoundHiveDecimal.PositiveBoundHiveDecimalTag> getTagActionClass()
CustomTagExtension
public String getTagName()
CustomTagExtension
public String getTagNameSpace()
CustomTagExtension
public List<Map<String,String>> pipelinePossibleStates(PositiveBoundHiveDecimal.PositiveBoundHiveDecimalTag action, List<Map<String,String>> possibleStateList)
CustomTagExtension
action
- 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.