| Package | Description |
|---|---|
| org.bimserver.models.ifc4 | |
| org.bimserver.models.ifc4.impl | |
| org.bimserver.models.ifc4.util |
| Modifier and Type | Interface and Description |
|---|---|
interface |
IfcEvent
Copyright (C) 2009-2018 BIMserver.org
This program is free software: you can redistribute it and/or modify
it under the terms of the GNU Affero General Public License as
published by the Free Software Foundation, either version 3 of the
License, or (at your option) any later version.
|
interface |
IfcProcedure
Copyright (C) 2009-2018 BIMserver.org
This program is free software: you can redistribute it and/or modify
it under the terms of the GNU Affero General Public License as
published by the Free Software Foundation, either version 3 of the
License, or (at your option) any later version.
|
interface |
IfcTask
Copyright (C) 2009-2018 BIMserver.org
This program is free software: you can redistribute it and/or modify
it under the terms of the GNU Affero General Public License as
published by the Free Software Foundation, either version 3 of the
License, or (at your option) any later version.
|
| Modifier and Type | Method and Description |
|---|---|
IfcProcess |
Ifc4Factory.createIfcProcess()
Returns a new object of class 'Ifc Process'.
|
IfcProcess |
IfcRelSequence.getRelatedProcess()
Returns the value of the 'Related Process' reference.
|
IfcProcess |
IfcRelSequence.getRelatingProcess()
Returns the value of the 'Relating Process' reference.
|
| Modifier and Type | Method and Description |
|---|---|
void |
IfcRelSequence.setRelatedProcess(IfcProcess value)
Sets the value of the '
Related Process' reference. |
void |
IfcRelSequence.setRelatingProcess(IfcProcess value)
Sets the value of the '
Relating Process' reference. |
| Modifier and Type | Class and Description |
|---|---|
class |
IfcEventImpl
An implementation of the model object 'Ifc Event'.
|
class |
IfcProcedureImpl
An implementation of the model object 'Ifc Procedure'.
|
class |
IfcProcessImpl
An implementation of the model object 'Ifc Process'.
|
class |
IfcTaskImpl
An implementation of the model object 'Ifc Task'.
|
| Modifier and Type | Method and Description |
|---|---|
IfcProcess |
Ifc4FactoryImpl.createIfcProcess() |
IfcProcess |
IfcRelSequenceImpl.getRelatedProcess() |
IfcProcess |
IfcRelSequenceImpl.getRelatingProcess() |
| Modifier and Type | Method and Description |
|---|---|
void |
IfcRelSequenceImpl.setRelatedProcess(IfcProcess newRelatedProcess) |
void |
IfcRelSequenceImpl.setRelatingProcess(IfcProcess newRelatingProcess) |
| Modifier and Type | Method and Description |
|---|---|
T |
Ifc4Switch.caseIfcProcess(IfcProcess object)
Returns the result of interpreting the object as an instance of 'Ifc
Process'.
|
Copyright © 2018 OpenSource BIM. All rights reserved.