| Modifier and Type | Field and Description |
|---|---|
PrimitiveType |
PrimitiveTypes.Boolean |
PrimitiveType |
PrimitiveTypes.Integer |
PrimitiveType |
PrimitiveTypes.Real |
PrimitiveType |
PrimitiveTypes.String |
PrimitiveType |
PrimitiveTypes.UnlimitedNatural |
| Modifier and Type | Method and Description |
|---|---|
PrimitiveType |
PrimitiveTypes.createBuiltInType(String name,
ExecutionFactory factory) |
| Modifier and Type | Method and Description |
|---|---|
FunctionBehavior |
PrimitiveFunctions.createComparisonOperator(String name,
Classifier type,
PrimitiveType booleanType,
OpaqueBehaviorExecution implementation,
ExecutionFactory factory) |
| Constructor and Description |
|---|
IntegerFunctions(PrimitiveType integerType,
PrimitiveType booleanType,
ExecutionFactory factory) |
| Modifier and Type | Field and Description |
|---|---|
PrimitiveType |
PrimitiveValue.type |
| Modifier and Type | Method and Description |
|---|---|
PrimitiveType |
LiteralEvaluation.getType(String builtInTypeName) |
| Modifier and Type | Method and Description |
|---|---|
PrimitiveType |
ExecutionFactory.getBuiltInType(String name) |
| Modifier and Type | Method and Description |
|---|---|
void |
ExecutionFactory.addBuiltInType(PrimitiveType type) |
| Modifier and Type | Method and Description |
|---|---|
PrimitiveType |
PrimitiveTypeList.getValue(int i) |
| Modifier and Type | Method and Description |
|---|---|
void |
PrimitiveTypeList.addValue(int i,
PrimitiveType v) |
void |
PrimitiveTypeList.addValue(PrimitiveType v) |
void |
PrimitiveTypeList.setValue(int i,
PrimitiveType v) |
| Modifier and Type | Method and Description |
|---|---|
PrimitiveType |
Environment.getBoolean() |
PrimitiveType |
Environment.getInteger() |
PrimitiveType |
Environment.getReal() |
PrimitiveType |
Environment.getString() |
PrimitiveType |
Environment.getUnlimitedNatural() |
| Modifier and Type | Method and Description |
|---|---|
void |
RepositoryMapping.mapPrimitiveType(PrimitiveType type,
String currentPackageName,
RepositoryArtifact artifact) |
| Modifier and Type | Method and Description |
|---|---|
PrimitiveType |
ModelFactory.createPrimitiveType(String name,
String id) |
PrimitiveType |
ModelFactory.createPrimitiveType(String name,
String id,
Package pkg) |
| Modifier and Type | Method and Description |
|---|---|
void |
InMemoryMapping.mapPrimitiveType(PrimitiveType t,
String currentPackageName,
RepositoryArtifact artifact) |
Copyright © 2016. All rights reserved.