|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use AbstractStepAction | |
|---|---|
| org.inria.ns.reflex.processor.asl | The Active Schema Language implementation. |
| org.inria.ns.reflex.processor.asl.types | Provides type support for ASL. |
| Uses of AbstractStepAction in org.inria.ns.reflex.processor.asl |
|---|
| Subclasses of AbstractStepAction in org.inria.ns.reflex.processor.asl | |
|---|---|
class |
AbstractPrimitiveModelAction
At runtime, the AbstractPrimitiveModelAction defines a
selection list. |
class |
AttributeAction
At runtime, the <asl:attribute> element defines or refer to an attribute. |
static class |
AttributeAction.NameRef
Refers to an attribute by its name. |
static class |
AttributeAction.NamespaceRef
Refers to an attribute set by its namespace URI. |
class |
AttributeDefinitionAction
At runtime, the <asl:attribute> element with its name attribute defines an attribute. |
class |
ChoiceAction
The <asl:choice> defines a choice list. |
class |
ContainerStepAction
The <asl:step> element defines a step. |
class |
ElementAction
The <asl:element> element refers to an element. |
static class |
ElementAction.NameRef
Refers to an element by its name. |
static class |
ElementAction.NamespaceRef
Refers to an element by its namespace URI. |
class |
ElementDefinitionAction
The <asl:element> element defines an element. |
class |
InterimStepAction
An interim step has two facets : this STEP action, and a context-feeder (the InterimStepAction.InterimAction inner class). |
class |
SelectAction
The <asl:select> element defines a selection list. |
class |
SequenceAction
The <asl:sequence> element defines a sequence. |
class |
TextAction
At runtime, the <asl:text> element defines a text value, refers to a text type, or matches a pattern. |
static class |
TextAction.InlineType
Defines a text action that refers to a data type which is defined inline. |
static class |
TextAction.Pattern
Defines a text action that matches a pattern. |
static class |
TextAction.TypeNameRef
Defines a text action that refers to a data type by its name. |
static class |
TextAction.Value
Defines a text action that matches a value. |
| Uses of AbstractStepAction in org.inria.ns.reflex.processor.asl.types |
|---|
| Subclasses of AbstractStepAction in org.inria.ns.reflex.processor.asl.types | |
|---|---|
class |
TypeAction
TypeAction defines a data type
exposed with the <asl:type> element. |
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||