| Package | Description |
|---|---|
| net.sourceforge.nrl.parser.model |
Definition of the internal meta-model that rules are written against.
|
| net.sourceforge.nrl.parser.model.uml2 |
A model implementation that provides an implementation over the UML2 model
classes.
|
| net.sourceforge.nrl.parser.model.xsd |
XML Schema model loader.
|
| Modifier and Type | Interface and Description |
|---|---|
interface |
IEnumerationLiteral
A specialised data type that represents all enumeration literals.
|
| Modifier and Type | Method and Description |
|---|---|
IDataType |
PrimitiveTypeFactory.getType(NRLDataType nrlType)
Return a data type object corresponding to the given NRL type.
|
IDataType |
PrimitiveTypeFactory.getType(String name)
Return a data type by name.
|
| Modifier and Type | Method and Description |
|---|---|
Collection<IDataType> |
PrimitiveTypeFactory.getAllTypes() |
| Modifier and Type | Class and Description |
|---|---|
class |
UML2DataType
A data type that wraps a UML2 DataType object.
|
| Modifier and Type | Class and Description |
|---|---|
class |
XSDDataType
An XSD data type is either a simple type, a derived simple type, or a
complex type derived from a simple type (with optional added attributes).
|
Copyright © 2006-2013. All Rights Reserved.