public class Environment extends Object
| Modifier and Type | Method and Description |
|---|---|
Behavior |
findBehavior(String name) |
Element |
findElementById(String id) |
int |
getBehaviorCount() |
String[] |
getBehaviorNames() |
PrimitiveType |
getBoolean() |
static Environment |
getInstance() |
static Environment |
getInstance(ExecutionFactory factory) |
PrimitiveType |
getInteger() |
PrimitiveType |
getReal() |
PrimitiveType |
getString() |
PrimitiveType |
getUnlimitedNatural() |
EnumerationValue |
makeEnumerationValue(Classifier classifier) |
PrimitiveValue |
makePrimitiveValue(Classifier classifier) |
StructuredValue |
makeStructuredValue(Classifier classifier) |
Value |
makeValue(Classifier type) |
public Locus locus
public static Environment getInstance()
public static Environment getInstance(ExecutionFactory factory)
public int getBehaviorCount()
public String[] getBehaviorNames()
public PrimitiveType getBoolean()
public PrimitiveType getString()
public PrimitiveType getInteger()
public PrimitiveType getReal()
public PrimitiveType getUnlimitedNatural()
public PrimitiveValue makePrimitiveValue(Classifier classifier)
public EnumerationValue makeEnumerationValue(Classifier classifier)
public StructuredValue makeStructuredValue(Classifier classifier)
public Value makeValue(Classifier type)
Copyright © 2016. All rights reserved.