| Modifier and Type | Method and Description |
|---|---|
static ReferenceSlot |
HutnExtendedFactory.createReferenceSlot(String feature,
ClassObject owner,
org.eclipse.emf.common.util.EList<String> values) |
| Modifier and Type | Method and Description |
|---|---|
ClassObject |
HutnFactory.createClassObject()
Returns a new object of class 'Class Object'.
|
ClassObject |
Slot.getOwner()
Returns the value of the 'Owner' container reference.
|
| Modifier and Type | Method and Description |
|---|---|
org.eclipse.emf.common.util.EList<ClassObject> |
PackageObject.getClassObjects()
Returns the value of the 'Class Objects' containment reference list.
|
org.eclipse.emf.common.util.EList<ClassObject> |
ContainmentSlot.getClassObjects()
Returns the value of the 'Class Objects' containment reference list.
|
org.eclipse.emf.common.util.EList<ClassObject> |
ClassObjectSlot.getClassObjects()
Returns a list of the class objects in this slot.
|
| Modifier and Type | Method and Description |
|---|---|
void |
ClassObjectSlot.addClassObject(ClassObject classObject) |
void |
Slot.setOwner(ClassObject value)
Sets the value of the '
Owner' container reference. |
| Modifier and Type | Method and Description |
|---|---|
void |
ClassObjectSlot.setClassObjects(org.eclipse.emf.common.util.EList<ClassObject> classObjects)
Replaces the class objects in this slot.
|
| Modifier and Type | Class and Description |
|---|---|
class |
ClassObjectImpl
An implementation of the model object 'Class Object'.
|
| Modifier and Type | Field and Description |
|---|---|
protected org.eclipse.emf.common.util.EList<ClassObject> |
PackageObjectImpl.classObjects
The cached value of the '
Class Objects' containment reference list. |
protected org.eclipse.emf.common.util.EList<ClassObject> |
ContainmentSlotImpl.classObjects
The cached value of the '
Class Objects' containment reference list. |
| Modifier and Type | Method and Description |
|---|---|
ClassObject |
HutnFactoryImpl.createClassObject() |
ClassObject |
SlotImpl.getOwner() |
| Modifier and Type | Method and Description |
|---|---|
org.eclipse.emf.common.util.EList<ClassObject> |
PackageObjectImpl.getClassObjects() |
org.eclipse.emf.common.util.EList<ClassObject> |
ContainmentSlotImpl.getClassObjects() |
org.eclipse.emf.common.util.EList<ClassObject> |
ReferenceSlotImpl.getClassObjects() |
abstract org.eclipse.emf.common.util.EList<ClassObject> |
ClassObjectSlotImpl.getClassObjects() |
org.eclipse.emf.common.util.EList<ClassObject> |
ContainmentSlotImpl.getValues() |
| Modifier and Type | Method and Description |
|---|---|
void |
ContainmentSlotImpl.addClassObject(ClassObject classObject) |
void |
ReferenceSlotImpl.addClassObject(ClassObject classObject) |
abstract void |
ClassObjectSlotImpl.addClassObject(ClassObject classObject) |
org.eclipse.emf.common.notify.NotificationChain |
SlotImpl.basicSetOwner(ClassObject newOwner,
org.eclipse.emf.common.notify.NotificationChain msgs) |
void |
SlotImpl.setOwner(ClassObject newOwner) |
| Modifier and Type | Method and Description |
|---|---|
void |
ContainmentSlotImpl.setClassObjects(org.eclipse.emf.common.util.EList<ClassObject> classObjects) |
void |
ReferenceSlotImpl.setClassObjects(org.eclipse.emf.common.util.EList<ClassObject> classObjects) |
abstract void |
ClassObjectSlotImpl.setClassObjects(org.eclipse.emf.common.util.EList<ClassObject> classObjects) |
| Modifier and Type | Method and Description |
|---|---|
T1 |
HutnSwitch.caseClassObject(ClassObject object)
Returns the result of interpreting the object as an instance of 'Class Object'.
|
| Modifier and Type | Method and Description |
|---|---|
static ClassObject |
HutnUtil.createClassObject(Slot<?>... slots) |
static ClassObject |
HutnUtil.createClassObject(String type,
Slot<?>... slots) |
static ClassObject |
HutnUtil.createClassObject(String identifier,
String type,
int line,
int column,
Slot<?>... slots) |
static ClassObject |
HutnUtil.createClassObject(String identifier,
String type,
Slot<?>... slots) |
| Modifier and Type | Method and Description |
|---|---|
static ContainmentSlot |
HutnUtil.createContainmentSlot(String feature,
ClassObject... values) |
static PackageObject |
HutnUtil.createPackageObject(ClassObject... classes) |
static PackageObject |
HutnUtil.createPackageObject(String type,
ClassObject... classes) |
static PackageObject |
HutnUtil.createPackageObject(String identifier,
String type,
ClassObject... classes) |
| Modifier and Type | Method and Description |
|---|---|
static void |
AbstractClassObjectUnparserTest.classObjectUnparserTest(ClassObject co) |
static void |
AbstractSlotUnparserTest.containmentSlotTest(String featureName,
ClassObject[] classObjects,
String[] hutns) |
static void |
AbstractSlotUnparserTest.referenceSlotTest(String featureName,
ClassObject[] classObjects,
String[] hutns) |
static void |
AbstractSlotUnparserTest.referenceSlotTest(String featureName,
String[] referenceValues,
ClassObject[] classObjects,
String[] hutns) |
| Modifier and Type | Method and Description |
|---|---|
ClassObject |
SpecGenerator.getCurrentClassObject() |
| Modifier and Type | Method and Description |
|---|---|
Collection<ClassObject> |
UriFragmentResolver.resolve(String value) |
| Modifier and Type | Method and Description |
|---|---|
String |
ClassObjectNamer.name(ClassObject co) |
| Modifier and Type | Method and Description |
|---|---|
protected static ClassObject |
HutnXmiBridgeIntegrationTest.getFamily() |
protected static ClassObject |
HutnXmiBridgeIntegrationTest.getModel() |
| Modifier and Type | Method and Description |
|---|---|
ClassObject |
ClassObjectCache.get(String identifier) |
| Modifier and Type | Method and Description |
|---|---|
static org.eclipse.emf.ecore.EStructuralFeature |
HutnUtil.determineFeatureFromMetaClass(ClassObject classObject,
String featureName) |
static Slot<?> |
HutnUtil.determineSlotFromMetaFeature(ClassObject classObject,
String featureName) |
| Modifier and Type | Class and Description |
|---|---|
class |
ClassObjectStub |
Copyright © 2020. All rights reserved.