| Package | Description |
|---|---|
| nl.tue.buildingsmart.express.population |
| Modifier and Type | Method and Description |
|---|---|
EntityInstance |
AttributeInstance.getAttributeOf() |
EntityInstance |
EntityInstance.getAttributeValueBNasEntityInstance(String attributeName)
Try to get the attribute by its name and return it as an EntityInstance
|
EntityInstance |
ModelPopulation.getEntity(Integer id) |
EntityInstance |
AttributeInstance.getEntityInstanceValue() |
| Modifier and Type | Method and Description |
|---|---|
ArrayList<EntityInstance> |
EntityInstance.getAttributeValueBNasEntityInstanceList(String attributeName) |
ArrayList<EntityInstance> |
AttributeInstance.getEntityList() |
HashMap<Integer,EntityInstance> |
Part21Parser.getInstances() |
HashMap<Integer,EntityInstance> |
ModelPopulation.getInstances() |
Vector<EntityInstance> |
ModelPopulation.getInstancesOfFirstNonAbstractTypes(String typeName)
Given an (abstract) supertype recursively descends down the subtype axis
until the first layer first layer of concrete types is found and returns
all instances
|
Vector<EntityInstance> |
ModelPopulation.getInstancesOfType(String typeName) |
Vector<EntityInstance> |
ModelPopulation.getInstancesOfType(String typeName,
boolean includeSubClasses) |
ArrayList<EntityInstance> |
EntityInstance.getReferneces() |
| Modifier and Type | Method and Description |
|---|---|
void |
EntityInstance.addReference(EntityInstance instance) |
void |
AttributeInstance.setAttributeOf(EntityInstance attributeOf) |
| Modifier and Type | Method and Description |
|---|---|
void |
Part21Parser.setInstances(HashMap<Integer,EntityInstance> instances) |
void |
ModelPopulation.setInstances(HashMap<Integer,EntityInstance> instances) |
void |
EntityInstance.setReferneces(ArrayList<EntityInstance> referneces) |
Copyright © 2018 OpenSource BIM. All rights reserved.