|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use IDataType | |
---|---|
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. |
Uses of IDataType in net.sourceforge.nrl.parser.model |
---|
Subinterfaces of IDataType in net.sourceforge.nrl.parser.model | |
---|---|
interface |
IEnumerationLiteral
A specialised data type that represents all enumeration literals. |
Methods in net.sourceforge.nrl.parser.model that return IDataType | |
---|---|
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. |
Methods in net.sourceforge.nrl.parser.model that return types with arguments of type IDataType | |
---|---|
Collection<IDataType> |
PrimitiveTypeFactory.getAllTypes()
|
Uses of IDataType in net.sourceforge.nrl.parser.model.uml2 |
---|
Classes in net.sourceforge.nrl.parser.model.uml2 that implement IDataType | |
---|---|
class |
UML2DataType
A data type that wraps a UML2 DataType object. |
Uses of IDataType in net.sourceforge.nrl.parser.model.xsd |
---|
Classes in net.sourceforge.nrl.parser.model.xsd that implement IDataType | |
---|---|
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). |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |