| Package | Description |
|---|---|
| nl.tue.buildingsmart.express.population | |
| nl.tue.buildingsmart.schema |
| Modifier and Type | Method and Description |
|---|---|
EntityDefinition |
EntityInstance.getEntityDefinition() |
| Modifier and Type | Method and Description |
|---|---|
void |
EntityInstance.setEntityDefinition(EntityDefinition entDef) |
| Modifier and Type | Method and Description |
|---|---|
EntityDefinition |
InverseAttribute.getDomain() |
EntityDefinition |
SchemaDefinition.getEntityBN(String name) |
EntityDefinition |
Schema.getEntityBN(String name) |
EntityDefinition |
SchemaDefinition.getEntityBNNoCaseConvert(String name) |
EntityDefinition |
Schema.getEntityBNNoCaseConvert(String string) |
EntityDefinition |
Attribute.getParent_entity() |
| Modifier and Type | Method and Description |
|---|---|
HashMap<String,EntityDefinition> |
SchemaDefinition.getEnitiesBN() |
ArrayList<EntityDefinition> |
SchemaDefinition.getEntities() |
ArrayList<EntityDefinition> |
SchemaDefinition.getEntityChildren(EntityDefinition ent) |
ArrayList<EntityDefinition> |
SchemaDefinition.getEntityRelations(EntityDefinition ent) |
HashMap<EntityDefinition,ArrayList<EntityDefinition>> |
SchemaDefinition.getParents() |
HashMap<EntityDefinition,ArrayList<EntityDefinition>> |
SchemaDefinition.getParents() |
ArrayList<EntityDefinition> |
EntityDefinition.getSubtypes() |
ArrayList<EntityDefinition> |
EntityDefinition.getSupertypes() |
HashMap<String,EntityDefinition> |
EntityDefinition.getSupertypesBN() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
SchemaDefinition.addEntity(EntityDefinition ent) |
void |
EntityDefinition.addSubtype(EntityDefinition subClass) |
boolean |
EntityDefinition.addSupertype(EntityDefinition parent) |
ArrayList<EntityDefinition> |
SchemaDefinition.getEntityChildren(EntityDefinition ent) |
ArrayList<EntityDefinition> |
SchemaDefinition.getEntityRelations(EntityDefinition ent) |
void |
InverseAttribute.setDomain(EntityDefinition domain) |
void |
Attribute.setParent_entity(EntityDefinition parent_entity) |
| Modifier and Type | Method and Description |
|---|---|
void |
SchemaDefinition.setEnitiesBN(HashMap<String,EntityDefinition> enitiesBN) |
void |
SchemaDefinition.setEntities(ArrayList<EntityDefinition> entities) |
void |
EntityDefinition.setSubtypes(ArrayList<EntityDefinition> subtypes) |
void |
EntityDefinition.setSupertypes(ArrayList<EntityDefinition> supertypes) |
void |
EntityDefinition.setSupertypesBN(HashMap<String,EntityDefinition> supertypesBN) |
| Constructor and Description |
|---|
Attribute(String name,
EntityDefinition parent_entity) |
DerivedAttribute(String name,
EntityDefinition parent_entity) |
ExplicitAttribute(String name,
EntityDefinition parent_entity) |
InverseAttribute(String name,
EntityDefinition parent_entity) |
Copyright © 2018 OpenSource BIM. All rights reserved.