| Package | Description |
|---|---|
| org.verapdf.generator | |
| org.verapdf.model | |
| org.verapdf.model.impl | |
| org.verapdf.model.util | |
| org.verapdf.serializer |
| Modifier and Type | Method and Description |
|---|---|
CharSequence |
ModelGenerator.compile(Entity entity,
List<Import> imports) |
CharSequence |
ModelGenerator.generateGenericModelObject(Entity e) |
| Modifier and Type | Method and Description |
|---|---|
Entity |
ModelFactory.createEntity()
Returns a new object of class 'Entity'.
|
Entity |
Entity.getSuperType()
Returns the value of the 'Super Type' reference.
|
Entity |
Link.getType()
Returns the value of the 'Type' reference.
|
| Modifier and Type | Method and Description |
|---|---|
org.eclipse.emf.common.util.EList<Entity> |
Model.getElements()
Returns the value of the 'Elements' containment reference list.
|
| Modifier and Type | Method and Description |
|---|---|
void |
Entity.setSuperType(Entity value)
Sets the value of the '
Super Type' reference. |
void |
Link.setType(Entity value)
Sets the value of the '
Type' reference. |
| Modifier and Type | Class and Description |
|---|---|
class |
EntityImpl
An implementation of the model object 'Entity'.
|
| Modifier and Type | Field and Description |
|---|---|
protected Entity |
EntityImpl.superType
The cached value of the '
Super Type' reference. |
protected Entity |
LinkImpl.type
The cached value of the '
Type' reference. |
| Modifier and Type | Field and Description |
|---|---|
protected org.eclipse.emf.common.util.EList<Entity> |
ModelImpl.elements
The cached value of the '
Elements' containment reference list. |
| Modifier and Type | Method and Description |
|---|---|
Entity |
EntityImpl.basicGetSuperType() |
Entity |
LinkImpl.basicGetType() |
Entity |
ModelFactoryImpl.createEntity() |
Entity |
EntityImpl.getSuperType() |
Entity |
LinkImpl.getType() |
| Modifier and Type | Method and Description |
|---|---|
org.eclipse.emf.common.util.EList<Entity> |
ModelImpl.getElements() |
| Modifier and Type | Method and Description |
|---|---|
void |
EntityImpl.setSuperType(Entity newSuperType) |
void |
LinkImpl.setType(Entity newType) |
| Modifier and Type | Method and Description |
|---|---|
T |
ModelSwitch.caseEntity(Entity object)
Returns the result of interpreting the object as an instance of 'Entity'.
|
| Modifier and Type | Method and Description |
|---|---|
protected void |
ModelSemanticSequencer.sequence_Entity(org.eclipse.emf.ecore.EObject context,
Entity semanticObject)
Constraint:
(comment=COMMENT* name=ID superType=[Entity|QualifiedName]? attributes+=Attribute*)
|
Copyright © 2015–2021 The veraPDF Consortium. All rights reserved.