org.bimserver.models.ifc2x3tc1.util.Ifc2x3tc1AdapterFactory Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of pluginbase Show documentation
Show all versions of pluginbase Show documentation
Base project for BIMserver plugin development. Some plugins mights also need the Shared library
The newest version!
/**
* Copyright (C) 2009-2014 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.
*
* This program is distributed in the hope that it will be useful,
* but WITHOUT ANY WARRANTY; without even the implied warranty of
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
* GNU Affero General Public License for more details.
*
* You should have received a copy of the GNU Affero General Public License
* along with this program. If not, see .
*/
package org.bimserver.models.ifc2x3tc1.util;
import org.bimserver.models.ifc2x3tc1.*;
import org.eclipse.emf.common.notify.Adapter;
import org.eclipse.emf.common.notify.Notifier;
import org.eclipse.emf.common.notify.impl.AdapterFactoryImpl;
import org.eclipse.emf.ecore.EObject;
/**
*
* The Adapter Factory for the model.
* It provides an adapter createXXX
method for each class of the model.
*
* @see org.bimserver.models.ifc2x3tc1.Ifc2x3tc1Package
* @generated
*/
public class Ifc2x3tc1AdapterFactory extends AdapterFactoryImpl {
/**
* The cached model package.
*
*
* @generated
*/
protected static Ifc2x3tc1Package modelPackage;
/**
* Creates an instance of the adapter factory.
*
*
* @generated
*/
public Ifc2x3tc1AdapterFactory() {
if (modelPackage == null) {
modelPackage = Ifc2x3tc1Package.eINSTANCE;
}
}
/**
* Returns whether this factory is applicable for the type of the object.
*
* This implementation returns true
if the object is either the model's package or is an instance object of the model.
*
* @return whether this factory is applicable for the type of the object.
* @generated
*/
@Override
public boolean isFactoryForType(Object object) {
if (object == modelPackage) {
return true;
}
if (object instanceof EObject) {
return ((EObject) object).eClass().getEPackage() == modelPackage;
}
return false;
}
/**
* The switch that delegates to the createXXX
methods.
*
*
* @generated
*/
protected Ifc2x3tc1Switch modelSwitch = new Ifc2x3tc1Switch() {
@Override
public Adapter caseIfc2DCompositeCurve(Ifc2DCompositeCurve object) {
return createIfc2DCompositeCurveAdapter();
}
@Override
public Adapter caseIfcActionRequest(IfcActionRequest object) {
return createIfcActionRequestAdapter();
}
@Override
public Adapter caseIfcActor(IfcActor object) {
return createIfcActorAdapter();
}
@Override
public Adapter caseIfcActorRole(IfcActorRole object) {
return createIfcActorRoleAdapter();
}
@Override
public Adapter caseIfcActuatorType(IfcActuatorType object) {
return createIfcActuatorTypeAdapter();
}
@Override
public Adapter caseIfcAddress(IfcAddress object) {
return createIfcAddressAdapter();
}
@Override
public Adapter caseIfcAirTerminalBoxType(IfcAirTerminalBoxType object) {
return createIfcAirTerminalBoxTypeAdapter();
}
@Override
public Adapter caseIfcAirTerminalType(IfcAirTerminalType object) {
return createIfcAirTerminalTypeAdapter();
}
@Override
public Adapter caseIfcAirToAirHeatRecoveryType(IfcAirToAirHeatRecoveryType object) {
return createIfcAirToAirHeatRecoveryTypeAdapter();
}
@Override
public Adapter caseIfcAlarmType(IfcAlarmType object) {
return createIfcAlarmTypeAdapter();
}
@Override
public Adapter caseIfcAngularDimension(IfcAngularDimension object) {
return createIfcAngularDimensionAdapter();
}
@Override
public Adapter caseIfcAnnotation(IfcAnnotation object) {
return createIfcAnnotationAdapter();
}
@Override
public Adapter caseIfcAnnotationCurveOccurrence(IfcAnnotationCurveOccurrence object) {
return createIfcAnnotationCurveOccurrenceAdapter();
}
@Override
public Adapter caseIfcAnnotationFillArea(IfcAnnotationFillArea object) {
return createIfcAnnotationFillAreaAdapter();
}
@Override
public Adapter caseIfcAnnotationFillAreaOccurrence(IfcAnnotationFillAreaOccurrence object) {
return createIfcAnnotationFillAreaOccurrenceAdapter();
}
@Override
public Adapter caseIfcAnnotationOccurrence(IfcAnnotationOccurrence object) {
return createIfcAnnotationOccurrenceAdapter();
}
@Override
public Adapter caseIfcAnnotationSurface(IfcAnnotationSurface object) {
return createIfcAnnotationSurfaceAdapter();
}
@Override
public Adapter caseIfcAnnotationSurfaceOccurrence(IfcAnnotationSurfaceOccurrence object) {
return createIfcAnnotationSurfaceOccurrenceAdapter();
}
@Override
public Adapter caseIfcAnnotationSymbolOccurrence(IfcAnnotationSymbolOccurrence object) {
return createIfcAnnotationSymbolOccurrenceAdapter();
}
@Override
public Adapter caseIfcAnnotationTextOccurrence(IfcAnnotationTextOccurrence object) {
return createIfcAnnotationTextOccurrenceAdapter();
}
@Override
public Adapter caseIfcApplication(IfcApplication object) {
return createIfcApplicationAdapter();
}
@Override
public Adapter caseIfcAppliedValue(IfcAppliedValue object) {
return createIfcAppliedValueAdapter();
}
@Override
public Adapter caseIfcAppliedValueRelationship(IfcAppliedValueRelationship object) {
return createIfcAppliedValueRelationshipAdapter();
}
@Override
public Adapter caseIfcApproval(IfcApproval object) {
return createIfcApprovalAdapter();
}
@Override
public Adapter caseIfcApprovalActorRelationship(IfcApprovalActorRelationship object) {
return createIfcApprovalActorRelationshipAdapter();
}
@Override
public Adapter caseIfcApprovalPropertyRelationship(IfcApprovalPropertyRelationship object) {
return createIfcApprovalPropertyRelationshipAdapter();
}
@Override
public Adapter caseIfcApprovalRelationship(IfcApprovalRelationship object) {
return createIfcApprovalRelationshipAdapter();
}
@Override
public Adapter caseIfcArbitraryClosedProfileDef(IfcArbitraryClosedProfileDef object) {
return createIfcArbitraryClosedProfileDefAdapter();
}
@Override
public Adapter caseIfcArbitraryOpenProfileDef(IfcArbitraryOpenProfileDef object) {
return createIfcArbitraryOpenProfileDefAdapter();
}
@Override
public Adapter caseIfcArbitraryProfileDefWithVoids(IfcArbitraryProfileDefWithVoids object) {
return createIfcArbitraryProfileDefWithVoidsAdapter();
}
@Override
public Adapter caseIfcAsset(IfcAsset object) {
return createIfcAssetAdapter();
}
@Override
public Adapter caseIfcAsymmetricIShapeProfileDef(IfcAsymmetricIShapeProfileDef object) {
return createIfcAsymmetricIShapeProfileDefAdapter();
}
@Override
public Adapter caseIfcAxis1Placement(IfcAxis1Placement object) {
return createIfcAxis1PlacementAdapter();
}
@Override
public Adapter caseIfcAxis2Placement2D(IfcAxis2Placement2D object) {
return createIfcAxis2Placement2DAdapter();
}
@Override
public Adapter caseIfcAxis2Placement3D(IfcAxis2Placement3D object) {
return createIfcAxis2Placement3DAdapter();
}
@Override
public Adapter caseIfcBSplineCurve(IfcBSplineCurve object) {
return createIfcBSplineCurveAdapter();
}
@Override
public Adapter caseIfcBeam(IfcBeam object) {
return createIfcBeamAdapter();
}
@Override
public Adapter caseIfcBeamType(IfcBeamType object) {
return createIfcBeamTypeAdapter();
}
@Override
public Adapter caseIfcBezierCurve(IfcBezierCurve object) {
return createIfcBezierCurveAdapter();
}
@Override
public Adapter caseIfcBlobTexture(IfcBlobTexture object) {
return createIfcBlobTextureAdapter();
}
@Override
public Adapter caseIfcBlock(IfcBlock object) {
return createIfcBlockAdapter();
}
@Override
public Adapter caseIfcBoilerType(IfcBoilerType object) {
return createIfcBoilerTypeAdapter();
}
@Override
public Adapter caseIfcBooleanClippingResult(IfcBooleanClippingResult object) {
return createIfcBooleanClippingResultAdapter();
}
@Override
public Adapter caseIfcBooleanResult(IfcBooleanResult object) {
return createIfcBooleanResultAdapter();
}
@Override
public Adapter caseIfcBoundaryCondition(IfcBoundaryCondition object) {
return createIfcBoundaryConditionAdapter();
}
@Override
public Adapter caseIfcBoundaryEdgeCondition(IfcBoundaryEdgeCondition object) {
return createIfcBoundaryEdgeConditionAdapter();
}
@Override
public Adapter caseIfcBoundaryFaceCondition(IfcBoundaryFaceCondition object) {
return createIfcBoundaryFaceConditionAdapter();
}
@Override
public Adapter caseIfcBoundaryNodeCondition(IfcBoundaryNodeCondition object) {
return createIfcBoundaryNodeConditionAdapter();
}
@Override
public Adapter caseIfcBoundaryNodeConditionWarping(IfcBoundaryNodeConditionWarping object) {
return createIfcBoundaryNodeConditionWarpingAdapter();
}
@Override
public Adapter caseIfcBoundedCurve(IfcBoundedCurve object) {
return createIfcBoundedCurveAdapter();
}
@Override
public Adapter caseIfcBoundedSurface(IfcBoundedSurface object) {
return createIfcBoundedSurfaceAdapter();
}
@Override
public Adapter caseIfcBoundingBox(IfcBoundingBox object) {
return createIfcBoundingBoxAdapter();
}
@Override
public Adapter caseIfcBoxedHalfSpace(IfcBoxedHalfSpace object) {
return createIfcBoxedHalfSpaceAdapter();
}
@Override
public Adapter caseIfcBuilding(IfcBuilding object) {
return createIfcBuildingAdapter();
}
@Override
public Adapter caseIfcBuildingElement(IfcBuildingElement object) {
return createIfcBuildingElementAdapter();
}
@Override
public Adapter caseIfcBuildingElementComponent(IfcBuildingElementComponent object) {
return createIfcBuildingElementComponentAdapter();
}
@Override
public Adapter caseIfcBuildingElementPart(IfcBuildingElementPart object) {
return createIfcBuildingElementPartAdapter();
}
@Override
public Adapter caseIfcBuildingElementProxy(IfcBuildingElementProxy object) {
return createIfcBuildingElementProxyAdapter();
}
@Override
public Adapter caseIfcBuildingElementProxyType(IfcBuildingElementProxyType object) {
return createIfcBuildingElementProxyTypeAdapter();
}
@Override
public Adapter caseIfcBuildingElementType(IfcBuildingElementType object) {
return createIfcBuildingElementTypeAdapter();
}
@Override
public Adapter caseIfcBuildingStorey(IfcBuildingStorey object) {
return createIfcBuildingStoreyAdapter();
}
@Override
public Adapter caseIfcCShapeProfileDef(IfcCShapeProfileDef object) {
return createIfcCShapeProfileDefAdapter();
}
@Override
public Adapter caseIfcCableCarrierFittingType(IfcCableCarrierFittingType object) {
return createIfcCableCarrierFittingTypeAdapter();
}
@Override
public Adapter caseIfcCableCarrierSegmentType(IfcCableCarrierSegmentType object) {
return createIfcCableCarrierSegmentTypeAdapter();
}
@Override
public Adapter caseIfcCableSegmentType(IfcCableSegmentType object) {
return createIfcCableSegmentTypeAdapter();
}
@Override
public Adapter caseIfcCalendarDate(IfcCalendarDate object) {
return createIfcCalendarDateAdapter();
}
@Override
public Adapter caseIfcCartesianPoint(IfcCartesianPoint object) {
return createIfcCartesianPointAdapter();
}
@Override
public Adapter caseIfcCartesianTransformationOperator(IfcCartesianTransformationOperator object) {
return createIfcCartesianTransformationOperatorAdapter();
}
@Override
public Adapter caseIfcCartesianTransformationOperator2D(IfcCartesianTransformationOperator2D object) {
return createIfcCartesianTransformationOperator2DAdapter();
}
@Override
public Adapter caseIfcCartesianTransformationOperator2DnonUniform(
IfcCartesianTransformationOperator2DnonUniform object) {
return createIfcCartesianTransformationOperator2DnonUniformAdapter();
}
@Override
public Adapter caseIfcCartesianTransformationOperator3D(IfcCartesianTransformationOperator3D object) {
return createIfcCartesianTransformationOperator3DAdapter();
}
@Override
public Adapter caseIfcCartesianTransformationOperator3DnonUniform(
IfcCartesianTransformationOperator3DnonUniform object) {
return createIfcCartesianTransformationOperator3DnonUniformAdapter();
}
@Override
public Adapter caseIfcCenterLineProfileDef(IfcCenterLineProfileDef object) {
return createIfcCenterLineProfileDefAdapter();
}
@Override
public Adapter caseIfcChamferEdgeFeature(IfcChamferEdgeFeature object) {
return createIfcChamferEdgeFeatureAdapter();
}
@Override
public Adapter caseIfcChillerType(IfcChillerType object) {
return createIfcChillerTypeAdapter();
}
@Override
public Adapter caseIfcCircle(IfcCircle object) {
return createIfcCircleAdapter();
}
@Override
public Adapter caseIfcCircleHollowProfileDef(IfcCircleHollowProfileDef object) {
return createIfcCircleHollowProfileDefAdapter();
}
@Override
public Adapter caseIfcCircleProfileDef(IfcCircleProfileDef object) {
return createIfcCircleProfileDefAdapter();
}
@Override
public Adapter caseIfcClassification(IfcClassification object) {
return createIfcClassificationAdapter();
}
@Override
public Adapter caseIfcClassificationItem(IfcClassificationItem object) {
return createIfcClassificationItemAdapter();
}
@Override
public Adapter caseIfcClassificationItemRelationship(IfcClassificationItemRelationship object) {
return createIfcClassificationItemRelationshipAdapter();
}
@Override
public Adapter caseIfcClassificationNotation(IfcClassificationNotation object) {
return createIfcClassificationNotationAdapter();
}
@Override
public Adapter caseIfcClassificationNotationFacet(IfcClassificationNotationFacet object) {
return createIfcClassificationNotationFacetAdapter();
}
@Override
public Adapter caseIfcClassificationReference(IfcClassificationReference object) {
return createIfcClassificationReferenceAdapter();
}
@Override
public Adapter caseIfcClosedShell(IfcClosedShell object) {
return createIfcClosedShellAdapter();
}
@Override
public Adapter caseIfcCoilType(IfcCoilType object) {
return createIfcCoilTypeAdapter();
}
@Override
public Adapter caseIfcColourRgb(IfcColourRgb object) {
return createIfcColourRgbAdapter();
}
@Override
public Adapter caseIfcColourSpecification(IfcColourSpecification object) {
return createIfcColourSpecificationAdapter();
}
@Override
public Adapter caseIfcColumn(IfcColumn object) {
return createIfcColumnAdapter();
}
@Override
public Adapter caseIfcColumnType(IfcColumnType object) {
return createIfcColumnTypeAdapter();
}
@Override
public Adapter caseIfcComplexProperty(IfcComplexProperty object) {
return createIfcComplexPropertyAdapter();
}
@Override
public Adapter caseIfcCompositeCurve(IfcCompositeCurve object) {
return createIfcCompositeCurveAdapter();
}
@Override
public Adapter caseIfcCompositeCurveSegment(IfcCompositeCurveSegment object) {
return createIfcCompositeCurveSegmentAdapter();
}
@Override
public Adapter caseIfcCompositeProfileDef(IfcCompositeProfileDef object) {
return createIfcCompositeProfileDefAdapter();
}
@Override
public Adapter caseIfcCompressorType(IfcCompressorType object) {
return createIfcCompressorTypeAdapter();
}
@Override
public Adapter caseIfcCondenserType(IfcCondenserType object) {
return createIfcCondenserTypeAdapter();
}
@Override
public Adapter caseIfcCondition(IfcCondition object) {
return createIfcConditionAdapter();
}
@Override
public Adapter caseIfcConditionCriterion(IfcConditionCriterion object) {
return createIfcConditionCriterionAdapter();
}
@Override
public Adapter caseIfcConic(IfcConic object) {
return createIfcConicAdapter();
}
@Override
public Adapter caseIfcConnectedFaceSet(IfcConnectedFaceSet object) {
return createIfcConnectedFaceSetAdapter();
}
@Override
public Adapter caseIfcConnectionCurveGeometry(IfcConnectionCurveGeometry object) {
return createIfcConnectionCurveGeometryAdapter();
}
@Override
public Adapter caseIfcConnectionGeometry(IfcConnectionGeometry object) {
return createIfcConnectionGeometryAdapter();
}
@Override
public Adapter caseIfcConnectionPointEccentricity(IfcConnectionPointEccentricity object) {
return createIfcConnectionPointEccentricityAdapter();
}
@Override
public Adapter caseIfcConnectionPointGeometry(IfcConnectionPointGeometry object) {
return createIfcConnectionPointGeometryAdapter();
}
@Override
public Adapter caseIfcConnectionPortGeometry(IfcConnectionPortGeometry object) {
return createIfcConnectionPortGeometryAdapter();
}
@Override
public Adapter caseIfcConnectionSurfaceGeometry(IfcConnectionSurfaceGeometry object) {
return createIfcConnectionSurfaceGeometryAdapter();
}
@Override
public Adapter caseIfcConstraint(IfcConstraint object) {
return createIfcConstraintAdapter();
}
@Override
public Adapter caseIfcConstraintAggregationRelationship(IfcConstraintAggregationRelationship object) {
return createIfcConstraintAggregationRelationshipAdapter();
}
@Override
public Adapter caseIfcConstraintClassificationRelationship(IfcConstraintClassificationRelationship object) {
return createIfcConstraintClassificationRelationshipAdapter();
}
@Override
public Adapter caseIfcConstraintRelationship(IfcConstraintRelationship object) {
return createIfcConstraintRelationshipAdapter();
}
@Override
public Adapter caseIfcConstructionEquipmentResource(IfcConstructionEquipmentResource object) {
return createIfcConstructionEquipmentResourceAdapter();
}
@Override
public Adapter caseIfcConstructionMaterialResource(IfcConstructionMaterialResource object) {
return createIfcConstructionMaterialResourceAdapter();
}
@Override
public Adapter caseIfcConstructionProductResource(IfcConstructionProductResource object) {
return createIfcConstructionProductResourceAdapter();
}
@Override
public Adapter caseIfcConstructionResource(IfcConstructionResource object) {
return createIfcConstructionResourceAdapter();
}
@Override
public Adapter caseIfcContextDependentUnit(IfcContextDependentUnit object) {
return createIfcContextDependentUnitAdapter();
}
@Override
public Adapter caseIfcControl(IfcControl object) {
return createIfcControlAdapter();
}
@Override
public Adapter caseIfcControllerType(IfcControllerType object) {
return createIfcControllerTypeAdapter();
}
@Override
public Adapter caseIfcConversionBasedUnit(IfcConversionBasedUnit object) {
return createIfcConversionBasedUnitAdapter();
}
@Override
public Adapter caseIfcCooledBeamType(IfcCooledBeamType object) {
return createIfcCooledBeamTypeAdapter();
}
@Override
public Adapter caseIfcCoolingTowerType(IfcCoolingTowerType object) {
return createIfcCoolingTowerTypeAdapter();
}
@Override
public Adapter caseIfcCoordinatedUniversalTimeOffset(IfcCoordinatedUniversalTimeOffset object) {
return createIfcCoordinatedUniversalTimeOffsetAdapter();
}
@Override
public Adapter caseIfcCostItem(IfcCostItem object) {
return createIfcCostItemAdapter();
}
@Override
public Adapter caseIfcCostSchedule(IfcCostSchedule object) {
return createIfcCostScheduleAdapter();
}
@Override
public Adapter caseIfcCostValue(IfcCostValue object) {
return createIfcCostValueAdapter();
}
@Override
public Adapter caseIfcCovering(IfcCovering object) {
return createIfcCoveringAdapter();
}
@Override
public Adapter caseIfcCoveringType(IfcCoveringType object) {
return createIfcCoveringTypeAdapter();
}
@Override
public Adapter caseIfcCraneRailAShapeProfileDef(IfcCraneRailAShapeProfileDef object) {
return createIfcCraneRailAShapeProfileDefAdapter();
}
@Override
public Adapter caseIfcCraneRailFShapeProfileDef(IfcCraneRailFShapeProfileDef object) {
return createIfcCraneRailFShapeProfileDefAdapter();
}
@Override
public Adapter caseIfcCrewResource(IfcCrewResource object) {
return createIfcCrewResourceAdapter();
}
@Override
public Adapter caseIfcCsgPrimitive3D(IfcCsgPrimitive3D object) {
return createIfcCsgPrimitive3DAdapter();
}
@Override
public Adapter caseIfcCsgSolid(IfcCsgSolid object) {
return createIfcCsgSolidAdapter();
}
@Override
public Adapter caseIfcCurrencyRelationship(IfcCurrencyRelationship object) {
return createIfcCurrencyRelationshipAdapter();
}
@Override
public Adapter caseIfcCurtainWall(IfcCurtainWall object) {
return createIfcCurtainWallAdapter();
}
@Override
public Adapter caseIfcCurtainWallType(IfcCurtainWallType object) {
return createIfcCurtainWallTypeAdapter();
}
@Override
public Adapter caseIfcCurve(IfcCurve object) {
return createIfcCurveAdapter();
}
@Override
public Adapter caseIfcCurveBoundedPlane(IfcCurveBoundedPlane object) {
return createIfcCurveBoundedPlaneAdapter();
}
@Override
public Adapter caseIfcCurveStyle(IfcCurveStyle object) {
return createIfcCurveStyleAdapter();
}
@Override
public Adapter caseIfcCurveStyleFont(IfcCurveStyleFont object) {
return createIfcCurveStyleFontAdapter();
}
@Override
public Adapter caseIfcCurveStyleFontAndScaling(IfcCurveStyleFontAndScaling object) {
return createIfcCurveStyleFontAndScalingAdapter();
}
@Override
public Adapter caseIfcCurveStyleFontPattern(IfcCurveStyleFontPattern object) {
return createIfcCurveStyleFontPatternAdapter();
}
@Override
public Adapter caseIfcDamperType(IfcDamperType object) {
return createIfcDamperTypeAdapter();
}
@Override
public Adapter caseIfcDateAndTime(IfcDateAndTime object) {
return createIfcDateAndTimeAdapter();
}
@Override
public Adapter caseIfcDefinedSymbol(IfcDefinedSymbol object) {
return createIfcDefinedSymbolAdapter();
}
@Override
public Adapter caseIfcDerivedProfileDef(IfcDerivedProfileDef object) {
return createIfcDerivedProfileDefAdapter();
}
@Override
public Adapter caseIfcDerivedUnit(IfcDerivedUnit object) {
return createIfcDerivedUnitAdapter();
}
@Override
public Adapter caseIfcDerivedUnitElement(IfcDerivedUnitElement object) {
return createIfcDerivedUnitElementAdapter();
}
@Override
public Adapter caseIfcDiameterDimension(IfcDiameterDimension object) {
return createIfcDiameterDimensionAdapter();
}
@Override
public Adapter caseIfcDimensionCalloutRelationship(IfcDimensionCalloutRelationship object) {
return createIfcDimensionCalloutRelationshipAdapter();
}
@Override
public Adapter caseIfcDimensionCurve(IfcDimensionCurve object) {
return createIfcDimensionCurveAdapter();
}
@Override
public Adapter caseIfcDimensionCurveDirectedCallout(IfcDimensionCurveDirectedCallout object) {
return createIfcDimensionCurveDirectedCalloutAdapter();
}
@Override
public Adapter caseIfcDimensionCurveTerminator(IfcDimensionCurveTerminator object) {
return createIfcDimensionCurveTerminatorAdapter();
}
@Override
public Adapter caseIfcDimensionPair(IfcDimensionPair object) {
return createIfcDimensionPairAdapter();
}
@Override
public Adapter caseIfcDimensionalExponents(IfcDimensionalExponents object) {
return createIfcDimensionalExponentsAdapter();
}
@Override
public Adapter caseIfcDirection(IfcDirection object) {
return createIfcDirectionAdapter();
}
@Override
public Adapter caseIfcDiscreteAccessory(IfcDiscreteAccessory object) {
return createIfcDiscreteAccessoryAdapter();
}
@Override
public Adapter caseIfcDiscreteAccessoryType(IfcDiscreteAccessoryType object) {
return createIfcDiscreteAccessoryTypeAdapter();
}
@Override
public Adapter caseIfcDistributionChamberElement(IfcDistributionChamberElement object) {
return createIfcDistributionChamberElementAdapter();
}
@Override
public Adapter caseIfcDistributionChamberElementType(IfcDistributionChamberElementType object) {
return createIfcDistributionChamberElementTypeAdapter();
}
@Override
public Adapter caseIfcDistributionControlElement(IfcDistributionControlElement object) {
return createIfcDistributionControlElementAdapter();
}
@Override
public Adapter caseIfcDistributionControlElementType(IfcDistributionControlElementType object) {
return createIfcDistributionControlElementTypeAdapter();
}
@Override
public Adapter caseIfcDistributionElement(IfcDistributionElement object) {
return createIfcDistributionElementAdapter();
}
@Override
public Adapter caseIfcDistributionElementType(IfcDistributionElementType object) {
return createIfcDistributionElementTypeAdapter();
}
@Override
public Adapter caseIfcDistributionFlowElement(IfcDistributionFlowElement object) {
return createIfcDistributionFlowElementAdapter();
}
@Override
public Adapter caseIfcDistributionFlowElementType(IfcDistributionFlowElementType object) {
return createIfcDistributionFlowElementTypeAdapter();
}
@Override
public Adapter caseIfcDistributionPort(IfcDistributionPort object) {
return createIfcDistributionPortAdapter();
}
@Override
public Adapter caseIfcDocumentElectronicFormat(IfcDocumentElectronicFormat object) {
return createIfcDocumentElectronicFormatAdapter();
}
@Override
public Adapter caseIfcDocumentInformation(IfcDocumentInformation object) {
return createIfcDocumentInformationAdapter();
}
@Override
public Adapter caseIfcDocumentInformationRelationship(IfcDocumentInformationRelationship object) {
return createIfcDocumentInformationRelationshipAdapter();
}
@Override
public Adapter caseIfcDocumentReference(IfcDocumentReference object) {
return createIfcDocumentReferenceAdapter();
}
@Override
public Adapter caseIfcDoor(IfcDoor object) {
return createIfcDoorAdapter();
}
@Override
public Adapter caseIfcDoorLiningProperties(IfcDoorLiningProperties object) {
return createIfcDoorLiningPropertiesAdapter();
}
@Override
public Adapter caseIfcDoorPanelProperties(IfcDoorPanelProperties object) {
return createIfcDoorPanelPropertiesAdapter();
}
@Override
public Adapter caseIfcDoorStyle(IfcDoorStyle object) {
return createIfcDoorStyleAdapter();
}
@Override
public Adapter caseIfcDraughtingCallout(IfcDraughtingCallout object) {
return createIfcDraughtingCalloutAdapter();
}
@Override
public Adapter caseIfcDraughtingCalloutRelationship(IfcDraughtingCalloutRelationship object) {
return createIfcDraughtingCalloutRelationshipAdapter();
}
@Override
public Adapter caseIfcDraughtingPreDefinedColour(IfcDraughtingPreDefinedColour object) {
return createIfcDraughtingPreDefinedColourAdapter();
}
@Override
public Adapter caseIfcDraughtingPreDefinedCurveFont(IfcDraughtingPreDefinedCurveFont object) {
return createIfcDraughtingPreDefinedCurveFontAdapter();
}
@Override
public Adapter caseIfcDraughtingPreDefinedTextFont(IfcDraughtingPreDefinedTextFont object) {
return createIfcDraughtingPreDefinedTextFontAdapter();
}
@Override
public Adapter caseIfcDuctFittingType(IfcDuctFittingType object) {
return createIfcDuctFittingTypeAdapter();
}
@Override
public Adapter caseIfcDuctSegmentType(IfcDuctSegmentType object) {
return createIfcDuctSegmentTypeAdapter();
}
@Override
public Adapter caseIfcDuctSilencerType(IfcDuctSilencerType object) {
return createIfcDuctSilencerTypeAdapter();
}
@Override
public Adapter caseIfcEdge(IfcEdge object) {
return createIfcEdgeAdapter();
}
@Override
public Adapter caseIfcEdgeCurve(IfcEdgeCurve object) {
return createIfcEdgeCurveAdapter();
}
@Override
public Adapter caseIfcEdgeFeature(IfcEdgeFeature object) {
return createIfcEdgeFeatureAdapter();
}
@Override
public Adapter caseIfcEdgeLoop(IfcEdgeLoop object) {
return createIfcEdgeLoopAdapter();
}
@Override
public Adapter caseIfcElectricApplianceType(IfcElectricApplianceType object) {
return createIfcElectricApplianceTypeAdapter();
}
@Override
public Adapter caseIfcElectricDistributionPoint(IfcElectricDistributionPoint object) {
return createIfcElectricDistributionPointAdapter();
}
@Override
public Adapter caseIfcElectricFlowStorageDeviceType(IfcElectricFlowStorageDeviceType object) {
return createIfcElectricFlowStorageDeviceTypeAdapter();
}
@Override
public Adapter caseIfcElectricGeneratorType(IfcElectricGeneratorType object) {
return createIfcElectricGeneratorTypeAdapter();
}
@Override
public Adapter caseIfcElectricHeaterType(IfcElectricHeaterType object) {
return createIfcElectricHeaterTypeAdapter();
}
@Override
public Adapter caseIfcElectricMotorType(IfcElectricMotorType object) {
return createIfcElectricMotorTypeAdapter();
}
@Override
public Adapter caseIfcElectricTimeControlType(IfcElectricTimeControlType object) {
return createIfcElectricTimeControlTypeAdapter();
}
@Override
public Adapter caseIfcElectricalBaseProperties(IfcElectricalBaseProperties object) {
return createIfcElectricalBasePropertiesAdapter();
}
@Override
public Adapter caseIfcElectricalCircuit(IfcElectricalCircuit object) {
return createIfcElectricalCircuitAdapter();
}
@Override
public Adapter caseIfcElectricalElement(IfcElectricalElement object) {
return createIfcElectricalElementAdapter();
}
@Override
public Adapter caseIfcElement(IfcElement object) {
return createIfcElementAdapter();
}
@Override
public Adapter caseIfcElementAssembly(IfcElementAssembly object) {
return createIfcElementAssemblyAdapter();
}
@Override
public Adapter caseIfcElementComponent(IfcElementComponent object) {
return createIfcElementComponentAdapter();
}
@Override
public Adapter caseIfcElementComponentType(IfcElementComponentType object) {
return createIfcElementComponentTypeAdapter();
}
@Override
public Adapter caseIfcElementQuantity(IfcElementQuantity object) {
return createIfcElementQuantityAdapter();
}
@Override
public Adapter caseIfcElementType(IfcElementType object) {
return createIfcElementTypeAdapter();
}
@Override
public Adapter caseIfcElementarySurface(IfcElementarySurface object) {
return createIfcElementarySurfaceAdapter();
}
@Override
public Adapter caseIfcEllipse(IfcEllipse object) {
return createIfcEllipseAdapter();
}
@Override
public Adapter caseIfcEllipseProfileDef(IfcEllipseProfileDef object) {
return createIfcEllipseProfileDefAdapter();
}
@Override
public Adapter caseIfcEnergyConversionDevice(IfcEnergyConversionDevice object) {
return createIfcEnergyConversionDeviceAdapter();
}
@Override
public Adapter caseIfcEnergyConversionDeviceType(IfcEnergyConversionDeviceType object) {
return createIfcEnergyConversionDeviceTypeAdapter();
}
@Override
public Adapter caseIfcEnergyProperties(IfcEnergyProperties object) {
return createIfcEnergyPropertiesAdapter();
}
@Override
public Adapter caseIfcEnvironmentalImpactValue(IfcEnvironmentalImpactValue object) {
return createIfcEnvironmentalImpactValueAdapter();
}
@Override
public Adapter caseIfcEquipmentElement(IfcEquipmentElement object) {
return createIfcEquipmentElementAdapter();
}
@Override
public Adapter caseIfcEquipmentStandard(IfcEquipmentStandard object) {
return createIfcEquipmentStandardAdapter();
}
@Override
public Adapter caseIfcEvaporativeCoolerType(IfcEvaporativeCoolerType object) {
return createIfcEvaporativeCoolerTypeAdapter();
}
@Override
public Adapter caseIfcEvaporatorType(IfcEvaporatorType object) {
return createIfcEvaporatorTypeAdapter();
}
@Override
public Adapter caseIfcExtendedMaterialProperties(IfcExtendedMaterialProperties object) {
return createIfcExtendedMaterialPropertiesAdapter();
}
@Override
public Adapter caseIfcExternalReference(IfcExternalReference object) {
return createIfcExternalReferenceAdapter();
}
@Override
public Adapter caseIfcExternallyDefinedHatchStyle(IfcExternallyDefinedHatchStyle object) {
return createIfcExternallyDefinedHatchStyleAdapter();
}
@Override
public Adapter caseIfcExternallyDefinedSurfaceStyle(IfcExternallyDefinedSurfaceStyle object) {
return createIfcExternallyDefinedSurfaceStyleAdapter();
}
@Override
public Adapter caseIfcExternallyDefinedSymbol(IfcExternallyDefinedSymbol object) {
return createIfcExternallyDefinedSymbolAdapter();
}
@Override
public Adapter caseIfcExternallyDefinedTextFont(IfcExternallyDefinedTextFont object) {
return createIfcExternallyDefinedTextFontAdapter();
}
@Override
public Adapter caseIfcExtrudedAreaSolid(IfcExtrudedAreaSolid object) {
return createIfcExtrudedAreaSolidAdapter();
}
@Override
public Adapter caseIfcFace(IfcFace object) {
return createIfcFaceAdapter();
}
@Override
public Adapter caseIfcFaceBasedSurfaceModel(IfcFaceBasedSurfaceModel object) {
return createIfcFaceBasedSurfaceModelAdapter();
}
@Override
public Adapter caseIfcFaceBound(IfcFaceBound object) {
return createIfcFaceBoundAdapter();
}
@Override
public Adapter caseIfcFaceOuterBound(IfcFaceOuterBound object) {
return createIfcFaceOuterBoundAdapter();
}
@Override
public Adapter caseIfcFaceSurface(IfcFaceSurface object) {
return createIfcFaceSurfaceAdapter();
}
@Override
public Adapter caseIfcFacetedBrep(IfcFacetedBrep object) {
return createIfcFacetedBrepAdapter();
}
@Override
public Adapter caseIfcFacetedBrepWithVoids(IfcFacetedBrepWithVoids object) {
return createIfcFacetedBrepWithVoidsAdapter();
}
@Override
public Adapter caseIfcFailureConnectionCondition(IfcFailureConnectionCondition object) {
return createIfcFailureConnectionConditionAdapter();
}
@Override
public Adapter caseIfcFanType(IfcFanType object) {
return createIfcFanTypeAdapter();
}
@Override
public Adapter caseIfcFastener(IfcFastener object) {
return createIfcFastenerAdapter();
}
@Override
public Adapter caseIfcFastenerType(IfcFastenerType object) {
return createIfcFastenerTypeAdapter();
}
@Override
public Adapter caseIfcFeatureElement(IfcFeatureElement object) {
return createIfcFeatureElementAdapter();
}
@Override
public Adapter caseIfcFeatureElementAddition(IfcFeatureElementAddition object) {
return createIfcFeatureElementAdditionAdapter();
}
@Override
public Adapter caseIfcFeatureElementSubtraction(IfcFeatureElementSubtraction object) {
return createIfcFeatureElementSubtractionAdapter();
}
@Override
public Adapter caseIfcFillAreaStyle(IfcFillAreaStyle object) {
return createIfcFillAreaStyleAdapter();
}
@Override
public Adapter caseIfcFillAreaStyleHatching(IfcFillAreaStyleHatching object) {
return createIfcFillAreaStyleHatchingAdapter();
}
@Override
public Adapter caseIfcFillAreaStyleTileSymbolWithStyle(IfcFillAreaStyleTileSymbolWithStyle object) {
return createIfcFillAreaStyleTileSymbolWithStyleAdapter();
}
@Override
public Adapter caseIfcFillAreaStyleTiles(IfcFillAreaStyleTiles object) {
return createIfcFillAreaStyleTilesAdapter();
}
@Override
public Adapter caseIfcFilterType(IfcFilterType object) {
return createIfcFilterTypeAdapter();
}
@Override
public Adapter caseIfcFireSuppressionTerminalType(IfcFireSuppressionTerminalType object) {
return createIfcFireSuppressionTerminalTypeAdapter();
}
@Override
public Adapter caseIfcFlowController(IfcFlowController object) {
return createIfcFlowControllerAdapter();
}
@Override
public Adapter caseIfcFlowControllerType(IfcFlowControllerType object) {
return createIfcFlowControllerTypeAdapter();
}
@Override
public Adapter caseIfcFlowFitting(IfcFlowFitting object) {
return createIfcFlowFittingAdapter();
}
@Override
public Adapter caseIfcFlowFittingType(IfcFlowFittingType object) {
return createIfcFlowFittingTypeAdapter();
}
@Override
public Adapter caseIfcFlowInstrumentType(IfcFlowInstrumentType object) {
return createIfcFlowInstrumentTypeAdapter();
}
@Override
public Adapter caseIfcFlowMeterType(IfcFlowMeterType object) {
return createIfcFlowMeterTypeAdapter();
}
@Override
public Adapter caseIfcFlowMovingDevice(IfcFlowMovingDevice object) {
return createIfcFlowMovingDeviceAdapter();
}
@Override
public Adapter caseIfcFlowMovingDeviceType(IfcFlowMovingDeviceType object) {
return createIfcFlowMovingDeviceTypeAdapter();
}
@Override
public Adapter caseIfcFlowSegment(IfcFlowSegment object) {
return createIfcFlowSegmentAdapter();
}
@Override
public Adapter caseIfcFlowSegmentType(IfcFlowSegmentType object) {
return createIfcFlowSegmentTypeAdapter();
}
@Override
public Adapter caseIfcFlowStorageDevice(IfcFlowStorageDevice object) {
return createIfcFlowStorageDeviceAdapter();
}
@Override
public Adapter caseIfcFlowStorageDeviceType(IfcFlowStorageDeviceType object) {
return createIfcFlowStorageDeviceTypeAdapter();
}
@Override
public Adapter caseIfcFlowTerminal(IfcFlowTerminal object) {
return createIfcFlowTerminalAdapter();
}
@Override
public Adapter caseIfcFlowTerminalType(IfcFlowTerminalType object) {
return createIfcFlowTerminalTypeAdapter();
}
@Override
public Adapter caseIfcFlowTreatmentDevice(IfcFlowTreatmentDevice object) {
return createIfcFlowTreatmentDeviceAdapter();
}
@Override
public Adapter caseIfcFlowTreatmentDeviceType(IfcFlowTreatmentDeviceType object) {
return createIfcFlowTreatmentDeviceTypeAdapter();
}
@Override
public Adapter caseIfcFluidFlowProperties(IfcFluidFlowProperties object) {
return createIfcFluidFlowPropertiesAdapter();
}
@Override
public Adapter caseIfcFooting(IfcFooting object) {
return createIfcFootingAdapter();
}
@Override
public Adapter caseIfcFuelProperties(IfcFuelProperties object) {
return createIfcFuelPropertiesAdapter();
}
@Override
public Adapter caseIfcFurnishingElement(IfcFurnishingElement object) {
return createIfcFurnishingElementAdapter();
}
@Override
public Adapter caseIfcFurnishingElementType(IfcFurnishingElementType object) {
return createIfcFurnishingElementTypeAdapter();
}
@Override
public Adapter caseIfcFurnitureStandard(IfcFurnitureStandard object) {
return createIfcFurnitureStandardAdapter();
}
@Override
public Adapter caseIfcFurnitureType(IfcFurnitureType object) {
return createIfcFurnitureTypeAdapter();
}
@Override
public Adapter caseIfcGasTerminalType(IfcGasTerminalType object) {
return createIfcGasTerminalTypeAdapter();
}
@Override
public Adapter caseIfcGeneralMaterialProperties(IfcGeneralMaterialProperties object) {
return createIfcGeneralMaterialPropertiesAdapter();
}
@Override
public Adapter caseIfcGeneralProfileProperties(IfcGeneralProfileProperties object) {
return createIfcGeneralProfilePropertiesAdapter();
}
@Override
public Adapter caseIfcGeometricCurveSet(IfcGeometricCurveSet object) {
return createIfcGeometricCurveSetAdapter();
}
@Override
public Adapter caseIfcGeometricRepresentationContext(IfcGeometricRepresentationContext object) {
return createIfcGeometricRepresentationContextAdapter();
}
@Override
public Adapter caseIfcGeometricRepresentationItem(IfcGeometricRepresentationItem object) {
return createIfcGeometricRepresentationItemAdapter();
}
@Override
public Adapter caseIfcGeometricRepresentationSubContext(IfcGeometricRepresentationSubContext object) {
return createIfcGeometricRepresentationSubContextAdapter();
}
@Override
public Adapter caseIfcGeometricSet(IfcGeometricSet object) {
return createIfcGeometricSetAdapter();
}
@Override
public Adapter caseIfcGrid(IfcGrid object) {
return createIfcGridAdapter();
}
@Override
public Adapter caseIfcGridAxis(IfcGridAxis object) {
return createIfcGridAxisAdapter();
}
@Override
public Adapter caseIfcGridPlacement(IfcGridPlacement object) {
return createIfcGridPlacementAdapter();
}
@Override
public Adapter caseIfcGroup(IfcGroup object) {
return createIfcGroupAdapter();
}
@Override
public Adapter caseIfcHalfSpaceSolid(IfcHalfSpaceSolid object) {
return createIfcHalfSpaceSolidAdapter();
}
@Override
public Adapter caseIfcHeatExchangerType(IfcHeatExchangerType object) {
return createIfcHeatExchangerTypeAdapter();
}
@Override
public Adapter caseIfcHumidifierType(IfcHumidifierType object) {
return createIfcHumidifierTypeAdapter();
}
@Override
public Adapter caseIfcHygroscopicMaterialProperties(IfcHygroscopicMaterialProperties object) {
return createIfcHygroscopicMaterialPropertiesAdapter();
}
@Override
public Adapter caseIfcIShapeProfileDef(IfcIShapeProfileDef object) {
return createIfcIShapeProfileDefAdapter();
}
@Override
public Adapter caseIfcImageTexture(IfcImageTexture object) {
return createIfcImageTextureAdapter();
}
@Override
public Adapter caseIfcInventory(IfcInventory object) {
return createIfcInventoryAdapter();
}
@Override
public Adapter caseIfcIrregularTimeSeries(IfcIrregularTimeSeries object) {
return createIfcIrregularTimeSeriesAdapter();
}
@Override
public Adapter caseIfcIrregularTimeSeriesValue(IfcIrregularTimeSeriesValue object) {
return createIfcIrregularTimeSeriesValueAdapter();
}
@Override
public Adapter caseIfcJunctionBoxType(IfcJunctionBoxType object) {
return createIfcJunctionBoxTypeAdapter();
}
@Override
public Adapter caseIfcLShapeProfileDef(IfcLShapeProfileDef object) {
return createIfcLShapeProfileDefAdapter();
}
@Override
public Adapter caseIfcLaborResource(IfcLaborResource object) {
return createIfcLaborResourceAdapter();
}
@Override
public Adapter caseIfcLampType(IfcLampType object) {
return createIfcLampTypeAdapter();
}
@Override
public Adapter caseIfcLibraryInformation(IfcLibraryInformation object) {
return createIfcLibraryInformationAdapter();
}
@Override
public Adapter caseIfcLibraryReference(IfcLibraryReference object) {
return createIfcLibraryReferenceAdapter();
}
@Override
public Adapter caseIfcLightDistributionData(IfcLightDistributionData object) {
return createIfcLightDistributionDataAdapter();
}
@Override
public Adapter caseIfcLightFixtureType(IfcLightFixtureType object) {
return createIfcLightFixtureTypeAdapter();
}
@Override
public Adapter caseIfcLightIntensityDistribution(IfcLightIntensityDistribution object) {
return createIfcLightIntensityDistributionAdapter();
}
@Override
public Adapter caseIfcLightSource(IfcLightSource object) {
return createIfcLightSourceAdapter();
}
@Override
public Adapter caseIfcLightSourceAmbient(IfcLightSourceAmbient object) {
return createIfcLightSourceAmbientAdapter();
}
@Override
public Adapter caseIfcLightSourceDirectional(IfcLightSourceDirectional object) {
return createIfcLightSourceDirectionalAdapter();
}
@Override
public Adapter caseIfcLightSourceGoniometric(IfcLightSourceGoniometric object) {
return createIfcLightSourceGoniometricAdapter();
}
@Override
public Adapter caseIfcLightSourcePositional(IfcLightSourcePositional object) {
return createIfcLightSourcePositionalAdapter();
}
@Override
public Adapter caseIfcLightSourceSpot(IfcLightSourceSpot object) {
return createIfcLightSourceSpotAdapter();
}
@Override
public Adapter caseIfcLine(IfcLine object) {
return createIfcLineAdapter();
}
@Override
public Adapter caseIfcLinearDimension(IfcLinearDimension object) {
return createIfcLinearDimensionAdapter();
}
@Override
public Adapter caseIfcLocalPlacement(IfcLocalPlacement object) {
return createIfcLocalPlacementAdapter();
}
@Override
public Adapter caseIfcLocalTime(IfcLocalTime object) {
return createIfcLocalTimeAdapter();
}
@Override
public Adapter caseIfcLoop(IfcLoop object) {
return createIfcLoopAdapter();
}
@Override
public Adapter caseIfcManifoldSolidBrep(IfcManifoldSolidBrep object) {
return createIfcManifoldSolidBrepAdapter();
}
@Override
public Adapter caseIfcMappedItem(IfcMappedItem object) {
return createIfcMappedItemAdapter();
}
@Override
public Adapter caseIfcMaterial(IfcMaterial object) {
return createIfcMaterialAdapter();
}
@Override
public Adapter caseIfcMaterialClassificationRelationship(IfcMaterialClassificationRelationship object) {
return createIfcMaterialClassificationRelationshipAdapter();
}
@Override
public Adapter caseIfcMaterialDefinitionRepresentation(IfcMaterialDefinitionRepresentation object) {
return createIfcMaterialDefinitionRepresentationAdapter();
}
@Override
public Adapter caseIfcMaterialLayer(IfcMaterialLayer object) {
return createIfcMaterialLayerAdapter();
}
@Override
public Adapter caseIfcMaterialLayerSet(IfcMaterialLayerSet object) {
return createIfcMaterialLayerSetAdapter();
}
@Override
public Adapter caseIfcMaterialLayerSetUsage(IfcMaterialLayerSetUsage object) {
return createIfcMaterialLayerSetUsageAdapter();
}
@Override
public Adapter caseIfcMaterialList(IfcMaterialList object) {
return createIfcMaterialListAdapter();
}
@Override
public Adapter caseIfcMaterialProperties(IfcMaterialProperties object) {
return createIfcMaterialPropertiesAdapter();
}
@Override
public Adapter caseIfcMeasureWithUnit(IfcMeasureWithUnit object) {
return createIfcMeasureWithUnitAdapter();
}
@Override
public Adapter caseIfcMechanicalConcreteMaterialProperties(IfcMechanicalConcreteMaterialProperties object) {
return createIfcMechanicalConcreteMaterialPropertiesAdapter();
}
@Override
public Adapter caseIfcMechanicalFastener(IfcMechanicalFastener object) {
return createIfcMechanicalFastenerAdapter();
}
@Override
public Adapter caseIfcMechanicalFastenerType(IfcMechanicalFastenerType object) {
return createIfcMechanicalFastenerTypeAdapter();
}
@Override
public Adapter caseIfcMechanicalMaterialProperties(IfcMechanicalMaterialProperties object) {
return createIfcMechanicalMaterialPropertiesAdapter();
}
@Override
public Adapter caseIfcMechanicalSteelMaterialProperties(IfcMechanicalSteelMaterialProperties object) {
return createIfcMechanicalSteelMaterialPropertiesAdapter();
}
@Override
public Adapter caseIfcMember(IfcMember object) {
return createIfcMemberAdapter();
}
@Override
public Adapter caseIfcMemberType(IfcMemberType object) {
return createIfcMemberTypeAdapter();
}
@Override
public Adapter caseIfcMetric(IfcMetric object) {
return createIfcMetricAdapter();
}
@Override
public Adapter caseIfcMonetaryUnit(IfcMonetaryUnit object) {
return createIfcMonetaryUnitAdapter();
}
@Override
public Adapter caseIfcMotorConnectionType(IfcMotorConnectionType object) {
return createIfcMotorConnectionTypeAdapter();
}
@Override
public Adapter caseIfcMove(IfcMove object) {
return createIfcMoveAdapter();
}
@Override
public Adapter caseIfcNamedUnit(IfcNamedUnit object) {
return createIfcNamedUnitAdapter();
}
@Override
public Adapter caseIfcObject(IfcObject object) {
return createIfcObjectAdapter();
}
@Override
public Adapter caseIfcObjectDefinition(IfcObjectDefinition object) {
return createIfcObjectDefinitionAdapter();
}
@Override
public Adapter caseIfcObjectPlacement(IfcObjectPlacement object) {
return createIfcObjectPlacementAdapter();
}
@Override
public Adapter caseIfcObjective(IfcObjective object) {
return createIfcObjectiveAdapter();
}
@Override
public Adapter caseIfcOccupant(IfcOccupant object) {
return createIfcOccupantAdapter();
}
@Override
public Adapter caseIfcOffsetCurve2D(IfcOffsetCurve2D object) {
return createIfcOffsetCurve2DAdapter();
}
@Override
public Adapter caseIfcOffsetCurve3D(IfcOffsetCurve3D object) {
return createIfcOffsetCurve3DAdapter();
}
@Override
public Adapter caseIfcOneDirectionRepeatFactor(IfcOneDirectionRepeatFactor object) {
return createIfcOneDirectionRepeatFactorAdapter();
}
@Override
public Adapter caseIfcOpenShell(IfcOpenShell object) {
return createIfcOpenShellAdapter();
}
@Override
public Adapter caseIfcOpeningElement(IfcOpeningElement object) {
return createIfcOpeningElementAdapter();
}
@Override
public Adapter caseIfcOpticalMaterialProperties(IfcOpticalMaterialProperties object) {
return createIfcOpticalMaterialPropertiesAdapter();
}
@Override
public Adapter caseIfcOrderAction(IfcOrderAction object) {
return createIfcOrderActionAdapter();
}
@Override
public Adapter caseIfcOrganization(IfcOrganization object) {
return createIfcOrganizationAdapter();
}
@Override
public Adapter caseIfcOrganizationRelationship(IfcOrganizationRelationship object) {
return createIfcOrganizationRelationshipAdapter();
}
@Override
public Adapter caseIfcOrientedEdge(IfcOrientedEdge object) {
return createIfcOrientedEdgeAdapter();
}
@Override
public Adapter caseIfcOutletType(IfcOutletType object) {
return createIfcOutletTypeAdapter();
}
@Override
public Adapter caseIfcOwnerHistory(IfcOwnerHistory object) {
return createIfcOwnerHistoryAdapter();
}
@Override
public Adapter caseIfcParameterizedProfileDef(IfcParameterizedProfileDef object) {
return createIfcParameterizedProfileDefAdapter();
}
@Override
public Adapter caseIfcPath(IfcPath object) {
return createIfcPathAdapter();
}
@Override
public Adapter caseIfcPerformanceHistory(IfcPerformanceHistory object) {
return createIfcPerformanceHistoryAdapter();
}
@Override
public Adapter caseIfcPermeableCoveringProperties(IfcPermeableCoveringProperties object) {
return createIfcPermeableCoveringPropertiesAdapter();
}
@Override
public Adapter caseIfcPermit(IfcPermit object) {
return createIfcPermitAdapter();
}
@Override
public Adapter caseIfcPerson(IfcPerson object) {
return createIfcPersonAdapter();
}
@Override
public Adapter caseIfcPersonAndOrganization(IfcPersonAndOrganization object) {
return createIfcPersonAndOrganizationAdapter();
}
@Override
public Adapter caseIfcPhysicalComplexQuantity(IfcPhysicalComplexQuantity object) {
return createIfcPhysicalComplexQuantityAdapter();
}
@Override
public Adapter caseIfcPhysicalQuantity(IfcPhysicalQuantity object) {
return createIfcPhysicalQuantityAdapter();
}
@Override
public Adapter caseIfcPhysicalSimpleQuantity(IfcPhysicalSimpleQuantity object) {
return createIfcPhysicalSimpleQuantityAdapter();
}
@Override
public Adapter caseIfcPile(IfcPile object) {
return createIfcPileAdapter();
}
@Override
public Adapter caseIfcPipeFittingType(IfcPipeFittingType object) {
return createIfcPipeFittingTypeAdapter();
}
@Override
public Adapter caseIfcPipeSegmentType(IfcPipeSegmentType object) {
return createIfcPipeSegmentTypeAdapter();
}
@Override
public Adapter caseIfcPixelTexture(IfcPixelTexture object) {
return createIfcPixelTextureAdapter();
}
@Override
public Adapter caseIfcPlacement(IfcPlacement object) {
return createIfcPlacementAdapter();
}
@Override
public Adapter caseIfcPlanarBox(IfcPlanarBox object) {
return createIfcPlanarBoxAdapter();
}
@Override
public Adapter caseIfcPlanarExtent(IfcPlanarExtent object) {
return createIfcPlanarExtentAdapter();
}
@Override
public Adapter caseIfcPlane(IfcPlane object) {
return createIfcPlaneAdapter();
}
@Override
public Adapter caseIfcPlate(IfcPlate object) {
return createIfcPlateAdapter();
}
@Override
public Adapter caseIfcPlateType(IfcPlateType object) {
return createIfcPlateTypeAdapter();
}
@Override
public Adapter caseIfcPoint(IfcPoint object) {
return createIfcPointAdapter();
}
@Override
public Adapter caseIfcPointOnCurve(IfcPointOnCurve object) {
return createIfcPointOnCurveAdapter();
}
@Override
public Adapter caseIfcPointOnSurface(IfcPointOnSurface object) {
return createIfcPointOnSurfaceAdapter();
}
@Override
public Adapter caseIfcPolyLoop(IfcPolyLoop object) {
return createIfcPolyLoopAdapter();
}
@Override
public Adapter caseIfcPolygonalBoundedHalfSpace(IfcPolygonalBoundedHalfSpace object) {
return createIfcPolygonalBoundedHalfSpaceAdapter();
}
@Override
public Adapter caseIfcPolyline(IfcPolyline object) {
return createIfcPolylineAdapter();
}
@Override
public Adapter caseIfcPort(IfcPort object) {
return createIfcPortAdapter();
}
@Override
public Adapter caseIfcPostalAddress(IfcPostalAddress object) {
return createIfcPostalAddressAdapter();
}
@Override
public Adapter caseIfcPreDefinedColour(IfcPreDefinedColour object) {
return createIfcPreDefinedColourAdapter();
}
@Override
public Adapter caseIfcPreDefinedCurveFont(IfcPreDefinedCurveFont object) {
return createIfcPreDefinedCurveFontAdapter();
}
@Override
public Adapter caseIfcPreDefinedDimensionSymbol(IfcPreDefinedDimensionSymbol object) {
return createIfcPreDefinedDimensionSymbolAdapter();
}
@Override
public Adapter caseIfcPreDefinedItem(IfcPreDefinedItem object) {
return createIfcPreDefinedItemAdapter();
}
@Override
public Adapter caseIfcPreDefinedPointMarkerSymbol(IfcPreDefinedPointMarkerSymbol object) {
return createIfcPreDefinedPointMarkerSymbolAdapter();
}
@Override
public Adapter caseIfcPreDefinedSymbol(IfcPreDefinedSymbol object) {
return createIfcPreDefinedSymbolAdapter();
}
@Override
public Adapter caseIfcPreDefinedTerminatorSymbol(IfcPreDefinedTerminatorSymbol object) {
return createIfcPreDefinedTerminatorSymbolAdapter();
}
@Override
public Adapter caseIfcPreDefinedTextFont(IfcPreDefinedTextFont object) {
return createIfcPreDefinedTextFontAdapter();
}
@Override
public Adapter caseIfcPresentationLayerAssignment(IfcPresentationLayerAssignment object) {
return createIfcPresentationLayerAssignmentAdapter();
}
@Override
public Adapter caseIfcPresentationLayerWithStyle(IfcPresentationLayerWithStyle object) {
return createIfcPresentationLayerWithStyleAdapter();
}
@Override
public Adapter caseIfcPresentationStyle(IfcPresentationStyle object) {
return createIfcPresentationStyleAdapter();
}
@Override
public Adapter caseIfcPresentationStyleAssignment(IfcPresentationStyleAssignment object) {
return createIfcPresentationStyleAssignmentAdapter();
}
@Override
public Adapter caseIfcProcedure(IfcProcedure object) {
return createIfcProcedureAdapter();
}
@Override
public Adapter caseIfcProcess(IfcProcess object) {
return createIfcProcessAdapter();
}
@Override
public Adapter caseIfcProduct(IfcProduct object) {
return createIfcProductAdapter();
}
@Override
public Adapter caseIfcProductDefinitionShape(IfcProductDefinitionShape object) {
return createIfcProductDefinitionShapeAdapter();
}
@Override
public Adapter caseIfcProductRepresentation(IfcProductRepresentation object) {
return createIfcProductRepresentationAdapter();
}
@Override
public Adapter caseIfcProductsOfCombustionProperties(IfcProductsOfCombustionProperties object) {
return createIfcProductsOfCombustionPropertiesAdapter();
}
@Override
public Adapter caseIfcProfileDef(IfcProfileDef object) {
return createIfcProfileDefAdapter();
}
@Override
public Adapter caseIfcProfileProperties(IfcProfileProperties object) {
return createIfcProfilePropertiesAdapter();
}
@Override
public Adapter caseIfcProject(IfcProject object) {
return createIfcProjectAdapter();
}
@Override
public Adapter caseIfcProjectOrder(IfcProjectOrder object) {
return createIfcProjectOrderAdapter();
}
@Override
public Adapter caseIfcProjectOrderRecord(IfcProjectOrderRecord object) {
return createIfcProjectOrderRecordAdapter();
}
@Override
public Adapter caseIfcProjectionCurve(IfcProjectionCurve object) {
return createIfcProjectionCurveAdapter();
}
@Override
public Adapter caseIfcProjectionElement(IfcProjectionElement object) {
return createIfcProjectionElementAdapter();
}
@Override
public Adapter caseIfcProperty(IfcProperty object) {
return createIfcPropertyAdapter();
}
@Override
public Adapter caseIfcPropertyBoundedValue(IfcPropertyBoundedValue object) {
return createIfcPropertyBoundedValueAdapter();
}
@Override
public Adapter caseIfcPropertyConstraintRelationship(IfcPropertyConstraintRelationship object) {
return createIfcPropertyConstraintRelationshipAdapter();
}
@Override
public Adapter caseIfcPropertyDefinition(IfcPropertyDefinition object) {
return createIfcPropertyDefinitionAdapter();
}
@Override
public Adapter caseIfcPropertyDependencyRelationship(IfcPropertyDependencyRelationship object) {
return createIfcPropertyDependencyRelationshipAdapter();
}
@Override
public Adapter caseIfcPropertyEnumeratedValue(IfcPropertyEnumeratedValue object) {
return createIfcPropertyEnumeratedValueAdapter();
}
@Override
public Adapter caseIfcPropertyEnumeration(IfcPropertyEnumeration object) {
return createIfcPropertyEnumerationAdapter();
}
@Override
public Adapter caseIfcPropertyListValue(IfcPropertyListValue object) {
return createIfcPropertyListValueAdapter();
}
@Override
public Adapter caseIfcPropertyReferenceValue(IfcPropertyReferenceValue object) {
return createIfcPropertyReferenceValueAdapter();
}
@Override
public Adapter caseIfcPropertySet(IfcPropertySet object) {
return createIfcPropertySetAdapter();
}
@Override
public Adapter caseIfcPropertySetDefinition(IfcPropertySetDefinition object) {
return createIfcPropertySetDefinitionAdapter();
}
@Override
public Adapter caseIfcPropertySingleValue(IfcPropertySingleValue object) {
return createIfcPropertySingleValueAdapter();
}
@Override
public Adapter caseIfcPropertyTableValue(IfcPropertyTableValue object) {
return createIfcPropertyTableValueAdapter();
}
@Override
public Adapter caseIfcProtectiveDeviceType(IfcProtectiveDeviceType object) {
return createIfcProtectiveDeviceTypeAdapter();
}
@Override
public Adapter caseIfcProxy(IfcProxy object) {
return createIfcProxyAdapter();
}
@Override
public Adapter caseIfcPumpType(IfcPumpType object) {
return createIfcPumpTypeAdapter();
}
@Override
public Adapter caseIfcQuantityArea(IfcQuantityArea object) {
return createIfcQuantityAreaAdapter();
}
@Override
public Adapter caseIfcQuantityCount(IfcQuantityCount object) {
return createIfcQuantityCountAdapter();
}
@Override
public Adapter caseIfcQuantityLength(IfcQuantityLength object) {
return createIfcQuantityLengthAdapter();
}
@Override
public Adapter caseIfcQuantityTime(IfcQuantityTime object) {
return createIfcQuantityTimeAdapter();
}
@Override
public Adapter caseIfcQuantityVolume(IfcQuantityVolume object) {
return createIfcQuantityVolumeAdapter();
}
@Override
public Adapter caseIfcQuantityWeight(IfcQuantityWeight object) {
return createIfcQuantityWeightAdapter();
}
@Override
public Adapter caseIfcRadiusDimension(IfcRadiusDimension object) {
return createIfcRadiusDimensionAdapter();
}
@Override
public Adapter caseIfcRailing(IfcRailing object) {
return createIfcRailingAdapter();
}
@Override
public Adapter caseIfcRailingType(IfcRailingType object) {
return createIfcRailingTypeAdapter();
}
@Override
public Adapter caseIfcRamp(IfcRamp object) {
return createIfcRampAdapter();
}
@Override
public Adapter caseIfcRampFlight(IfcRampFlight object) {
return createIfcRampFlightAdapter();
}
@Override
public Adapter caseIfcRampFlightType(IfcRampFlightType object) {
return createIfcRampFlightTypeAdapter();
}
@Override
public Adapter caseIfcRationalBezierCurve(IfcRationalBezierCurve object) {
return createIfcRationalBezierCurveAdapter();
}
@Override
public Adapter caseIfcRectangleHollowProfileDef(IfcRectangleHollowProfileDef object) {
return createIfcRectangleHollowProfileDefAdapter();
}
@Override
public Adapter caseIfcRectangleProfileDef(IfcRectangleProfileDef object) {
return createIfcRectangleProfileDefAdapter();
}
@Override
public Adapter caseIfcRectangularPyramid(IfcRectangularPyramid object) {
return createIfcRectangularPyramidAdapter();
}
@Override
public Adapter caseIfcRectangularTrimmedSurface(IfcRectangularTrimmedSurface object) {
return createIfcRectangularTrimmedSurfaceAdapter();
}
@Override
public Adapter caseIfcReferencesValueDocument(IfcReferencesValueDocument object) {
return createIfcReferencesValueDocumentAdapter();
}
@Override
public Adapter caseIfcRegularTimeSeries(IfcRegularTimeSeries object) {
return createIfcRegularTimeSeriesAdapter();
}
@Override
public Adapter caseIfcReinforcementBarProperties(IfcReinforcementBarProperties object) {
return createIfcReinforcementBarPropertiesAdapter();
}
@Override
public Adapter caseIfcReinforcementDefinitionProperties(IfcReinforcementDefinitionProperties object) {
return createIfcReinforcementDefinitionPropertiesAdapter();
}
@Override
public Adapter caseIfcReinforcingBar(IfcReinforcingBar object) {
return createIfcReinforcingBarAdapter();
}
@Override
public Adapter caseIfcReinforcingElement(IfcReinforcingElement object) {
return createIfcReinforcingElementAdapter();
}
@Override
public Adapter caseIfcReinforcingMesh(IfcReinforcingMesh object) {
return createIfcReinforcingMeshAdapter();
}
@Override
public Adapter caseIfcRelAggregates(IfcRelAggregates object) {
return createIfcRelAggregatesAdapter();
}
@Override
public Adapter caseIfcRelAssigns(IfcRelAssigns object) {
return createIfcRelAssignsAdapter();
}
@Override
public Adapter caseIfcRelAssignsTasks(IfcRelAssignsTasks object) {
return createIfcRelAssignsTasksAdapter();
}
@Override
public Adapter caseIfcRelAssignsToActor(IfcRelAssignsToActor object) {
return createIfcRelAssignsToActorAdapter();
}
@Override
public Adapter caseIfcRelAssignsToControl(IfcRelAssignsToControl object) {
return createIfcRelAssignsToControlAdapter();
}
@Override
public Adapter caseIfcRelAssignsToGroup(IfcRelAssignsToGroup object) {
return createIfcRelAssignsToGroupAdapter();
}
@Override
public Adapter caseIfcRelAssignsToProcess(IfcRelAssignsToProcess object) {
return createIfcRelAssignsToProcessAdapter();
}
@Override
public Adapter caseIfcRelAssignsToProduct(IfcRelAssignsToProduct object) {
return createIfcRelAssignsToProductAdapter();
}
@Override
public Adapter caseIfcRelAssignsToProjectOrder(IfcRelAssignsToProjectOrder object) {
return createIfcRelAssignsToProjectOrderAdapter();
}
@Override
public Adapter caseIfcRelAssignsToResource(IfcRelAssignsToResource object) {
return createIfcRelAssignsToResourceAdapter();
}
@Override
public Adapter caseIfcRelAssociates(IfcRelAssociates object) {
return createIfcRelAssociatesAdapter();
}
@Override
public Adapter caseIfcRelAssociatesAppliedValue(IfcRelAssociatesAppliedValue object) {
return createIfcRelAssociatesAppliedValueAdapter();
}
@Override
public Adapter caseIfcRelAssociatesApproval(IfcRelAssociatesApproval object) {
return createIfcRelAssociatesApprovalAdapter();
}
@Override
public Adapter caseIfcRelAssociatesClassification(IfcRelAssociatesClassification object) {
return createIfcRelAssociatesClassificationAdapter();
}
@Override
public Adapter caseIfcRelAssociatesConstraint(IfcRelAssociatesConstraint object) {
return createIfcRelAssociatesConstraintAdapter();
}
@Override
public Adapter caseIfcRelAssociatesDocument(IfcRelAssociatesDocument object) {
return createIfcRelAssociatesDocumentAdapter();
}
@Override
public Adapter caseIfcRelAssociatesLibrary(IfcRelAssociatesLibrary object) {
return createIfcRelAssociatesLibraryAdapter();
}
@Override
public Adapter caseIfcRelAssociatesMaterial(IfcRelAssociatesMaterial object) {
return createIfcRelAssociatesMaterialAdapter();
}
@Override
public Adapter caseIfcRelAssociatesProfileProperties(IfcRelAssociatesProfileProperties object) {
return createIfcRelAssociatesProfilePropertiesAdapter();
}
@Override
public Adapter caseIfcRelConnects(IfcRelConnects object) {
return createIfcRelConnectsAdapter();
}
@Override
public Adapter caseIfcRelConnectsElements(IfcRelConnectsElements object) {
return createIfcRelConnectsElementsAdapter();
}
@Override
public Adapter caseIfcRelConnectsPathElements(IfcRelConnectsPathElements object) {
return createIfcRelConnectsPathElementsAdapter();
}
@Override
public Adapter caseIfcRelConnectsPortToElement(IfcRelConnectsPortToElement object) {
return createIfcRelConnectsPortToElementAdapter();
}
@Override
public Adapter caseIfcRelConnectsPorts(IfcRelConnectsPorts object) {
return createIfcRelConnectsPortsAdapter();
}
@Override
public Adapter caseIfcRelConnectsStructuralActivity(IfcRelConnectsStructuralActivity object) {
return createIfcRelConnectsStructuralActivityAdapter();
}
@Override
public Adapter caseIfcRelConnectsStructuralElement(IfcRelConnectsStructuralElement object) {
return createIfcRelConnectsStructuralElementAdapter();
}
@Override
public Adapter caseIfcRelConnectsStructuralMember(IfcRelConnectsStructuralMember object) {
return createIfcRelConnectsStructuralMemberAdapter();
}
@Override
public Adapter caseIfcRelConnectsWithEccentricity(IfcRelConnectsWithEccentricity object) {
return createIfcRelConnectsWithEccentricityAdapter();
}
@Override
public Adapter caseIfcRelConnectsWithRealizingElements(IfcRelConnectsWithRealizingElements object) {
return createIfcRelConnectsWithRealizingElementsAdapter();
}
@Override
public Adapter caseIfcRelContainedInSpatialStructure(IfcRelContainedInSpatialStructure object) {
return createIfcRelContainedInSpatialStructureAdapter();
}
@Override
public Adapter caseIfcRelCoversBldgElements(IfcRelCoversBldgElements object) {
return createIfcRelCoversBldgElementsAdapter();
}
@Override
public Adapter caseIfcRelCoversSpaces(IfcRelCoversSpaces object) {
return createIfcRelCoversSpacesAdapter();
}
@Override
public Adapter caseIfcRelDecomposes(IfcRelDecomposes object) {
return createIfcRelDecomposesAdapter();
}
@Override
public Adapter caseIfcRelDefines(IfcRelDefines object) {
return createIfcRelDefinesAdapter();
}
@Override
public Adapter caseIfcRelDefinesByProperties(IfcRelDefinesByProperties object) {
return createIfcRelDefinesByPropertiesAdapter();
}
@Override
public Adapter caseIfcRelDefinesByType(IfcRelDefinesByType object) {
return createIfcRelDefinesByTypeAdapter();
}
@Override
public Adapter caseIfcRelFillsElement(IfcRelFillsElement object) {
return createIfcRelFillsElementAdapter();
}
@Override
public Adapter caseIfcRelFlowControlElements(IfcRelFlowControlElements object) {
return createIfcRelFlowControlElementsAdapter();
}
@Override
public Adapter caseIfcRelInteractionRequirements(IfcRelInteractionRequirements object) {
return createIfcRelInteractionRequirementsAdapter();
}
@Override
public Adapter caseIfcRelNests(IfcRelNests object) {
return createIfcRelNestsAdapter();
}
@Override
public Adapter caseIfcRelOccupiesSpaces(IfcRelOccupiesSpaces object) {
return createIfcRelOccupiesSpacesAdapter();
}
@Override
public Adapter caseIfcRelOverridesProperties(IfcRelOverridesProperties object) {
return createIfcRelOverridesPropertiesAdapter();
}
@Override
public Adapter caseIfcRelProjectsElement(IfcRelProjectsElement object) {
return createIfcRelProjectsElementAdapter();
}
@Override
public Adapter caseIfcRelReferencedInSpatialStructure(IfcRelReferencedInSpatialStructure object) {
return createIfcRelReferencedInSpatialStructureAdapter();
}
@Override
public Adapter caseIfcRelSchedulesCostItems(IfcRelSchedulesCostItems object) {
return createIfcRelSchedulesCostItemsAdapter();
}
@Override
public Adapter caseIfcRelSequence(IfcRelSequence object) {
return createIfcRelSequenceAdapter();
}
@Override
public Adapter caseIfcRelServicesBuildings(IfcRelServicesBuildings object) {
return createIfcRelServicesBuildingsAdapter();
}
@Override
public Adapter caseIfcRelSpaceBoundary(IfcRelSpaceBoundary object) {
return createIfcRelSpaceBoundaryAdapter();
}
@Override
public Adapter caseIfcRelVoidsElement(IfcRelVoidsElement object) {
return createIfcRelVoidsElementAdapter();
}
@Override
public Adapter caseIfcRelationship(IfcRelationship object) {
return createIfcRelationshipAdapter();
}
@Override
public Adapter caseIfcRelaxation(IfcRelaxation object) {
return createIfcRelaxationAdapter();
}
@Override
public Adapter caseIfcRepresentation(IfcRepresentation object) {
return createIfcRepresentationAdapter();
}
@Override
public Adapter caseIfcRepresentationContext(IfcRepresentationContext object) {
return createIfcRepresentationContextAdapter();
}
@Override
public Adapter caseIfcRepresentationItem(IfcRepresentationItem object) {
return createIfcRepresentationItemAdapter();
}
@Override
public Adapter caseIfcRepresentationMap(IfcRepresentationMap object) {
return createIfcRepresentationMapAdapter();
}
@Override
public Adapter caseIfcResource(IfcResource object) {
return createIfcResourceAdapter();
}
@Override
public Adapter caseIfcRevolvedAreaSolid(IfcRevolvedAreaSolid object) {
return createIfcRevolvedAreaSolidAdapter();
}
@Override
public Adapter caseIfcRibPlateProfileProperties(IfcRibPlateProfileProperties object) {
return createIfcRibPlateProfilePropertiesAdapter();
}
@Override
public Adapter caseIfcRightCircularCone(IfcRightCircularCone object) {
return createIfcRightCircularConeAdapter();
}
@Override
public Adapter caseIfcRightCircularCylinder(IfcRightCircularCylinder object) {
return createIfcRightCircularCylinderAdapter();
}
@Override
public Adapter caseIfcRoof(IfcRoof object) {
return createIfcRoofAdapter();
}
@Override
public Adapter caseIfcRoot(IfcRoot object) {
return createIfcRootAdapter();
}
@Override
public Adapter caseIfcRoundedEdgeFeature(IfcRoundedEdgeFeature object) {
return createIfcRoundedEdgeFeatureAdapter();
}
@Override
public Adapter caseIfcRoundedRectangleProfileDef(IfcRoundedRectangleProfileDef object) {
return createIfcRoundedRectangleProfileDefAdapter();
}
@Override
public Adapter caseIfcSIUnit(IfcSIUnit object) {
return createIfcSIUnitAdapter();
}
@Override
public Adapter caseIfcSanitaryTerminalType(IfcSanitaryTerminalType object) {
return createIfcSanitaryTerminalTypeAdapter();
}
@Override
public Adapter caseIfcScheduleTimeControl(IfcScheduleTimeControl object) {
return createIfcScheduleTimeControlAdapter();
}
@Override
public Adapter caseIfcSectionProperties(IfcSectionProperties object) {
return createIfcSectionPropertiesAdapter();
}
@Override
public Adapter caseIfcSectionReinforcementProperties(IfcSectionReinforcementProperties object) {
return createIfcSectionReinforcementPropertiesAdapter();
}
@Override
public Adapter caseIfcSectionedSpine(IfcSectionedSpine object) {
return createIfcSectionedSpineAdapter();
}
@Override
public Adapter caseIfcSensorType(IfcSensorType object) {
return createIfcSensorTypeAdapter();
}
@Override
public Adapter caseIfcServiceLife(IfcServiceLife object) {
return createIfcServiceLifeAdapter();
}
@Override
public Adapter caseIfcServiceLifeFactor(IfcServiceLifeFactor object) {
return createIfcServiceLifeFactorAdapter();
}
@Override
public Adapter caseIfcShapeAspect(IfcShapeAspect object) {
return createIfcShapeAspectAdapter();
}
@Override
public Adapter caseIfcShapeModel(IfcShapeModel object) {
return createIfcShapeModelAdapter();
}
@Override
public Adapter caseIfcShapeRepresentation(IfcShapeRepresentation object) {
return createIfcShapeRepresentationAdapter();
}
@Override
public Adapter caseIfcShellBasedSurfaceModel(IfcShellBasedSurfaceModel object) {
return createIfcShellBasedSurfaceModelAdapter();
}
@Override
public Adapter caseIfcSimpleProperty(IfcSimpleProperty object) {
return createIfcSimplePropertyAdapter();
}
@Override
public Adapter caseIfcSite(IfcSite object) {
return createIfcSiteAdapter();
}
@Override
public Adapter caseIfcSlab(IfcSlab object) {
return createIfcSlabAdapter();
}
@Override
public Adapter caseIfcSlabType(IfcSlabType object) {
return createIfcSlabTypeAdapter();
}
@Override
public Adapter caseIfcSlippageConnectionCondition(IfcSlippageConnectionCondition object) {
return createIfcSlippageConnectionConditionAdapter();
}
@Override
public Adapter caseIfcSolidModel(IfcSolidModel object) {
return createIfcSolidModelAdapter();
}
@Override
public Adapter caseIfcSoundProperties(IfcSoundProperties object) {
return createIfcSoundPropertiesAdapter();
}
@Override
public Adapter caseIfcSoundValue(IfcSoundValue object) {
return createIfcSoundValueAdapter();
}
@Override
public Adapter caseIfcSpace(IfcSpace object) {
return createIfcSpaceAdapter();
}
@Override
public Adapter caseIfcSpaceHeaterType(IfcSpaceHeaterType object) {
return createIfcSpaceHeaterTypeAdapter();
}
@Override
public Adapter caseIfcSpaceProgram(IfcSpaceProgram object) {
return createIfcSpaceProgramAdapter();
}
@Override
public Adapter caseIfcSpaceThermalLoadProperties(IfcSpaceThermalLoadProperties object) {
return createIfcSpaceThermalLoadPropertiesAdapter();
}
@Override
public Adapter caseIfcSpaceType(IfcSpaceType object) {
return createIfcSpaceTypeAdapter();
}
@Override
public Adapter caseIfcSpatialStructureElement(IfcSpatialStructureElement object) {
return createIfcSpatialStructureElementAdapter();
}
@Override
public Adapter caseIfcSpatialStructureElementType(IfcSpatialStructureElementType object) {
return createIfcSpatialStructureElementTypeAdapter();
}
@Override
public Adapter caseIfcSphere(IfcSphere object) {
return createIfcSphereAdapter();
}
@Override
public Adapter caseIfcStackTerminalType(IfcStackTerminalType object) {
return createIfcStackTerminalTypeAdapter();
}
@Override
public Adapter caseIfcStair(IfcStair object) {
return createIfcStairAdapter();
}
@Override
public Adapter caseIfcStairFlight(IfcStairFlight object) {
return createIfcStairFlightAdapter();
}
@Override
public Adapter caseIfcStairFlightType(IfcStairFlightType object) {
return createIfcStairFlightTypeAdapter();
}
@Override
public Adapter caseIfcStructuralAction(IfcStructuralAction object) {
return createIfcStructuralActionAdapter();
}
@Override
public Adapter caseIfcStructuralActivity(IfcStructuralActivity object) {
return createIfcStructuralActivityAdapter();
}
@Override
public Adapter caseIfcStructuralAnalysisModel(IfcStructuralAnalysisModel object) {
return createIfcStructuralAnalysisModelAdapter();
}
@Override
public Adapter caseIfcStructuralConnection(IfcStructuralConnection object) {
return createIfcStructuralConnectionAdapter();
}
@Override
public Adapter caseIfcStructuralConnectionCondition(IfcStructuralConnectionCondition object) {
return createIfcStructuralConnectionConditionAdapter();
}
@Override
public Adapter caseIfcStructuralCurveConnection(IfcStructuralCurveConnection object) {
return createIfcStructuralCurveConnectionAdapter();
}
@Override
public Adapter caseIfcStructuralCurveMember(IfcStructuralCurveMember object) {
return createIfcStructuralCurveMemberAdapter();
}
@Override
public Adapter caseIfcStructuralCurveMemberVarying(IfcStructuralCurveMemberVarying object) {
return createIfcStructuralCurveMemberVaryingAdapter();
}
@Override
public Adapter caseIfcStructuralItem(IfcStructuralItem object) {
return createIfcStructuralItemAdapter();
}
@Override
public Adapter caseIfcStructuralLinearAction(IfcStructuralLinearAction object) {
return createIfcStructuralLinearActionAdapter();
}
@Override
public Adapter caseIfcStructuralLinearActionVarying(IfcStructuralLinearActionVarying object) {
return createIfcStructuralLinearActionVaryingAdapter();
}
@Override
public Adapter caseIfcStructuralLoad(IfcStructuralLoad object) {
return createIfcStructuralLoadAdapter();
}
@Override
public Adapter caseIfcStructuralLoadGroup(IfcStructuralLoadGroup object) {
return createIfcStructuralLoadGroupAdapter();
}
@Override
public Adapter caseIfcStructuralLoadLinearForce(IfcStructuralLoadLinearForce object) {
return createIfcStructuralLoadLinearForceAdapter();
}
@Override
public Adapter caseIfcStructuralLoadPlanarForce(IfcStructuralLoadPlanarForce object) {
return createIfcStructuralLoadPlanarForceAdapter();
}
@Override
public Adapter caseIfcStructuralLoadSingleDisplacement(IfcStructuralLoadSingleDisplacement object) {
return createIfcStructuralLoadSingleDisplacementAdapter();
}
@Override
public Adapter caseIfcStructuralLoadSingleDisplacementDistortion(
IfcStructuralLoadSingleDisplacementDistortion object) {
return createIfcStructuralLoadSingleDisplacementDistortionAdapter();
}
@Override
public Adapter caseIfcStructuralLoadSingleForce(IfcStructuralLoadSingleForce object) {
return createIfcStructuralLoadSingleForceAdapter();
}
@Override
public Adapter caseIfcStructuralLoadSingleForceWarping(IfcStructuralLoadSingleForceWarping object) {
return createIfcStructuralLoadSingleForceWarpingAdapter();
}
@Override
public Adapter caseIfcStructuralLoadStatic(IfcStructuralLoadStatic object) {
return createIfcStructuralLoadStaticAdapter();
}
@Override
public Adapter caseIfcStructuralLoadTemperature(IfcStructuralLoadTemperature object) {
return createIfcStructuralLoadTemperatureAdapter();
}
@Override
public Adapter caseIfcStructuralMember(IfcStructuralMember object) {
return createIfcStructuralMemberAdapter();
}
@Override
public Adapter caseIfcStructuralPlanarAction(IfcStructuralPlanarAction object) {
return createIfcStructuralPlanarActionAdapter();
}
@Override
public Adapter caseIfcStructuralPlanarActionVarying(IfcStructuralPlanarActionVarying object) {
return createIfcStructuralPlanarActionVaryingAdapter();
}
@Override
public Adapter caseIfcStructuralPointAction(IfcStructuralPointAction object) {
return createIfcStructuralPointActionAdapter();
}
@Override
public Adapter caseIfcStructuralPointConnection(IfcStructuralPointConnection object) {
return createIfcStructuralPointConnectionAdapter();
}
@Override
public Adapter caseIfcStructuralPointReaction(IfcStructuralPointReaction object) {
return createIfcStructuralPointReactionAdapter();
}
@Override
public Adapter caseIfcStructuralProfileProperties(IfcStructuralProfileProperties object) {
return createIfcStructuralProfilePropertiesAdapter();
}
@Override
public Adapter caseIfcStructuralReaction(IfcStructuralReaction object) {
return createIfcStructuralReactionAdapter();
}
@Override
public Adapter caseIfcStructuralResultGroup(IfcStructuralResultGroup object) {
return createIfcStructuralResultGroupAdapter();
}
@Override
public Adapter caseIfcStructuralSteelProfileProperties(IfcStructuralSteelProfileProperties object) {
return createIfcStructuralSteelProfilePropertiesAdapter();
}
@Override
public Adapter caseIfcStructuralSurfaceConnection(IfcStructuralSurfaceConnection object) {
return createIfcStructuralSurfaceConnectionAdapter();
}
@Override
public Adapter caseIfcStructuralSurfaceMember(IfcStructuralSurfaceMember object) {
return createIfcStructuralSurfaceMemberAdapter();
}
@Override
public Adapter caseIfcStructuralSurfaceMemberVarying(IfcStructuralSurfaceMemberVarying object) {
return createIfcStructuralSurfaceMemberVaryingAdapter();
}
@Override
public Adapter caseIfcStructuredDimensionCallout(IfcStructuredDimensionCallout object) {
return createIfcStructuredDimensionCalloutAdapter();
}
@Override
public Adapter caseIfcStyleModel(IfcStyleModel object) {
return createIfcStyleModelAdapter();
}
@Override
public Adapter caseIfcStyledItem(IfcStyledItem object) {
return createIfcStyledItemAdapter();
}
@Override
public Adapter caseIfcStyledRepresentation(IfcStyledRepresentation object) {
return createIfcStyledRepresentationAdapter();
}
@Override
public Adapter caseIfcSubContractResource(IfcSubContractResource object) {
return createIfcSubContractResourceAdapter();
}
@Override
public Adapter caseIfcSubedge(IfcSubedge object) {
return createIfcSubedgeAdapter();
}
@Override
public Adapter caseIfcSurface(IfcSurface object) {
return createIfcSurfaceAdapter();
}
@Override
public Adapter caseIfcSurfaceCurveSweptAreaSolid(IfcSurfaceCurveSweptAreaSolid object) {
return createIfcSurfaceCurveSweptAreaSolidAdapter();
}
@Override
public Adapter caseIfcSurfaceOfLinearExtrusion(IfcSurfaceOfLinearExtrusion object) {
return createIfcSurfaceOfLinearExtrusionAdapter();
}
@Override
public Adapter caseIfcSurfaceOfRevolution(IfcSurfaceOfRevolution object) {
return createIfcSurfaceOfRevolutionAdapter();
}
@Override
public Adapter caseIfcSurfaceStyle(IfcSurfaceStyle object) {
return createIfcSurfaceStyleAdapter();
}
@Override
public Adapter caseIfcSurfaceStyleLighting(IfcSurfaceStyleLighting object) {
return createIfcSurfaceStyleLightingAdapter();
}
@Override
public Adapter caseIfcSurfaceStyleRefraction(IfcSurfaceStyleRefraction object) {
return createIfcSurfaceStyleRefractionAdapter();
}
@Override
public Adapter caseIfcSurfaceStyleRendering(IfcSurfaceStyleRendering object) {
return createIfcSurfaceStyleRenderingAdapter();
}
@Override
public Adapter caseIfcSurfaceStyleShading(IfcSurfaceStyleShading object) {
return createIfcSurfaceStyleShadingAdapter();
}
@Override
public Adapter caseIfcSurfaceStyleWithTextures(IfcSurfaceStyleWithTextures object) {
return createIfcSurfaceStyleWithTexturesAdapter();
}
@Override
public Adapter caseIfcSurfaceTexture(IfcSurfaceTexture object) {
return createIfcSurfaceTextureAdapter();
}
@Override
public Adapter caseIfcSweptAreaSolid(IfcSweptAreaSolid object) {
return createIfcSweptAreaSolidAdapter();
}
@Override
public Adapter caseIfcSweptDiskSolid(IfcSweptDiskSolid object) {
return createIfcSweptDiskSolidAdapter();
}
@Override
public Adapter caseIfcSweptSurface(IfcSweptSurface object) {
return createIfcSweptSurfaceAdapter();
}
@Override
public Adapter caseIfcSwitchingDeviceType(IfcSwitchingDeviceType object) {
return createIfcSwitchingDeviceTypeAdapter();
}
@Override
public Adapter caseIfcSymbolStyle(IfcSymbolStyle object) {
return createIfcSymbolStyleAdapter();
}
@Override
public Adapter caseIfcSystem(IfcSystem object) {
return createIfcSystemAdapter();
}
@Override
public Adapter caseIfcSystemFurnitureElementType(IfcSystemFurnitureElementType object) {
return createIfcSystemFurnitureElementTypeAdapter();
}
@Override
public Adapter caseIfcTShapeProfileDef(IfcTShapeProfileDef object) {
return createIfcTShapeProfileDefAdapter();
}
@Override
public Adapter caseIfcTable(IfcTable object) {
return createIfcTableAdapter();
}
@Override
public Adapter caseIfcTableRow(IfcTableRow object) {
return createIfcTableRowAdapter();
}
@Override
public Adapter caseIfcTankType(IfcTankType object) {
return createIfcTankTypeAdapter();
}
@Override
public Adapter caseIfcTask(IfcTask object) {
return createIfcTaskAdapter();
}
@Override
public Adapter caseIfcTelecomAddress(IfcTelecomAddress object) {
return createIfcTelecomAddressAdapter();
}
@Override
public Adapter caseIfcTendon(IfcTendon object) {
return createIfcTendonAdapter();
}
@Override
public Adapter caseIfcTendonAnchor(IfcTendonAnchor object) {
return createIfcTendonAnchorAdapter();
}
@Override
public Adapter caseIfcTerminatorSymbol(IfcTerminatorSymbol object) {
return createIfcTerminatorSymbolAdapter();
}
@Override
public Adapter caseIfcTextLiteral(IfcTextLiteral object) {
return createIfcTextLiteralAdapter();
}
@Override
public Adapter caseIfcTextLiteralWithExtent(IfcTextLiteralWithExtent object) {
return createIfcTextLiteralWithExtentAdapter();
}
@Override
public Adapter caseIfcTextStyle(IfcTextStyle object) {
return createIfcTextStyleAdapter();
}
@Override
public Adapter caseIfcTextStyleFontModel(IfcTextStyleFontModel object) {
return createIfcTextStyleFontModelAdapter();
}
@Override
public Adapter caseIfcTextStyleForDefinedFont(IfcTextStyleForDefinedFont object) {
return createIfcTextStyleForDefinedFontAdapter();
}
@Override
public Adapter caseIfcTextStyleTextModel(IfcTextStyleTextModel object) {
return createIfcTextStyleTextModelAdapter();
}
@Override
public Adapter caseIfcTextStyleWithBoxCharacteristics(IfcTextStyleWithBoxCharacteristics object) {
return createIfcTextStyleWithBoxCharacteristicsAdapter();
}
@Override
public Adapter caseIfcTextureCoordinate(IfcTextureCoordinate object) {
return createIfcTextureCoordinateAdapter();
}
@Override
public Adapter caseIfcTextureCoordinateGenerator(IfcTextureCoordinateGenerator object) {
return createIfcTextureCoordinateGeneratorAdapter();
}
@Override
public Adapter caseIfcTextureMap(IfcTextureMap object) {
return createIfcTextureMapAdapter();
}
@Override
public Adapter caseIfcTextureVertex(IfcTextureVertex object) {
return createIfcTextureVertexAdapter();
}
@Override
public Adapter caseIfcThermalMaterialProperties(IfcThermalMaterialProperties object) {
return createIfcThermalMaterialPropertiesAdapter();
}
@Override
public Adapter caseIfcTimeSeries(IfcTimeSeries object) {
return createIfcTimeSeriesAdapter();
}
@Override
public Adapter caseIfcTimeSeriesReferenceRelationship(IfcTimeSeriesReferenceRelationship object) {
return createIfcTimeSeriesReferenceRelationshipAdapter();
}
@Override
public Adapter caseIfcTimeSeriesSchedule(IfcTimeSeriesSchedule object) {
return createIfcTimeSeriesScheduleAdapter();
}
@Override
public Adapter caseIfcTimeSeriesValue(IfcTimeSeriesValue object) {
return createIfcTimeSeriesValueAdapter();
}
@Override
public Adapter caseIfcTopologicalRepresentationItem(IfcTopologicalRepresentationItem object) {
return createIfcTopologicalRepresentationItemAdapter();
}
@Override
public Adapter caseIfcTopologyRepresentation(IfcTopologyRepresentation object) {
return createIfcTopologyRepresentationAdapter();
}
@Override
public Adapter caseIfcTransformerType(IfcTransformerType object) {
return createIfcTransformerTypeAdapter();
}
@Override
public Adapter caseIfcTransportElement(IfcTransportElement object) {
return createIfcTransportElementAdapter();
}
@Override
public Adapter caseIfcTransportElementType(IfcTransportElementType object) {
return createIfcTransportElementTypeAdapter();
}
@Override
public Adapter caseIfcTrapeziumProfileDef(IfcTrapeziumProfileDef object) {
return createIfcTrapeziumProfileDefAdapter();
}
@Override
public Adapter caseIfcTrimmedCurve(IfcTrimmedCurve object) {
return createIfcTrimmedCurveAdapter();
}
@Override
public Adapter caseIfcTubeBundleType(IfcTubeBundleType object) {
return createIfcTubeBundleTypeAdapter();
}
@Override
public Adapter caseIfcTwoDirectionRepeatFactor(IfcTwoDirectionRepeatFactor object) {
return createIfcTwoDirectionRepeatFactorAdapter();
}
@Override
public Adapter caseIfcTypeObject(IfcTypeObject object) {
return createIfcTypeObjectAdapter();
}
@Override
public Adapter caseIfcTypeProduct(IfcTypeProduct object) {
return createIfcTypeProductAdapter();
}
@Override
public Adapter caseIfcUShapeProfileDef(IfcUShapeProfileDef object) {
return createIfcUShapeProfileDefAdapter();
}
@Override
public Adapter caseIfcUnitAssignment(IfcUnitAssignment object) {
return createIfcUnitAssignmentAdapter();
}
@Override
public Adapter caseIfcUnitaryEquipmentType(IfcUnitaryEquipmentType object) {
return createIfcUnitaryEquipmentTypeAdapter();
}
@Override
public Adapter caseIfcValveType(IfcValveType object) {
return createIfcValveTypeAdapter();
}
@Override
public Adapter caseIfcVector(IfcVector object) {
return createIfcVectorAdapter();
}
@Override
public Adapter caseIfcVertex(IfcVertex object) {
return createIfcVertexAdapter();
}
@Override
public Adapter caseIfcVertexBasedTextureMap(IfcVertexBasedTextureMap object) {
return createIfcVertexBasedTextureMapAdapter();
}
@Override
public Adapter caseIfcVertexLoop(IfcVertexLoop object) {
return createIfcVertexLoopAdapter();
}
@Override
public Adapter caseIfcVertexPoint(IfcVertexPoint object) {
return createIfcVertexPointAdapter();
}
@Override
public Adapter caseIfcVibrationIsolatorType(IfcVibrationIsolatorType object) {
return createIfcVibrationIsolatorTypeAdapter();
}
@Override
public Adapter caseIfcVirtualElement(IfcVirtualElement object) {
return createIfcVirtualElementAdapter();
}
@Override
public Adapter caseIfcVirtualGridIntersection(IfcVirtualGridIntersection object) {
return createIfcVirtualGridIntersectionAdapter();
}
@Override
public Adapter caseIfcWall(IfcWall object) {
return createIfcWallAdapter();
}
@Override
public Adapter caseIfcWallStandardCase(IfcWallStandardCase object) {
return createIfcWallStandardCaseAdapter();
}
@Override
public Adapter caseIfcWallType(IfcWallType object) {
return createIfcWallTypeAdapter();
}
@Override
public Adapter caseIfcWasteTerminalType(IfcWasteTerminalType object) {
return createIfcWasteTerminalTypeAdapter();
}
@Override
public Adapter caseIfcWaterProperties(IfcWaterProperties object) {
return createIfcWaterPropertiesAdapter();
}
@Override
public Adapter caseIfcWindow(IfcWindow object) {
return createIfcWindowAdapter();
}
@Override
public Adapter caseIfcWindowLiningProperties(IfcWindowLiningProperties object) {
return createIfcWindowLiningPropertiesAdapter();
}
@Override
public Adapter caseIfcWindowPanelProperties(IfcWindowPanelProperties object) {
return createIfcWindowPanelPropertiesAdapter();
}
@Override
public Adapter caseIfcWindowStyle(IfcWindowStyle object) {
return createIfcWindowStyleAdapter();
}
@Override
public Adapter caseIfcWorkControl(IfcWorkControl object) {
return createIfcWorkControlAdapter();
}
@Override
public Adapter caseIfcWorkPlan(IfcWorkPlan object) {
return createIfcWorkPlanAdapter();
}
@Override
public Adapter caseIfcWorkSchedule(IfcWorkSchedule object) {
return createIfcWorkScheduleAdapter();
}
@Override
public Adapter caseIfcZShapeProfileDef(IfcZShapeProfileDef object) {
return createIfcZShapeProfileDefAdapter();
}
@Override
public Adapter caseIfcZone(IfcZone object) {
return createIfcZoneAdapter();
}
@Override
public Adapter caseIfcAbsorbedDoseMeasure(IfcAbsorbedDoseMeasure object) {
return createIfcAbsorbedDoseMeasureAdapter();
}
@Override
public Adapter caseIfcAccelerationMeasure(IfcAccelerationMeasure object) {
return createIfcAccelerationMeasureAdapter();
}
@Override
public Adapter caseIfcAmountOfSubstanceMeasure(IfcAmountOfSubstanceMeasure object) {
return createIfcAmountOfSubstanceMeasureAdapter();
}
@Override
public Adapter caseIfcAngularVelocityMeasure(IfcAngularVelocityMeasure object) {
return createIfcAngularVelocityMeasureAdapter();
}
@Override
public Adapter caseIfcAreaMeasure(IfcAreaMeasure object) {
return createIfcAreaMeasureAdapter();
}
@Override
public Adapter caseIfcBoolean(IfcBoolean object) {
return createIfcBooleanAdapter();
}
@Override
public Adapter caseIfcContextDependentMeasure(IfcContextDependentMeasure object) {
return createIfcContextDependentMeasureAdapter();
}
@Override
public Adapter caseIfcCountMeasure(IfcCountMeasure object) {
return createIfcCountMeasureAdapter();
}
@Override
public Adapter caseIfcCurvatureMeasure(IfcCurvatureMeasure object) {
return createIfcCurvatureMeasureAdapter();
}
@Override
public Adapter caseIfcDayInMonthNumber(IfcDayInMonthNumber object) {
return createIfcDayInMonthNumberAdapter();
}
@Override
public Adapter caseIfcDaylightSavingHour(IfcDaylightSavingHour object) {
return createIfcDaylightSavingHourAdapter();
}
@Override
public Adapter caseIfcDescriptiveMeasure(IfcDescriptiveMeasure object) {
return createIfcDescriptiveMeasureAdapter();
}
@Override
public Adapter caseIfcDimensionCount(IfcDimensionCount object) {
return createIfcDimensionCountAdapter();
}
@Override
public Adapter caseIfcDoseEquivalentMeasure(IfcDoseEquivalentMeasure object) {
return createIfcDoseEquivalentMeasureAdapter();
}
@Override
public Adapter caseIfcDynamicViscosityMeasure(IfcDynamicViscosityMeasure object) {
return createIfcDynamicViscosityMeasureAdapter();
}
@Override
public Adapter caseIfcElectricCapacitanceMeasure(IfcElectricCapacitanceMeasure object) {
return createIfcElectricCapacitanceMeasureAdapter();
}
@Override
public Adapter caseIfcElectricChargeMeasure(IfcElectricChargeMeasure object) {
return createIfcElectricChargeMeasureAdapter();
}
@Override
public Adapter caseIfcElectricConductanceMeasure(IfcElectricConductanceMeasure object) {
return createIfcElectricConductanceMeasureAdapter();
}
@Override
public Adapter caseIfcElectricCurrentMeasure(IfcElectricCurrentMeasure object) {
return createIfcElectricCurrentMeasureAdapter();
}
@Override
public Adapter caseIfcElectricResistanceMeasure(IfcElectricResistanceMeasure object) {
return createIfcElectricResistanceMeasureAdapter();
}
@Override
public Adapter caseIfcElectricVoltageMeasure(IfcElectricVoltageMeasure object) {
return createIfcElectricVoltageMeasureAdapter();
}
@Override
public Adapter caseIfcEnergyMeasure(IfcEnergyMeasure object) {
return createIfcEnergyMeasureAdapter();
}
@Override
public Adapter caseIfcFontStyle(IfcFontStyle object) {
return createIfcFontStyleAdapter();
}
@Override
public Adapter caseIfcFontVariant(IfcFontVariant object) {
return createIfcFontVariantAdapter();
}
@Override
public Adapter caseIfcFontWeight(IfcFontWeight object) {
return createIfcFontWeightAdapter();
}
@Override
public Adapter caseIfcForceMeasure(IfcForceMeasure object) {
return createIfcForceMeasureAdapter();
}
@Override
public Adapter caseIfcFrequencyMeasure(IfcFrequencyMeasure object) {
return createIfcFrequencyMeasureAdapter();
}
@Override
public Adapter caseIfcGloballyUniqueId(IfcGloballyUniqueId object) {
return createIfcGloballyUniqueIdAdapter();
}
@Override
public Adapter caseIfcHeatFluxDensityMeasure(IfcHeatFluxDensityMeasure object) {
return createIfcHeatFluxDensityMeasureAdapter();
}
@Override
public Adapter caseIfcHeatingValueMeasure(IfcHeatingValueMeasure object) {
return createIfcHeatingValueMeasureAdapter();
}
@Override
public Adapter caseIfcHourInDay(IfcHourInDay object) {
return createIfcHourInDayAdapter();
}
@Override
public Adapter caseIfcIdentifier(IfcIdentifier object) {
return createIfcIdentifierAdapter();
}
@Override
public Adapter caseIfcIlluminanceMeasure(IfcIlluminanceMeasure object) {
return createIfcIlluminanceMeasureAdapter();
}
@Override
public Adapter caseIfcInductanceMeasure(IfcInductanceMeasure object) {
return createIfcInductanceMeasureAdapter();
}
@Override
public Adapter caseIfcInteger(IfcInteger object) {
return createIfcIntegerAdapter();
}
@Override
public Adapter caseIfcIntegerCountRateMeasure(IfcIntegerCountRateMeasure object) {
return createIfcIntegerCountRateMeasureAdapter();
}
@Override
public Adapter caseIfcIonConcentrationMeasure(IfcIonConcentrationMeasure object) {
return createIfcIonConcentrationMeasureAdapter();
}
@Override
public Adapter caseIfcIsothermalMoistureCapacityMeasure(IfcIsothermalMoistureCapacityMeasure object) {
return createIfcIsothermalMoistureCapacityMeasureAdapter();
}
@Override
public Adapter caseIfcKinematicViscosityMeasure(IfcKinematicViscosityMeasure object) {
return createIfcKinematicViscosityMeasureAdapter();
}
@Override
public Adapter caseIfcLabel(IfcLabel object) {
return createIfcLabelAdapter();
}
@Override
public Adapter caseIfcLengthMeasure(IfcLengthMeasure object) {
return createIfcLengthMeasureAdapter();
}
@Override
public Adapter caseIfcLinearForceMeasure(IfcLinearForceMeasure object) {
return createIfcLinearForceMeasureAdapter();
}
@Override
public Adapter caseIfcLinearMomentMeasure(IfcLinearMomentMeasure object) {
return createIfcLinearMomentMeasureAdapter();
}
@Override
public Adapter caseIfcLinearStiffnessMeasure(IfcLinearStiffnessMeasure object) {
return createIfcLinearStiffnessMeasureAdapter();
}
@Override
public Adapter caseIfcLinearVelocityMeasure(IfcLinearVelocityMeasure object) {
return createIfcLinearVelocityMeasureAdapter();
}
@Override
public Adapter caseIfcLogical(IfcLogical object) {
return createIfcLogicalAdapter();
}
@Override
public Adapter caseIfcLuminousFluxMeasure(IfcLuminousFluxMeasure object) {
return createIfcLuminousFluxMeasureAdapter();
}
@Override
public Adapter caseIfcLuminousIntensityDistributionMeasure(IfcLuminousIntensityDistributionMeasure object) {
return createIfcLuminousIntensityDistributionMeasureAdapter();
}
@Override
public Adapter caseIfcLuminousIntensityMeasure(IfcLuminousIntensityMeasure object) {
return createIfcLuminousIntensityMeasureAdapter();
}
@Override
public Adapter caseIfcMagneticFluxDensityMeasure(IfcMagneticFluxDensityMeasure object) {
return createIfcMagneticFluxDensityMeasureAdapter();
}
@Override
public Adapter caseIfcMagneticFluxMeasure(IfcMagneticFluxMeasure object) {
return createIfcMagneticFluxMeasureAdapter();
}
@Override
public Adapter caseIfcMassDensityMeasure(IfcMassDensityMeasure object) {
return createIfcMassDensityMeasureAdapter();
}
@Override
public Adapter caseIfcMassFlowRateMeasure(IfcMassFlowRateMeasure object) {
return createIfcMassFlowRateMeasureAdapter();
}
@Override
public Adapter caseIfcMassMeasure(IfcMassMeasure object) {
return createIfcMassMeasureAdapter();
}
@Override
public Adapter caseIfcMassPerLengthMeasure(IfcMassPerLengthMeasure object) {
return createIfcMassPerLengthMeasureAdapter();
}
@Override
public Adapter caseIfcMinuteInHour(IfcMinuteInHour object) {
return createIfcMinuteInHourAdapter();
}
@Override
public Adapter caseIfcModulusOfElasticityMeasure(IfcModulusOfElasticityMeasure object) {
return createIfcModulusOfElasticityMeasureAdapter();
}
@Override
public Adapter caseIfcModulusOfLinearSubgradeReactionMeasure(IfcModulusOfLinearSubgradeReactionMeasure object) {
return createIfcModulusOfLinearSubgradeReactionMeasureAdapter();
}
@Override
public Adapter caseIfcModulusOfRotationalSubgradeReactionMeasure(
IfcModulusOfRotationalSubgradeReactionMeasure object) {
return createIfcModulusOfRotationalSubgradeReactionMeasureAdapter();
}
@Override
public Adapter caseIfcModulusOfSubgradeReactionMeasure(IfcModulusOfSubgradeReactionMeasure object) {
return createIfcModulusOfSubgradeReactionMeasureAdapter();
}
@Override
public Adapter caseIfcMoistureDiffusivityMeasure(IfcMoistureDiffusivityMeasure object) {
return createIfcMoistureDiffusivityMeasureAdapter();
}
@Override
public Adapter caseIfcMolecularWeightMeasure(IfcMolecularWeightMeasure object) {
return createIfcMolecularWeightMeasureAdapter();
}
@Override
public Adapter caseIfcMomentOfInertiaMeasure(IfcMomentOfInertiaMeasure object) {
return createIfcMomentOfInertiaMeasureAdapter();
}
@Override
public Adapter caseIfcMonetaryMeasure(IfcMonetaryMeasure object) {
return createIfcMonetaryMeasureAdapter();
}
@Override
public Adapter caseIfcMonthInYearNumber(IfcMonthInYearNumber object) {
return createIfcMonthInYearNumberAdapter();
}
@Override
public Adapter caseIfcNumericMeasure(IfcNumericMeasure object) {
return createIfcNumericMeasureAdapter();
}
@Override
public Adapter caseIfcPHMeasure(IfcPHMeasure object) {
return createIfcPHMeasureAdapter();
}
@Override
public Adapter caseIfcParameterValue(IfcParameterValue object) {
return createIfcParameterValueAdapter();
}
@Override
public Adapter caseIfcPlanarForceMeasure(IfcPlanarForceMeasure object) {
return createIfcPlanarForceMeasureAdapter();
}
@Override
public Adapter caseIfcPlaneAngleMeasure(IfcPlaneAngleMeasure object) {
return createIfcPlaneAngleMeasureAdapter();
}
@Override
public Adapter caseIfcPowerMeasure(IfcPowerMeasure object) {
return createIfcPowerMeasureAdapter();
}
@Override
public Adapter caseIfcPresentableText(IfcPresentableText object) {
return createIfcPresentableTextAdapter();
}
@Override
public Adapter caseIfcPressureMeasure(IfcPressureMeasure object) {
return createIfcPressureMeasureAdapter();
}
@Override
public Adapter caseIfcRadioActivityMeasure(IfcRadioActivityMeasure object) {
return createIfcRadioActivityMeasureAdapter();
}
@Override
public Adapter caseIfcRatioMeasure(IfcRatioMeasure object) {
return createIfcRatioMeasureAdapter();
}
@Override
public Adapter caseIfcReal(IfcReal object) {
return createIfcRealAdapter();
}
@Override
public Adapter caseIfcRotationalFrequencyMeasure(IfcRotationalFrequencyMeasure object) {
return createIfcRotationalFrequencyMeasureAdapter();
}
@Override
public Adapter caseIfcRotationalMassMeasure(IfcRotationalMassMeasure object) {
return createIfcRotationalMassMeasureAdapter();
}
@Override
public Adapter caseIfcRotationalStiffnessMeasure(IfcRotationalStiffnessMeasure object) {
return createIfcRotationalStiffnessMeasureAdapter();
}
@Override
public Adapter caseIfcSecondInMinute(IfcSecondInMinute object) {
return createIfcSecondInMinuteAdapter();
}
@Override
public Adapter caseIfcSectionModulusMeasure(IfcSectionModulusMeasure object) {
return createIfcSectionModulusMeasureAdapter();
}
@Override
public Adapter caseIfcSectionalAreaIntegralMeasure(IfcSectionalAreaIntegralMeasure object) {
return createIfcSectionalAreaIntegralMeasureAdapter();
}
@Override
public Adapter caseIfcShearModulusMeasure(IfcShearModulusMeasure object) {
return createIfcShearModulusMeasureAdapter();
}
@Override
public Adapter caseIfcSolidAngleMeasure(IfcSolidAngleMeasure object) {
return createIfcSolidAngleMeasureAdapter();
}
@Override
public Adapter caseIfcSoundPowerMeasure(IfcSoundPowerMeasure object) {
return createIfcSoundPowerMeasureAdapter();
}
@Override
public Adapter caseIfcSoundPressureMeasure(IfcSoundPressureMeasure object) {
return createIfcSoundPressureMeasureAdapter();
}
@Override
public Adapter caseIfcSpecificHeatCapacityMeasure(IfcSpecificHeatCapacityMeasure object) {
return createIfcSpecificHeatCapacityMeasureAdapter();
}
@Override
public Adapter caseIfcSpecularExponent(IfcSpecularExponent object) {
return createIfcSpecularExponentAdapter();
}
@Override
public Adapter caseIfcSpecularRoughness(IfcSpecularRoughness object) {
return createIfcSpecularRoughnessAdapter();
}
@Override
public Adapter caseIfcTemperatureGradientMeasure(IfcTemperatureGradientMeasure object) {
return createIfcTemperatureGradientMeasureAdapter();
}
@Override
public Adapter caseIfcText(IfcText object) {
return createIfcTextAdapter();
}
@Override
public Adapter caseIfcTextAlignment(IfcTextAlignment object) {
return createIfcTextAlignmentAdapter();
}
@Override
public Adapter caseIfcTextDecoration(IfcTextDecoration object) {
return createIfcTextDecorationAdapter();
}
@Override
public Adapter caseIfcTextFontName(IfcTextFontName object) {
return createIfcTextFontNameAdapter();
}
@Override
public Adapter caseIfcTextTransformation(IfcTextTransformation object) {
return createIfcTextTransformationAdapter();
}
@Override
public Adapter caseIfcThermalAdmittanceMeasure(IfcThermalAdmittanceMeasure object) {
return createIfcThermalAdmittanceMeasureAdapter();
}
@Override
public Adapter caseIfcThermalConductivityMeasure(IfcThermalConductivityMeasure object) {
return createIfcThermalConductivityMeasureAdapter();
}
@Override
public Adapter caseIfcThermalExpansionCoefficientMeasure(IfcThermalExpansionCoefficientMeasure object) {
return createIfcThermalExpansionCoefficientMeasureAdapter();
}
@Override
public Adapter caseIfcThermalResistanceMeasure(IfcThermalResistanceMeasure object) {
return createIfcThermalResistanceMeasureAdapter();
}
@Override
public Adapter caseIfcThermalTransmittanceMeasure(IfcThermalTransmittanceMeasure object) {
return createIfcThermalTransmittanceMeasureAdapter();
}
@Override
public Adapter caseIfcThermodynamicTemperatureMeasure(IfcThermodynamicTemperatureMeasure object) {
return createIfcThermodynamicTemperatureMeasureAdapter();
}
@Override
public Adapter caseIfcTimeMeasure(IfcTimeMeasure object) {
return createIfcTimeMeasureAdapter();
}
@Override
public Adapter caseIfcTimeStamp(IfcTimeStamp object) {
return createIfcTimeStampAdapter();
}
@Override
public Adapter caseIfcTorqueMeasure(IfcTorqueMeasure object) {
return createIfcTorqueMeasureAdapter();
}
@Override
public Adapter caseIfcVaporPermeabilityMeasure(IfcVaporPermeabilityMeasure object) {
return createIfcVaporPermeabilityMeasureAdapter();
}
@Override
public Adapter caseIfcVolumeMeasure(IfcVolumeMeasure object) {
return createIfcVolumeMeasureAdapter();
}
@Override
public Adapter caseIfcVolumetricFlowRateMeasure(IfcVolumetricFlowRateMeasure object) {
return createIfcVolumetricFlowRateMeasureAdapter();
}
@Override
public Adapter caseIfcWarpingConstantMeasure(IfcWarpingConstantMeasure object) {
return createIfcWarpingConstantMeasureAdapter();
}
@Override
public Adapter caseIfcWarpingMomentMeasure(IfcWarpingMomentMeasure object) {
return createIfcWarpingMomentMeasureAdapter();
}
@Override
public Adapter caseIfcYearNumber(IfcYearNumber object) {
return createIfcYearNumberAdapter();
}
@Override
public Adapter caseIfcBoxAlignment(IfcBoxAlignment object) {
return createIfcBoxAlignmentAdapter();
}
@Override
public Adapter caseIfcCompoundPlaneAngleMeasure(IfcCompoundPlaneAngleMeasure object) {
return createIfcCompoundPlaneAngleMeasureAdapter();
}
@Override
public Adapter caseIfcNormalisedRatioMeasure(IfcNormalisedRatioMeasure object) {
return createIfcNormalisedRatioMeasureAdapter();
}
@Override
public Adapter caseIfcPositiveLengthMeasure(IfcPositiveLengthMeasure object) {
return createIfcPositiveLengthMeasureAdapter();
}
@Override
public Adapter caseIfcPositivePlaneAngleMeasure(IfcPositivePlaneAngleMeasure object) {
return createIfcPositivePlaneAngleMeasureAdapter();
}
@Override
public Adapter caseIfcPositiveRatioMeasure(IfcPositiveRatioMeasure object) {
return createIfcPositiveRatioMeasureAdapter();
}
@Override
public Adapter caseIfcComplexNumber(IfcComplexNumber object) {
return createIfcComplexNumberAdapter();
}
@Override
public Adapter caseIfcNullStyle(IfcNullStyle object) {
return createIfcNullStyleAdapter();
}
@Override
public Adapter caseIfcActorSelect(IfcActorSelect object) {
return createIfcActorSelectAdapter();
}
@Override
public Adapter caseIfcAppliedValueSelect(IfcAppliedValueSelect object) {
return createIfcAppliedValueSelectAdapter();
}
@Override
public Adapter caseIfcAxis2Placement(IfcAxis2Placement object) {
return createIfcAxis2PlacementAdapter();
}
@Override
public Adapter caseIfcBooleanOperand(IfcBooleanOperand object) {
return createIfcBooleanOperandAdapter();
}
@Override
public Adapter caseIfcCharacterStyleSelect(IfcCharacterStyleSelect object) {
return createIfcCharacterStyleSelectAdapter();
}
@Override
public Adapter caseIfcClassificationNotationSelect(IfcClassificationNotationSelect object) {
return createIfcClassificationNotationSelectAdapter();
}
@Override
public Adapter caseIfcColour(IfcColour object) {
return createIfcColourAdapter();
}
@Override
public Adapter caseIfcColourOrFactor(IfcColourOrFactor object) {
return createIfcColourOrFactorAdapter();
}
@Override
public Adapter caseIfcConditionCriterionSelect(IfcConditionCriterionSelect object) {
return createIfcConditionCriterionSelectAdapter();
}
@Override
public Adapter caseIfcCsgSelect(IfcCsgSelect object) {
return createIfcCsgSelectAdapter();
}
@Override
public Adapter caseIfcCurveFontOrScaledCurveFontSelect(IfcCurveFontOrScaledCurveFontSelect object) {
return createIfcCurveFontOrScaledCurveFontSelectAdapter();
}
@Override
public Adapter caseIfcCurveOrEdgeCurve(IfcCurveOrEdgeCurve object) {
return createIfcCurveOrEdgeCurveAdapter();
}
@Override
public Adapter caseIfcCurveStyleFontSelect(IfcCurveStyleFontSelect object) {
return createIfcCurveStyleFontSelectAdapter();
}
@Override
public Adapter caseIfcDateTimeSelect(IfcDateTimeSelect object) {
return createIfcDateTimeSelectAdapter();
}
@Override
public Adapter caseIfcDefinedSymbolSelect(IfcDefinedSymbolSelect object) {
return createIfcDefinedSymbolSelectAdapter();
}
@Override
public Adapter caseIfcDerivedMeasureValue(IfcDerivedMeasureValue object) {
return createIfcDerivedMeasureValueAdapter();
}
@Override
public Adapter caseIfcDocumentSelect(IfcDocumentSelect object) {
return createIfcDocumentSelectAdapter();
}
@Override
public Adapter caseIfcDraughtingCalloutElement(IfcDraughtingCalloutElement object) {
return createIfcDraughtingCalloutElementAdapter();
}
@Override
public Adapter caseIfcFillAreaStyleTileShapeSelect(IfcFillAreaStyleTileShapeSelect object) {
return createIfcFillAreaStyleTileShapeSelectAdapter();
}
@Override
public Adapter caseIfcFillStyleSelect(IfcFillStyleSelect object) {
return createIfcFillStyleSelectAdapter();
}
@Override
public Adapter caseIfcGeometricSetSelect(IfcGeometricSetSelect object) {
return createIfcGeometricSetSelectAdapter();
}
@Override
public Adapter caseIfcHatchLineDistanceSelect(IfcHatchLineDistanceSelect object) {
return createIfcHatchLineDistanceSelectAdapter();
}
@Override
public Adapter caseIfcLayeredItem(IfcLayeredItem object) {
return createIfcLayeredItemAdapter();
}
@Override
public Adapter caseIfcLibrarySelect(IfcLibrarySelect object) {
return createIfcLibrarySelectAdapter();
}
@Override
public Adapter caseIfcLightDistributionDataSourceSelect(IfcLightDistributionDataSourceSelect object) {
return createIfcLightDistributionDataSourceSelectAdapter();
}
@Override
public Adapter caseIfcMaterialSelect(IfcMaterialSelect object) {
return createIfcMaterialSelectAdapter();
}
@Override
public Adapter caseIfcMeasureValue(IfcMeasureValue object) {
return createIfcMeasureValueAdapter();
}
@Override
public Adapter caseIfcMetricValueSelect(IfcMetricValueSelect object) {
return createIfcMetricValueSelectAdapter();
}
@Override
public Adapter caseIfcObjectReferenceSelect(IfcObjectReferenceSelect object) {
return createIfcObjectReferenceSelectAdapter();
}
@Override
public Adapter caseIfcOrientationSelect(IfcOrientationSelect object) {
return createIfcOrientationSelectAdapter();
}
@Override
public Adapter caseIfcPointOrVertexPoint(IfcPointOrVertexPoint object) {
return createIfcPointOrVertexPointAdapter();
}
@Override
public Adapter caseIfcPresentationStyleSelect(IfcPresentationStyleSelect object) {
return createIfcPresentationStyleSelectAdapter();
}
@Override
public Adapter caseIfcShell(IfcShell object) {
return createIfcShellAdapter();
}
@Override
public Adapter caseIfcSimpleValue(IfcSimpleValue object) {
return createIfcSimpleValueAdapter();
}
@Override
public Adapter caseIfcSizeSelect(IfcSizeSelect object) {
return createIfcSizeSelectAdapter();
}
@Override
public Adapter caseIfcSpecularHighlightSelect(IfcSpecularHighlightSelect object) {
return createIfcSpecularHighlightSelectAdapter();
}
@Override
public Adapter caseIfcStructuralActivityAssignmentSelect(IfcStructuralActivityAssignmentSelect object) {
return createIfcStructuralActivityAssignmentSelectAdapter();
}
@Override
public Adapter caseIfcSurfaceOrFaceSurface(IfcSurfaceOrFaceSurface object) {
return createIfcSurfaceOrFaceSurfaceAdapter();
}
@Override
public Adapter caseIfcSurfaceStyleElementSelect(IfcSurfaceStyleElementSelect object) {
return createIfcSurfaceStyleElementSelectAdapter();
}
@Override
public Adapter caseIfcSymbolStyleSelect(IfcSymbolStyleSelect object) {
return createIfcSymbolStyleSelectAdapter();
}
@Override
public Adapter caseIfcTextFontSelect(IfcTextFontSelect object) {
return createIfcTextFontSelectAdapter();
}
@Override
public Adapter caseIfcTextStyleSelect(IfcTextStyleSelect object) {
return createIfcTextStyleSelectAdapter();
}
@Override
public Adapter caseIfcTrimmingSelect(IfcTrimmingSelect object) {
return createIfcTrimmingSelectAdapter();
}
@Override
public Adapter caseIfcUnit(IfcUnit object) {
return createIfcUnitAdapter();
}
@Override
public Adapter caseIfcValue(IfcValue object) {
return createIfcValueAdapter();
}
@Override
public Adapter caseIfcVectorOrDirection(IfcVectorOrDirection object) {
return createIfcVectorOrDirectionAdapter();
}
@Override
public Adapter defaultCase(EObject object) {
return createEObjectAdapter();
}
};
/**
* Creates an adapter for the target
.
*
*
* @param target the object to adapt.
* @return the adapter for the target
.
* @generated
*/
@Override
public Adapter createAdapter(Notifier target) {
return modelSwitch.doSwitch((EObject) target);
}
/**
* Creates a new adapter for an object of class '{@link org.bimserver.models.ifc2x3tc1.Ifc2DCompositeCurve Ifc2 DComposite Curve}'.
*
* This default implementation returns null so that we can easily ignore cases;
* it's useful to ignore a case when inheritance will catch all the cases anyway.
*
* @return the new adapter.
* @see org.bimserver.models.ifc2x3tc1.Ifc2DCompositeCurve
* @generated
*/
public Adapter createIfc2DCompositeCurveAdapter() {
return null;
}
/**
* Creates a new adapter for an object of class '{@link org.bimserver.models.ifc2x3tc1.IfcActionRequest Ifc Action Request}'.
*
* This default implementation returns null so that we can easily ignore cases;
* it's useful to ignore a case when inheritance will catch all the cases anyway.
*
* @return the new adapter.
* @see org.bimserver.models.ifc2x3tc1.IfcActionRequest
* @generated
*/
public Adapter createIfcActionRequestAdapter() {
return null;
}
/**
* Creates a new adapter for an object of class '{@link org.bimserver.models.ifc2x3tc1.IfcActor Ifc Actor}'.
*
* This default implementation returns null so that we can easily ignore cases;
* it's useful to ignore a case when inheritance will catch all the cases anyway.
*
* @return the new adapter.
* @see org.bimserver.models.ifc2x3tc1.IfcActor
* @generated
*/
public Adapter createIfcActorAdapter() {
return null;
}
/**
* Creates a new adapter for an object of class '{@link org.bimserver.models.ifc2x3tc1.IfcActorRole Ifc Actor Role}'.
*
* This default implementation returns null so that we can easily ignore cases;
* it's useful to ignore a case when inheritance will catch all the cases anyway.
*
* @return the new adapter.
* @see org.bimserver.models.ifc2x3tc1.IfcActorRole
* @generated
*/
public Adapter createIfcActorRoleAdapter() {
return null;
}
/**
* Creates a new adapter for an object of class '{@link org.bimserver.models.ifc2x3tc1.IfcActuatorType Ifc Actuator Type}'.
*
* This default implementation returns null so that we can easily ignore cases;
* it's useful to ignore a case when inheritance will catch all the cases anyway.
*
* @return the new adapter.
* @see org.bimserver.models.ifc2x3tc1.IfcActuatorType
* @generated
*/
public Adapter createIfcActuatorTypeAdapter() {
return null;
}
/**
* Creates a new adapter for an object of class '{@link org.bimserver.models.ifc2x3tc1.IfcAddress Ifc Address}'.
*
* This default implementation returns null so that we can easily ignore cases;
* it's useful to ignore a case when inheritance will catch all the cases anyway.
*
* @return the new adapter.
* @see org.bimserver.models.ifc2x3tc1.IfcAddress
* @generated
*/
public Adapter createIfcAddressAdapter() {
return null;
}
/**
* Creates a new adapter for an object of class '{@link org.bimserver.models.ifc2x3tc1.IfcAirTerminalBoxType Ifc Air Terminal Box Type}'.
*
* This default implementation returns null so that we can easily ignore cases;
* it's useful to ignore a case when inheritance will catch all the cases anyway.
*
* @return the new adapter.
* @see org.bimserver.models.ifc2x3tc1.IfcAirTerminalBoxType
* @generated
*/
public Adapter createIfcAirTerminalBoxTypeAdapter() {
return null;
}
/**
* Creates a new adapter for an object of class '{@link org.bimserver.models.ifc2x3tc1.IfcAirTerminalType Ifc Air Terminal Type}'.
*
* This default implementation returns null so that we can easily ignore cases;
* it's useful to ignore a case when inheritance will catch all the cases anyway.
*
* @return the new adapter.
* @see org.bimserver.models.ifc2x3tc1.IfcAirTerminalType
* @generated
*/
public Adapter createIfcAirTerminalTypeAdapter() {
return null;
}
/**
* Creates a new adapter for an object of class '{@link org.bimserver.models.ifc2x3tc1.IfcAirToAirHeatRecoveryType Ifc Air To Air Heat Recovery Type}'.
*
* This default implementation returns null so that we can easily ignore cases;
* it's useful to ignore a case when inheritance will catch all the cases anyway.
*
* @return the new adapter.
* @see org.bimserver.models.ifc2x3tc1.IfcAirToAirHeatRecoveryType
* @generated
*/
public Adapter createIfcAirToAirHeatRecoveryTypeAdapter() {
return null;
}
/**
* Creates a new adapter for an object of class '{@link org.bimserver.models.ifc2x3tc1.IfcAlarmType Ifc Alarm Type}'.
*
* This default implementation returns null so that we can easily ignore cases;
* it's useful to ignore a case when inheritance will catch all the cases anyway.
*
* @return the new adapter.
* @see org.bimserver.models.ifc2x3tc1.IfcAlarmType
* @generated
*/
public Adapter createIfcAlarmTypeAdapter() {
return null;
}
/**
* Creates a new adapter for an object of class '{@link org.bimserver.models.ifc2x3tc1.IfcAngularDimension Ifc Angular Dimension}'.
*
* This default implementation returns null so that we can easily ignore cases;
* it's useful to ignore a case when inheritance will catch all the cases anyway.
*
* @return the new adapter.
* @see org.bimserver.models.ifc2x3tc1.IfcAngularDimension
* @generated
*/
public Adapter createIfcAngularDimensionAdapter() {
return null;
}
/**
* Creates a new adapter for an object of class '{@link org.bimserver.models.ifc2x3tc1.IfcAnnotation Ifc Annotation}'.
*
* This default implementation returns null so that we can easily ignore cases;
* it's useful to ignore a case when inheritance will catch all the cases anyway.
*
* @return the new adapter.
* @see org.bimserver.models.ifc2x3tc1.IfcAnnotation
* @generated
*/
public Adapter createIfcAnnotationAdapter() {
return null;
}
/**
* Creates a new adapter for an object of class '{@link org.bimserver.models.ifc2x3tc1.IfcAnnotationCurveOccurrence Ifc Annotation Curve Occurrence}'.
*
* This default implementation returns null so that we can easily ignore cases;
* it's useful to ignore a case when inheritance will catch all the cases anyway.
*
* @return the new adapter.
* @see org.bimserver.models.ifc2x3tc1.IfcAnnotationCurveOccurrence
* @generated
*/
public Adapter createIfcAnnotationCurveOccurrenceAdapter() {
return null;
}
/**
* Creates a new adapter for an object of class '{@link org.bimserver.models.ifc2x3tc1.IfcAnnotationFillArea Ifc Annotation Fill Area}'.
*
* This default implementation returns null so that we can easily ignore cases;
* it's useful to ignore a case when inheritance will catch all the cases anyway.
*
* @return the new adapter.
* @see org.bimserver.models.ifc2x3tc1.IfcAnnotationFillArea
* @generated
*/
public Adapter createIfcAnnotationFillAreaAdapter() {
return null;
}
/**
* Creates a new adapter for an object of class '{@link org.bimserver.models.ifc2x3tc1.IfcAnnotationFillAreaOccurrence Ifc Annotation Fill Area Occurrence}'.
*
* This default implementation returns null so that we can easily ignore cases;
* it's useful to ignore a case when inheritance will catch all the cases anyway.
*
* @return the new adapter.
* @see org.bimserver.models.ifc2x3tc1.IfcAnnotationFillAreaOccurrence
* @generated
*/
public Adapter createIfcAnnotationFillAreaOccurrenceAdapter() {
return null;
}
/**
* Creates a new adapter for an object of class '{@link org.bimserver.models.ifc2x3tc1.IfcAnnotationOccurrence Ifc Annotation Occurrence}'.
*
* This default implementation returns null so that we can easily ignore cases;
* it's useful to ignore a case when inheritance will catch all the cases anyway.
*
* @return the new adapter.
* @see org.bimserver.models.ifc2x3tc1.IfcAnnotationOccurrence
* @generated
*/
public Adapter createIfcAnnotationOccurrenceAdapter() {
return null;
}
/**
* Creates a new adapter for an object of class '{@link org.bimserver.models.ifc2x3tc1.IfcAnnotationSurface Ifc Annotation Surface}'.
*
* This default implementation returns null so that we can easily ignore cases;
* it's useful to ignore a case when inheritance will catch all the cases anyway.
*
* @return the new adapter.
* @see org.bimserver.models.ifc2x3tc1.IfcAnnotationSurface
* @generated
*/
public Adapter createIfcAnnotationSurfaceAdapter() {
return null;
}
/**
* Creates a new adapter for an object of class '{@link org.bimserver.models.ifc2x3tc1.IfcAnnotationSurfaceOccurrence Ifc Annotation Surface Occurrence}'.
*
* This default implementation returns null so that we can easily ignore cases;
* it's useful to ignore a case when inheritance will catch all the cases anyway.
*
* @return the new adapter.
* @see org.bimserver.models.ifc2x3tc1.IfcAnnotationSurfaceOccurrence
* @generated
*/
public Adapter createIfcAnnotationSurfaceOccurrenceAdapter() {
return null;
}
/**
* Creates a new adapter for an object of class '{@link org.bimserver.models.ifc2x3tc1.IfcAnnotationSymbolOccurrence Ifc Annotation Symbol Occurrence}'.
*
* This default implementation returns null so that we can easily ignore cases;
* it's useful to ignore a case when inheritance will catch all the cases anyway.
*
* @return the new adapter.
* @see org.bimserver.models.ifc2x3tc1.IfcAnnotationSymbolOccurrence
* @generated
*/
public Adapter createIfcAnnotationSymbolOccurrenceAdapter() {
return null;
}
/**
* Creates a new adapter for an object of class '{@link org.bimserver.models.ifc2x3tc1.IfcAnnotationTextOccurrence Ifc Annotation Text Occurrence}'.
*
* This default implementation returns null so that we can easily ignore cases;
* it's useful to ignore a case when inheritance will catch all the cases anyway.
*
* @return the new adapter.
* @see org.bimserver.models.ifc2x3tc1.IfcAnnotationTextOccurrence
* @generated
*/
public Adapter createIfcAnnotationTextOccurrenceAdapter() {
return null;
}
/**
* Creates a new adapter for an object of class '{@link org.bimserver.models.ifc2x3tc1.IfcApplication Ifc Application}'.
*
* This default implementation returns null so that we can easily ignore cases;
* it's useful to ignore a case when inheritance will catch all the cases anyway.
*
* @return the new adapter.
* @see org.bimserver.models.ifc2x3tc1.IfcApplication
* @generated
*/
public Adapter createIfcApplicationAdapter() {
return null;
}
/**
* Creates a new adapter for an object of class '{@link org.bimserver.models.ifc2x3tc1.IfcAppliedValue Ifc Applied Value}'.
*
* This default implementation returns null so that we can easily ignore cases;
* it's useful to ignore a case when inheritance will catch all the cases anyway.
*
* @return the new adapter.
* @see org.bimserver.models.ifc2x3tc1.IfcAppliedValue
* @generated
*/
public Adapter createIfcAppliedValueAdapter() {
return null;
}
/**
* Creates a new adapter for an object of class '{@link org.bimserver.models.ifc2x3tc1.IfcAppliedValueRelationship Ifc Applied Value Relationship}'.
*
* This default implementation returns null so that we can easily ignore cases;
* it's useful to ignore a case when inheritance will catch all the cases anyway.
*
* @return the new adapter.
* @see org.bimserver.models.ifc2x3tc1.IfcAppliedValueRelationship
* @generated
*/
public Adapter createIfcAppliedValueRelationshipAdapter() {
return null;
}
/**
* Creates a new adapter for an object of class '{@link org.bimserver.models.ifc2x3tc1.IfcApproval Ifc Approval}'.
*
* This default implementation returns null so that we can easily ignore cases;
* it's useful to ignore a case when inheritance will catch all the cases anyway.
*
* @return the new adapter.
* @see org.bimserver.models.ifc2x3tc1.IfcApproval
* @generated
*/
public Adapter createIfcApprovalAdapter() {
return null;
}
/**
* Creates a new adapter for an object of class '{@link org.bimserver.models.ifc2x3tc1.IfcApprovalActorRelationship Ifc Approval Actor Relationship}'.
*
* This default implementation returns null so that we can easily ignore cases;
* it's useful to ignore a case when inheritance will catch all the cases anyway.
*
* @return the new adapter.
* @see org.bimserver.models.ifc2x3tc1.IfcApprovalActorRelationship
* @generated
*/
public Adapter createIfcApprovalActorRelationshipAdapter() {
return null;
}
/**
* Creates a new adapter for an object of class '{@link org.bimserver.models.ifc2x3tc1.IfcApprovalPropertyRelationship Ifc Approval Property Relationship}'.
*
* This default implementation returns null so that we can easily ignore cases;
* it's useful to ignore a case when inheritance will catch all the cases anyway.
*
* @return the new adapter.
* @see org.bimserver.models.ifc2x3tc1.IfcApprovalPropertyRelationship
* @generated
*/
public Adapter createIfcApprovalPropertyRelationshipAdapter() {
return null;
}
/**
* Creates a new adapter for an object of class '{@link org.bimserver.models.ifc2x3tc1.IfcApprovalRelationship Ifc Approval Relationship}'.
*
* This default implementation returns null so that we can easily ignore cases;
* it's useful to ignore a case when inheritance will catch all the cases anyway.
*
* @return the new adapter.
* @see org.bimserver.models.ifc2x3tc1.IfcApprovalRelationship
* @generated
*/
public Adapter createIfcApprovalRelationshipAdapter() {
return null;
}
/**
* Creates a new adapter for an object of class '{@link org.bimserver.models.ifc2x3tc1.IfcArbitraryClosedProfileDef Ifc Arbitrary Closed Profile Def}'.
*
* This default implementation returns null so that we can easily ignore cases;
* it's useful to ignore a case when inheritance will catch all the cases anyway.
*
* @return the new adapter.
* @see org.bimserver.models.ifc2x3tc1.IfcArbitraryClosedProfileDef
* @generated
*/
public Adapter createIfcArbitraryClosedProfileDefAdapter() {
return null;
}
/**
* Creates a new adapter for an object of class '{@link org.bimserver.models.ifc2x3tc1.IfcArbitraryOpenProfileDef Ifc Arbitrary Open Profile Def}'.
*
* This default implementation returns null so that we can easily ignore cases;
* it's useful to ignore a case when inheritance will catch all the cases anyway.
*
* @return the new adapter.
* @see org.bimserver.models.ifc2x3tc1.IfcArbitraryOpenProfileDef
* @generated
*/
public Adapter createIfcArbitraryOpenProfileDefAdapter() {
return null;
}
/**
* Creates a new adapter for an object of class '{@link org.bimserver.models.ifc2x3tc1.IfcArbitraryProfileDefWithVoids Ifc Arbitrary Profile Def With Voids}'.
*
* This default implementation returns null so that we can easily ignore cases;
* it's useful to ignore a case when inheritance will catch all the cases anyway.
*
* @return the new adapter.
* @see org.bimserver.models.ifc2x3tc1.IfcArbitraryProfileDefWithVoids
* @generated
*/
public Adapter createIfcArbitraryProfileDefWithVoidsAdapter() {
return null;
}
/**
* Creates a new adapter for an object of class '{@link org.bimserver.models.ifc2x3tc1.IfcAsset Ifc Asset}'.
*
* This default implementation returns null so that we can easily ignore cases;
* it's useful to ignore a case when inheritance will catch all the cases anyway.
*
* @return the new adapter.
* @see org.bimserver.models.ifc2x3tc1.IfcAsset
* @generated
*/
public Adapter createIfcAssetAdapter() {
return null;
}
/**
* Creates a new adapter for an object of class '{@link org.bimserver.models.ifc2x3tc1.IfcAsymmetricIShapeProfileDef Ifc Asymmetric IShape Profile Def}'.
*
* This default implementation returns null so that we can easily ignore cases;
* it's useful to ignore a case when inheritance will catch all the cases anyway.
*
* @return the new adapter.
* @see org.bimserver.models.ifc2x3tc1.IfcAsymmetricIShapeProfileDef
* @generated
*/
public Adapter createIfcAsymmetricIShapeProfileDefAdapter() {
return null;
}
/**
* Creates a new adapter for an object of class '{@link org.bimserver.models.ifc2x3tc1.IfcAxis1Placement Ifc Axis1 Placement}'.
*
* This default implementation returns null so that we can easily ignore cases;
* it's useful to ignore a case when inheritance will catch all the cases anyway.
*
* @return the new adapter.
* @see org.bimserver.models.ifc2x3tc1.IfcAxis1Placement
* @generated
*/
public Adapter createIfcAxis1PlacementAdapter() {
return null;
}
/**
* Creates a new adapter for an object of class '{@link org.bimserver.models.ifc2x3tc1.IfcAxis2Placement2D Ifc Axis2 Placement2 D}'.
*
* This default implementation returns null so that we can easily ignore cases;
* it's useful to ignore a case when inheritance will catch all the cases anyway.
*
* @return the new adapter.
* @see org.bimserver.models.ifc2x3tc1.IfcAxis2Placement2D
* @generated
*/
public Adapter createIfcAxis2Placement2DAdapter() {
return null;
}
/**
* Creates a new adapter for an object of class '{@link org.bimserver.models.ifc2x3tc1.IfcAxis2Placement3D Ifc Axis2 Placement3 D}'.
*
* This default implementation returns null so that we can easily ignore cases;
* it's useful to ignore a case when inheritance will catch all the cases anyway.
*
* @return the new adapter.
* @see org.bimserver.models.ifc2x3tc1.IfcAxis2Placement3D
* @generated
*/
public Adapter createIfcAxis2Placement3DAdapter() {
return null;
}
/**
* Creates a new adapter for an object of class '{@link org.bimserver.models.ifc2x3tc1.IfcBSplineCurve Ifc BSpline Curve}'.
*
* This default implementation returns null so that we can easily ignore cases;
* it's useful to ignore a case when inheritance will catch all the cases anyway.
*
* @return the new adapter.
* @see org.bimserver.models.ifc2x3tc1.IfcBSplineCurve
* @generated
*/
public Adapter createIfcBSplineCurveAdapter() {
return null;
}
/**
* Creates a new adapter for an object of class '{@link org.bimserver.models.ifc2x3tc1.IfcBeam Ifc Beam}'.
*
* This default implementation returns null so that we can easily ignore cases;
* it's useful to ignore a case when inheritance will catch all the cases anyway.
*
* @return the new adapter.
* @see org.bimserver.models.ifc2x3tc1.IfcBeam
* @generated
*/
public Adapter createIfcBeamAdapter() {
return null;
}
/**
* Creates a new adapter for an object of class '{@link org.bimserver.models.ifc2x3tc1.IfcBeamType Ifc Beam Type}'.
*
* This default implementation returns null so that we can easily ignore cases;
* it's useful to ignore a case when inheritance will catch all the cases anyway.
*
* @return the new adapter.
* @see org.bimserver.models.ifc2x3tc1.IfcBeamType
* @generated
*/
public Adapter createIfcBeamTypeAdapter() {
return null;
}
/**
* Creates a new adapter for an object of class '{@link org.bimserver.models.ifc2x3tc1.IfcBezierCurve Ifc Bezier Curve}'.
*
* This default implementation returns null so that we can easily ignore cases;
* it's useful to ignore a case when inheritance will catch all the cases anyway.
*
* @return the new adapter.
* @see org.bimserver.models.ifc2x3tc1.IfcBezierCurve
* @generated
*/
public Adapter createIfcBezierCurveAdapter() {
return null;
}
/**
* Creates a new adapter for an object of class '{@link org.bimserver.models.ifc2x3tc1.IfcBlobTexture Ifc Blob Texture}'.
*
* This default implementation returns null so that we can easily ignore cases;
* it's useful to ignore a case when inheritance will catch all the cases anyway.
*
* @return the new adapter.
* @see org.bimserver.models.ifc2x3tc1.IfcBlobTexture
* @generated
*/
public Adapter createIfcBlobTextureAdapter() {
return null;
}
/**
* Creates a new adapter for an object of class '{@link org.bimserver.models.ifc2x3tc1.IfcBlock Ifc Block}'.
*
* This default implementation returns null so that we can easily ignore cases;
* it's useful to ignore a case when inheritance will catch all the cases anyway.
*
* @return the new adapter.
* @see org.bimserver.models.ifc2x3tc1.IfcBlock
* @generated
*/
public Adapter createIfcBlockAdapter() {
return null;
}
/**
* Creates a new adapter for an object of class '{@link org.bimserver.models.ifc2x3tc1.IfcBoilerType Ifc Boiler Type}'.
*
* This default implementation returns null so that we can easily ignore cases;
* it's useful to ignore a case when inheritance will catch all the cases anyway.
*
* @return the new adapter.
* @see org.bimserver.models.ifc2x3tc1.IfcBoilerType
* @generated
*/
public Adapter createIfcBoilerTypeAdapter() {
return null;
}
/**
* Creates a new adapter for an object of class '{@link org.bimserver.models.ifc2x3tc1.IfcBooleanClippingResult Ifc Boolean Clipping Result}'.
*
* This default implementation returns null so that we can easily ignore cases;
* it's useful to ignore a case when inheritance will catch all the cases anyway.
*
* @return the new adapter.
* @see org.bimserver.models.ifc2x3tc1.IfcBooleanClippingResult
* @generated
*/
public Adapter createIfcBooleanClippingResultAdapter() {
return null;
}
/**
* Creates a new adapter for an object of class '{@link org.bimserver.models.ifc2x3tc1.IfcBooleanResult Ifc Boolean Result}'.
*
* This default implementation returns null so that we can easily ignore cases;
* it's useful to ignore a case when inheritance will catch all the cases anyway.
*
* @return the new adapter.
* @see org.bimserver.models.ifc2x3tc1.IfcBooleanResult
* @generated
*/
public Adapter createIfcBooleanResultAdapter() {
return null;
}
/**
* Creates a new adapter for an object of class '{@link org.bimserver.models.ifc2x3tc1.IfcBoundaryCondition Ifc Boundary Condition}'.
*
* This default implementation returns null so that we can easily ignore cases;
* it's useful to ignore a case when inheritance will catch all the cases anyway.
*
* @return the new adapter.
* @see org.bimserver.models.ifc2x3tc1.IfcBoundaryCondition
* @generated
*/
public Adapter createIfcBoundaryConditionAdapter() {
return null;
}
/**
* Creates a new adapter for an object of class '{@link org.bimserver.models.ifc2x3tc1.IfcBoundaryEdgeCondition Ifc Boundary Edge Condition}'.
*
* This default implementation returns null so that we can easily ignore cases;
* it's useful to ignore a case when inheritance will catch all the cases anyway.
*
* @return the new adapter.
* @see org.bimserver.models.ifc2x3tc1.IfcBoundaryEdgeCondition
* @generated
*/
public Adapter createIfcBoundaryEdgeConditionAdapter() {
return null;
}
/**
* Creates a new adapter for an object of class '{@link org.bimserver.models.ifc2x3tc1.IfcBoundaryFaceCondition Ifc Boundary Face Condition}'.
*
* This default implementation returns null so that we can easily ignore cases;
* it's useful to ignore a case when inheritance will catch all the cases anyway.
*
* @return the new adapter.
* @see org.bimserver.models.ifc2x3tc1.IfcBoundaryFaceCondition
* @generated
*/
public Adapter createIfcBoundaryFaceConditionAdapter() {
return null;
}
/**
* Creates a new adapter for an object of class '{@link org.bimserver.models.ifc2x3tc1.IfcBoundaryNodeCondition Ifc Boundary Node Condition}'.
*
* This default implementation returns null so that we can easily ignore cases;
* it's useful to ignore a case when inheritance will catch all the cases anyway.
*
* @return the new adapter.
* @see org.bimserver.models.ifc2x3tc1.IfcBoundaryNodeCondition
* @generated
*/
public Adapter createIfcBoundaryNodeConditionAdapter() {
return null;
}
/**
* Creates a new adapter for an object of class '{@link org.bimserver.models.ifc2x3tc1.IfcBoundaryNodeConditionWarping Ifc Boundary Node Condition Warping}'.
*
* This default implementation returns null so that we can easily ignore cases;
* it's useful to ignore a case when inheritance will catch all the cases anyway.
*
* @return the new adapter.
* @see org.bimserver.models.ifc2x3tc1.IfcBoundaryNodeConditionWarping
* @generated
*/
public Adapter createIfcBoundaryNodeConditionWarpingAdapter() {
return null;
}
/**
* Creates a new adapter for an object of class '{@link org.bimserver.models.ifc2x3tc1.IfcBoundedCurve Ifc Bounded Curve}'.
*
* This default implementation returns null so that we can easily ignore cases;
* it's useful to ignore a case when inheritance will catch all the cases anyway.
*
* @return the new adapter.
* @see org.bimserver.models.ifc2x3tc1.IfcBoundedCurve
* @generated
*/
public Adapter createIfcBoundedCurveAdapter() {
return null;
}
/**
* Creates a new adapter for an object of class '{@link org.bimserver.models.ifc2x3tc1.IfcBoundedSurface Ifc Bounded Surface}'.
*
* This default implementation returns null so that we can easily ignore cases;
* it's useful to ignore a case when inheritance will catch all the cases anyway.
*
* @return the new adapter.
* @see org.bimserver.models.ifc2x3tc1.IfcBoundedSurface
* @generated
*/
public Adapter createIfcBoundedSurfaceAdapter() {
return null;
}
/**
* Creates a new adapter for an object of class '{@link org.bimserver.models.ifc2x3tc1.IfcBoundingBox Ifc Bounding Box}'.
*
* This default implementation returns null so that we can easily ignore cases;
* it's useful to ignore a case when inheritance will catch all the cases anyway.
*
* @return the new adapter.
* @see org.bimserver.models.ifc2x3tc1.IfcBoundingBox
* @generated
*/
public Adapter createIfcBoundingBoxAdapter() {
return null;
}
/**
* Creates a new adapter for an object of class '{@link org.bimserver.models.ifc2x3tc1.IfcBoxedHalfSpace Ifc Boxed Half Space}'.
*
* This default implementation returns null so that we can easily ignore cases;
* it's useful to ignore a case when inheritance will catch all the cases anyway.
*
* @return the new adapter.
* @see org.bimserver.models.ifc2x3tc1.IfcBoxedHalfSpace
* @generated
*/
public Adapter createIfcBoxedHalfSpaceAdapter() {
return null;
}
/**
* Creates a new adapter for an object of class '{@link org.bimserver.models.ifc2x3tc1.IfcBuilding Ifc Building}'.
*
* This default implementation returns null so that we can easily ignore cases;
* it's useful to ignore a case when inheritance will catch all the cases anyway.
*
* @return the new adapter.
* @see org.bimserver.models.ifc2x3tc1.IfcBuilding
* @generated
*/
public Adapter createIfcBuildingAdapter() {
return null;
}
/**
* Creates a new adapter for an object of class '{@link org.bimserver.models.ifc2x3tc1.IfcBuildingElement Ifc Building Element}'.
*
* This default implementation returns null so that we can easily ignore cases;
* it's useful to ignore a case when inheritance will catch all the cases anyway.
*
* @return the new adapter.
* @see org.bimserver.models.ifc2x3tc1.IfcBuildingElement
* @generated
*/
public Adapter createIfcBuildingElementAdapter() {
return null;
}
/**
* Creates a new adapter for an object of class '{@link org.bimserver.models.ifc2x3tc1.IfcBuildingElementComponent Ifc Building Element Component}'.
*
* This default implementation returns null so that we can easily ignore cases;
* it's useful to ignore a case when inheritance will catch all the cases anyway.
*
* @return the new adapter.
* @see org.bimserver.models.ifc2x3tc1.IfcBuildingElementComponent
* @generated
*/
public Adapter createIfcBuildingElementComponentAdapter() {
return null;
}
/**
* Creates a new adapter for an object of class '{@link org.bimserver.models.ifc2x3tc1.IfcBuildingElementPart Ifc Building Element Part}'.
*
* This default implementation returns null so that we can easily ignore cases;
* it's useful to ignore a case when inheritance will catch all the cases anyway.
*
* @return the new adapter.
* @see org.bimserver.models.ifc2x3tc1.IfcBuildingElementPart
* @generated
*/
public Adapter createIfcBuildingElementPartAdapter() {
return null;
}
/**
* Creates a new adapter for an object of class '{@link org.bimserver.models.ifc2x3tc1.IfcBuildingElementProxy Ifc Building Element Proxy}'.
*
* This default implementation returns null so that we can easily ignore cases;
* it's useful to ignore a case when inheritance will catch all the cases anyway.
*
* @return the new adapter.
* @see org.bimserver.models.ifc2x3tc1.IfcBuildingElementProxy
* @generated
*/
public Adapter createIfcBuildingElementProxyAdapter() {
return null;
}
/**
* Creates a new adapter for an object of class '{@link org.bimserver.models.ifc2x3tc1.IfcBuildingElementProxyType Ifc Building Element Proxy Type}'.
*
* This default implementation returns null so that we can easily ignore cases;
* it's useful to ignore a case when inheritance will catch all the cases anyway.
*
* @return the new adapter.
* @see org.bimserver.models.ifc2x3tc1.IfcBuildingElementProxyType
* @generated
*/
public Adapter createIfcBuildingElementProxyTypeAdapter() {
return null;
}
/**
* Creates a new adapter for an object of class '{@link org.bimserver.models.ifc2x3tc1.IfcBuildingElementType Ifc Building Element Type}'.
*
* This default implementation returns null so that we can easily ignore cases;
* it's useful to ignore a case when inheritance will catch all the cases anyway.
*
* @return the new adapter.
* @see org.bimserver.models.ifc2x3tc1.IfcBuildingElementType
* @generated
*/
public Adapter createIfcBuildingElementTypeAdapter() {
return null;
}
/**
* Creates a new adapter for an object of class '{@link org.bimserver.models.ifc2x3tc1.IfcBuildingStorey Ifc Building Storey}'.
*
* This default implementation returns null so that we can easily ignore cases;
* it's useful to ignore a case when inheritance will catch all the cases anyway.
*
* @return the new adapter.
* @see org.bimserver.models.ifc2x3tc1.IfcBuildingStorey
* @generated
*/
public Adapter createIfcBuildingStoreyAdapter() {
return null;
}
/**
* Creates a new adapter for an object of class '{@link org.bimserver.models.ifc2x3tc1.IfcCShapeProfileDef Ifc CShape Profile Def}'.
*
* This default implementation returns null so that we can easily ignore cases;
* it's useful to ignore a case when inheritance will catch all the cases anyway.
*
* @return the new adapter.
* @see org.bimserver.models.ifc2x3tc1.IfcCShapeProfileDef
* @generated
*/
public Adapter createIfcCShapeProfileDefAdapter() {
return null;
}
/**
* Creates a new adapter for an object of class '{@link org.bimserver.models.ifc2x3tc1.IfcCableCarrierFittingType Ifc Cable Carrier Fitting Type}'.
*
* This default implementation returns null so that we can easily ignore cases;
* it's useful to ignore a case when inheritance will catch all the cases anyway.
*
* @return the new adapter.
* @see org.bimserver.models.ifc2x3tc1.IfcCableCarrierFittingType
* @generated
*/
public Adapter createIfcCableCarrierFittingTypeAdapter() {
return null;
}
/**
* Creates a new adapter for an object of class '{@link org.bimserver.models.ifc2x3tc1.IfcCableCarrierSegmentType Ifc Cable Carrier Segment Type}'.
*
* This default implementation returns null so that we can easily ignore cases;
* it's useful to ignore a case when inheritance will catch all the cases anyway.
*
* @return the new adapter.
* @see org.bimserver.models.ifc2x3tc1.IfcCableCarrierSegmentType
* @generated
*/
public Adapter createIfcCableCarrierSegmentTypeAdapter() {
return null;
}
/**
* Creates a new adapter for an object of class '{@link org.bimserver.models.ifc2x3tc1.IfcCableSegmentType Ifc Cable Segment Type}'.
*
* This default implementation returns null so that we can easily ignore cases;
* it's useful to ignore a case when inheritance will catch all the cases anyway.
*
* @return the new adapter.
* @see org.bimserver.models.ifc2x3tc1.IfcCableSegmentType
* @generated
*/
public Adapter createIfcCableSegmentTypeAdapter() {
return null;
}
/**
* Creates a new adapter for an object of class '{@link org.bimserver.models.ifc2x3tc1.IfcCalendarDate Ifc Calendar Date}'.
*
* This default implementation returns null so that we can easily ignore cases;
* it's useful to ignore a case when inheritance will catch all the cases anyway.
*
* @return the new adapter.
* @see org.bimserver.models.ifc2x3tc1.IfcCalendarDate
* @generated
*/
public Adapter createIfcCalendarDateAdapter() {
return null;
}
/**
* Creates a new adapter for an object of class '{@link org.bimserver.models.ifc2x3tc1.IfcCartesianPoint Ifc Cartesian Point}'.
*
* This default implementation returns null so that we can easily ignore cases;
* it's useful to ignore a case when inheritance will catch all the cases anyway.
*
* @return the new adapter.
* @see org.bimserver.models.ifc2x3tc1.IfcCartesianPoint
* @generated
*/
public Adapter createIfcCartesianPointAdapter() {
return null;
}
/**
* Creates a new adapter for an object of class '{@link org.bimserver.models.ifc2x3tc1.IfcCartesianTransformationOperator Ifc Cartesian Transformation Operator}'.
*
* This default implementation returns null so that we can easily ignore cases;
* it's useful to ignore a case when inheritance will catch all the cases anyway.
*
* @return the new adapter.
* @see org.bimserver.models.ifc2x3tc1.IfcCartesianTransformationOperator
* @generated
*/
public Adapter createIfcCartesianTransformationOperatorAdapter() {
return null;
}
/**
* Creates a new adapter for an object of class '{@link org.bimserver.models.ifc2x3tc1.IfcCartesianTransformationOperator2D Ifc Cartesian Transformation Operator2 D}'.
*
* This default implementation returns null so that we can easily ignore cases;
* it's useful to ignore a case when inheritance will catch all the cases anyway.
*
* @return the new adapter.
* @see org.bimserver.models.ifc2x3tc1.IfcCartesianTransformationOperator2D
* @generated
*/
public Adapter createIfcCartesianTransformationOperator2DAdapter() {
return null;
}
/**
* Creates a new adapter for an object of class '{@link org.bimserver.models.ifc2x3tc1.IfcCartesianTransformationOperator2DnonUniform Ifc Cartesian Transformation Operator2 Dnon Uniform}'.
*
* This default implementation returns null so that we can easily ignore cases;
* it's useful to ignore a case when inheritance will catch all the cases anyway.
*
* @return the new adapter.
* @see org.bimserver.models.ifc2x3tc1.IfcCartesianTransformationOperator2DnonUniform
* @generated
*/
public Adapter createIfcCartesianTransformationOperator2DnonUniformAdapter() {
return null;
}
/**
* Creates a new adapter for an object of class '{@link org.bimserver.models.ifc2x3tc1.IfcCartesianTransformationOperator3D Ifc Cartesian Transformation Operator3 D}'.
*
* This default implementation returns null so that we can easily ignore cases;
* it's useful to ignore a case when inheritance will catch all the cases anyway.
*
* @return the new adapter.
* @see org.bimserver.models.ifc2x3tc1.IfcCartesianTransformationOperator3D
* @generated
*/
public Adapter createIfcCartesianTransformationOperator3DAdapter() {
return null;
}
/**
* Creates a new adapter for an object of class '{@link org.bimserver.models.ifc2x3tc1.IfcCartesianTransformationOperator3DnonUniform Ifc Cartesian Transformation Operator3 Dnon Uniform}'.
*
* This default implementation returns null so that we can easily ignore cases;
* it's useful to ignore a case when inheritance will catch all the cases anyway.
*
* @return the new adapter.
* @see org.bimserver.models.ifc2x3tc1.IfcCartesianTransformationOperator3DnonUniform
* @generated
*/
public Adapter createIfcCartesianTransformationOperator3DnonUniformAdapter() {
return null;
}
/**
* Creates a new adapter for an object of class '{@link org.bimserver.models.ifc2x3tc1.IfcCenterLineProfileDef Ifc Center Line Profile Def}'.
*
* This default implementation returns null so that we can easily ignore cases;
* it's useful to ignore a case when inheritance will catch all the cases anyway.
*
* @return the new adapter.
* @see org.bimserver.models.ifc2x3tc1.IfcCenterLineProfileDef
* @generated
*/
public Adapter createIfcCenterLineProfileDefAdapter() {
return null;
}
/**
* Creates a new adapter for an object of class '{@link org.bimserver.models.ifc2x3tc1.IfcChamferEdgeFeature Ifc Chamfer Edge Feature}'.
*
* This default implementation returns null so that we can easily ignore cases;
* it's useful to ignore a case when inheritance will catch all the cases anyway.
*
* @return the new adapter.
* @see org.bimserver.models.ifc2x3tc1.IfcChamferEdgeFeature
* @generated
*/
public Adapter createIfcChamferEdgeFeatureAdapter() {
return null;
}
/**
* Creates a new adapter for an object of class '{@link org.bimserver.models.ifc2x3tc1.IfcChillerType Ifc Chiller Type}'.
*
* This default implementation returns null so that we can easily ignore cases;
* it's useful to ignore a case when inheritance will catch all the cases anyway.
*
* @return the new adapter.
* @see org.bimserver.models.ifc2x3tc1.IfcChillerType
* @generated
*/
public Adapter createIfcChillerTypeAdapter() {
return null;
}
/**
* Creates a new adapter for an object of class '{@link org.bimserver.models.ifc2x3tc1.IfcCircle Ifc Circle}'.
*
* This default implementation returns null so that we can easily ignore cases;
* it's useful to ignore a case when inheritance will catch all the cases anyway.
*
* @return the new adapter.
* @see org.bimserver.models.ifc2x3tc1.IfcCircle
* @generated
*/
public Adapter createIfcCircleAdapter() {
return null;
}
/**
* Creates a new adapter for an object of class '{@link org.bimserver.models.ifc2x3tc1.IfcCircleHollowProfileDef Ifc Circle Hollow Profile Def}'.
*
* This default implementation returns null so that we can easily ignore cases;
* it's useful to ignore a case when inheritance will catch all the cases anyway.
*
* @return the new adapter.
* @see org.bimserver.models.ifc2x3tc1.IfcCircleHollowProfileDef
* @generated
*/
public Adapter createIfcCircleHollowProfileDefAdapter() {
return null;
}
/**
* Creates a new adapter for an object of class '{@link org.bimserver.models.ifc2x3tc1.IfcCircleProfileDef Ifc Circle Profile Def}'.
*
* This default implementation returns null so that we can easily ignore cases;
* it's useful to ignore a case when inheritance will catch all the cases anyway.
*
* @return the new adapter.
* @see org.bimserver.models.ifc2x3tc1.IfcCircleProfileDef
* @generated
*/
public Adapter createIfcCircleProfileDefAdapter() {
return null;
}
/**
* Creates a new adapter for an object of class '{@link org.bimserver.models.ifc2x3tc1.IfcClassification Ifc Classification}'.
*
* This default implementation returns null so that we can easily ignore cases;
* it's useful to ignore a case when inheritance will catch all the cases anyway.
*
* @return the new adapter.
* @see org.bimserver.models.ifc2x3tc1.IfcClassification
* @generated
*/
public Adapter createIfcClassificationAdapter() {
return null;
}
/**
* Creates a new adapter for an object of class '{@link org.bimserver.models.ifc2x3tc1.IfcClassificationItem Ifc Classification Item}'.
*
* This default implementation returns null so that we can easily ignore cases;
* it's useful to ignore a case when inheritance will catch all the cases anyway.
*
* @return the new adapter.
* @see org.bimserver.models.ifc2x3tc1.IfcClassificationItem
* @generated
*/
public Adapter createIfcClassificationItemAdapter() {
return null;
}
/**
* Creates a new adapter for an object of class '{@link org.bimserver.models.ifc2x3tc1.IfcClassificationItemRelationship Ifc Classification Item Relationship}'.
*
* This default implementation returns null so that we can easily ignore cases;
* it's useful to ignore a case when inheritance will catch all the cases anyway.
*
* @return the new adapter.
* @see org.bimserver.models.ifc2x3tc1.IfcClassificationItemRelationship
* @generated
*/
public Adapter createIfcClassificationItemRelationshipAdapter() {
return null;
}
/**
* Creates a new adapter for an object of class '{@link org.bimserver.models.ifc2x3tc1.IfcClassificationNotation Ifc Classification Notation}'.
*
* This default implementation returns null so that we can easily ignore cases;
* it's useful to ignore a case when inheritance will catch all the cases anyway.
*
* @return the new adapter.
* @see org.bimserver.models.ifc2x3tc1.IfcClassificationNotation
* @generated
*/
public Adapter createIfcClassificationNotationAdapter() {
return null;
}
/**
* Creates a new adapter for an object of class '{@link org.bimserver.models.ifc2x3tc1.IfcClassificationNotationFacet Ifc Classification Notation Facet}'.
*
* This default implementation returns null so that we can easily ignore cases;
* it's useful to ignore a case when inheritance will catch all the cases anyway.
*
* @return the new adapter.
* @see org.bimserver.models.ifc2x3tc1.IfcClassificationNotationFacet
* @generated
*/
public Adapter createIfcClassificationNotationFacetAdapter() {
return null;
}
/**
* Creates a new adapter for an object of class '{@link org.bimserver.models.ifc2x3tc1.IfcClassificationReference Ifc Classification Reference}'.
*
* This default implementation returns null so that we can easily ignore cases;
* it's useful to ignore a case when inheritance will catch all the cases anyway.
*
* @return the new adapter.
* @see org.bimserver.models.ifc2x3tc1.IfcClassificationReference
* @generated
*/
public Adapter createIfcClassificationReferenceAdapter() {
return null;
}
/**
* Creates a new adapter for an object of class '{@link org.bimserver.models.ifc2x3tc1.IfcClosedShell Ifc Closed Shell}'.
*
* This default implementation returns null so that we can easily ignore cases;
* it's useful to ignore a case when inheritance will catch all the cases anyway.
*
* @return the new adapter.
* @see org.bimserver.models.ifc2x3tc1.IfcClosedShell
* @generated
*/
public Adapter createIfcClosedShellAdapter() {
return null;
}
/**
* Creates a new adapter for an object of class '{@link org.bimserver.models.ifc2x3tc1.IfcCoilType Ifc Coil Type}'.
*
* This default implementation returns null so that we can easily ignore cases;
* it's useful to ignore a case when inheritance will catch all the cases anyway.
*
* @return the new adapter.
* @see org.bimserver.models.ifc2x3tc1.IfcCoilType
* @generated
*/
public Adapter createIfcCoilTypeAdapter() {
return null;
}
/**
* Creates a new adapter for an object of class '{@link org.bimserver.models.ifc2x3tc1.IfcColourRgb Ifc Colour Rgb}'.
*
* This default implementation returns null so that we can easily ignore cases;
* it's useful to ignore a case when inheritance will catch all the cases anyway.
*
* @return the new adapter.
* @see org.bimserver.models.ifc2x3tc1.IfcColourRgb
* @generated
*/
public Adapter createIfcColourRgbAdapter() {
return null;
}
/**
* Creates a new adapter for an object of class '{@link org.bimserver.models.ifc2x3tc1.IfcColourSpecification Ifc Colour Specification}'.
*
* This default implementation returns null so that we can easily ignore cases;
* it's useful to ignore a case when inheritance will catch all the cases anyway.
*
* @return the new adapter.
* @see org.bimserver.models.ifc2x3tc1.IfcColourSpecification
* @generated
*/
public Adapter createIfcColourSpecificationAdapter() {
return null;
}
/**
* Creates a new adapter for an object of class '{@link org.bimserver.models.ifc2x3tc1.IfcColumn Ifc Column}'.
*
* This default implementation returns null so that we can easily ignore cases;
* it's useful to ignore a case when inheritance will catch all the cases anyway.
*
* @return the new adapter.
* @see org.bimserver.models.ifc2x3tc1.IfcColumn
* @generated
*/
public Adapter createIfcColumnAdapter() {
return null;
}
/**
* Creates a new adapter for an object of class '{@link org.bimserver.models.ifc2x3tc1.IfcColumnType Ifc Column Type}'.
*
* This default implementation returns null so that we can easily ignore cases;
* it's useful to ignore a case when inheritance will catch all the cases anyway.
*
* @return the new adapter.
* @see org.bimserver.models.ifc2x3tc1.IfcColumnType
* @generated
*/
public Adapter createIfcColumnTypeAdapter() {
return null;
}
/**
* Creates a new adapter for an object of class '{@link org.bimserver.models.ifc2x3tc1.IfcComplexProperty Ifc Complex Property}'.
*
* This default implementation returns null so that we can easily ignore cases;
* it's useful to ignore a case when inheritance will catch all the cases anyway.
*
* @return the new adapter.
* @see org.bimserver.models.ifc2x3tc1.IfcComplexProperty
* @generated
*/
public Adapter createIfcComplexPropertyAdapter() {
return null;
}
/**
* Creates a new adapter for an object of class '{@link org.bimserver.models.ifc2x3tc1.IfcCompositeCurve Ifc Composite Curve}'.
*
* This default implementation returns null so that we can easily ignore cases;
* it's useful to ignore a case when inheritance will catch all the cases anyway.
*
* @return the new adapter.
* @see org.bimserver.models.ifc2x3tc1.IfcCompositeCurve
* @generated
*/
public Adapter createIfcCompositeCurveAdapter() {
return null;
}
/**
* Creates a new adapter for an object of class '{@link org.bimserver.models.ifc2x3tc1.IfcCompositeCurveSegment Ifc Composite Curve Segment}'.
*
* This default implementation returns null so that we can easily ignore cases;
* it's useful to ignore a case when inheritance will catch all the cases anyway.
*
* @return the new adapter.
* @see org.bimserver.models.ifc2x3tc1.IfcCompositeCurveSegment
* @generated
*/
public Adapter createIfcCompositeCurveSegmentAdapter() {
return null;
}
/**
* Creates a new adapter for an object of class '{@link org.bimserver.models.ifc2x3tc1.IfcCompositeProfileDef Ifc Composite Profile Def}'.
*
* This default implementation returns null so that we can easily ignore cases;
* it's useful to ignore a case when inheritance will catch all the cases anyway.
*
* @return the new adapter.
* @see org.bimserver.models.ifc2x3tc1.IfcCompositeProfileDef
* @generated
*/
public Adapter createIfcCompositeProfileDefAdapter() {
return null;
}
/**
* Creates a new adapter for an object of class '{@link org.bimserver.models.ifc2x3tc1.IfcCompressorType Ifc Compressor Type}'.
*
* This default implementation returns null so that we can easily ignore cases;
* it's useful to ignore a case when inheritance will catch all the cases anyway.
*
* @return the new adapter.
* @see org.bimserver.models.ifc2x3tc1.IfcCompressorType
* @generated
*/
public Adapter createIfcCompressorTypeAdapter() {
return null;
}
/**
* Creates a new adapter for an object of class '{@link org.bimserver.models.ifc2x3tc1.IfcCondenserType Ifc Condenser Type}'.
*
* This default implementation returns null so that we can easily ignore cases;
* it's useful to ignore a case when inheritance will catch all the cases anyway.
*
* @return the new adapter.
* @see org.bimserver.models.ifc2x3tc1.IfcCondenserType
* @generated
*/
public Adapter createIfcCondenserTypeAdapter() {
return null;
}
/**
* Creates a new adapter for an object of class '{@link org.bimserver.models.ifc2x3tc1.IfcCondition Ifc Condition}'.
*
* This default implementation returns null so that we can easily ignore cases;
* it's useful to ignore a case when inheritance will catch all the cases anyway.
*
* @return the new adapter.
* @see org.bimserver.models.ifc2x3tc1.IfcCondition
* @generated
*/
public Adapter createIfcConditionAdapter() {
return null;
}
/**
* Creates a new adapter for an object of class '{@link org.bimserver.models.ifc2x3tc1.IfcConditionCriterion Ifc Condition Criterion}'.
*
* This default implementation returns null so that we can easily ignore cases;
* it's useful to ignore a case when inheritance will catch all the cases anyway.
*
* @return the new adapter.
* @see org.bimserver.models.ifc2x3tc1.IfcConditionCriterion
* @generated
*/
public Adapter createIfcConditionCriterionAdapter() {
return null;
}
/**
* Creates a new adapter for an object of class '{@link org.bimserver.models.ifc2x3tc1.IfcConic Ifc Conic}'.
*
* This default implementation returns null so that we can easily ignore cases;
* it's useful to ignore a case when inheritance will catch all the cases anyway.
*
* @return the new adapter.
* @see org.bimserver.models.ifc2x3tc1.IfcConic
* @generated
*/
public Adapter createIfcConicAdapter() {
return null;
}
/**
* Creates a new adapter for an object of class '{@link org.bimserver.models.ifc2x3tc1.IfcConnectedFaceSet Ifc Connected Face Set}'.
*
* This default implementation returns null so that we can easily ignore cases;
* it's useful to ignore a case when inheritance will catch all the cases anyway.
*
* @return the new adapter.
* @see org.bimserver.models.ifc2x3tc1.IfcConnectedFaceSet
* @generated
*/
public Adapter createIfcConnectedFaceSetAdapter() {
return null;
}
/**
* Creates a new adapter for an object of class '{@link org.bimserver.models.ifc2x3tc1.IfcConnectionCurveGeometry Ifc Connection Curve Geometry}'.
*
* This default implementation returns null so that we can easily ignore cases;
* it's useful to ignore a case when inheritance will catch all the cases anyway.
*
* @return the new adapter.
* @see org.bimserver.models.ifc2x3tc1.IfcConnectionCurveGeometry
* @generated
*/
public Adapter createIfcConnectionCurveGeometryAdapter() {
return null;
}
/**
* Creates a new adapter for an object of class '{@link org.bimserver.models.ifc2x3tc1.IfcConnectionGeometry Ifc Connection Geometry}'.
*
* This default implementation returns null so that we can easily ignore cases;
* it's useful to ignore a case when inheritance will catch all the cases anyway.
*
* @return the new adapter.
* @see org.bimserver.models.ifc2x3tc1.IfcConnectionGeometry
* @generated
*/
public Adapter createIfcConnectionGeometryAdapter() {
return null;
}
/**
* Creates a new adapter for an object of class '{@link org.bimserver.models.ifc2x3tc1.IfcConnectionPointEccentricity Ifc Connection Point Eccentricity}'.
*
* This default implementation returns null so that we can easily ignore cases;
* it's useful to ignore a case when inheritance will catch all the cases anyway.
*
* @return the new adapter.
* @see org.bimserver.models.ifc2x3tc1.IfcConnectionPointEccentricity
* @generated
*/
public Adapter createIfcConnectionPointEccentricityAdapter() {
return null;
}
/**
* Creates a new adapter for an object of class '{@link org.bimserver.models.ifc2x3tc1.IfcConnectionPointGeometry Ifc Connection Point Geometry}'.
*
* This default implementation returns null so that we can easily ignore cases;
* it's useful to ignore a case when inheritance will catch all the cases anyway.
*
* @return the new adapter.
* @see org.bimserver.models.ifc2x3tc1.IfcConnectionPointGeometry
* @generated
*/
public Adapter createIfcConnectionPointGeometryAdapter() {
return null;
}
/**
* Creates a new adapter for an object of class '{@link org.bimserver.models.ifc2x3tc1.IfcConnectionPortGeometry Ifc Connection Port Geometry}'.
*
* This default implementation returns null so that we can easily ignore cases;
* it's useful to ignore a case when inheritance will catch all the cases anyway.
*
* @return the new adapter.
* @see org.bimserver.models.ifc2x3tc1.IfcConnectionPortGeometry
* @generated
*/
public Adapter createIfcConnectionPortGeometryAdapter() {
return null;
}
/**
* Creates a new adapter for an object of class '{@link org.bimserver.models.ifc2x3tc1.IfcConnectionSurfaceGeometry Ifc Connection Surface Geometry}'.
*
* This default implementation returns null so that we can easily ignore cases;
* it's useful to ignore a case when inheritance will catch all the cases anyway.
*
* @return the new adapter.
* @see org.bimserver.models.ifc2x3tc1.IfcConnectionSurfaceGeometry
* @generated
*/
public Adapter createIfcConnectionSurfaceGeometryAdapter() {
return null;
}
/**
* Creates a new adapter for an object of class '{@link org.bimserver.models.ifc2x3tc1.IfcConstraint Ifc Constraint}'.
*
* This default implementation returns null so that we can easily ignore cases;
* it's useful to ignore a case when inheritance will catch all the cases anyway.
*
* @return the new adapter.
* @see org.bimserver.models.ifc2x3tc1.IfcConstraint
* @generated
*/
public Adapter createIfcConstraintAdapter() {
return null;
}
/**
* Creates a new adapter for an object of class '{@link org.bimserver.models.ifc2x3tc1.IfcConstraintAggregationRelationship Ifc Constraint Aggregation Relationship}'.
*
* This default implementation returns null so that we can easily ignore cases;
* it's useful to ignore a case when inheritance will catch all the cases anyway.
*
* @return the new adapter.
* @see org.bimserver.models.ifc2x3tc1.IfcConstraintAggregationRelationship
* @generated
*/
public Adapter createIfcConstraintAggregationRelationshipAdapter() {
return null;
}
/**
* Creates a new adapter for an object of class '{@link org.bimserver.models.ifc2x3tc1.IfcConstraintClassificationRelationship Ifc Constraint Classification Relationship}'.
*
* This default implementation returns null so that we can easily ignore cases;
* it's useful to ignore a case when inheritance will catch all the cases anyway.
*
* @return the new adapter.
* @see org.bimserver.models.ifc2x3tc1.IfcConstraintClassificationRelationship
* @generated
*/
public Adapter createIfcConstraintClassificationRelationshipAdapter() {
return null;
}
/**
* Creates a new adapter for an object of class '{@link org.bimserver.models.ifc2x3tc1.IfcConstraintRelationship Ifc Constraint Relationship}'.
*
* This default implementation returns null so that we can easily ignore cases;
* it's useful to ignore a case when inheritance will catch all the cases anyway.
*
* @return the new adapter.
* @see org.bimserver.models.ifc2x3tc1.IfcConstraintRelationship
* @generated
*/
public Adapter createIfcConstraintRelationshipAdapter() {
return null;
}
/**
* Creates a new adapter for an object of class '{@link org.bimserver.models.ifc2x3tc1.IfcConstructionEquipmentResource Ifc Construction Equipment Resource}'.
*
* This default implementation returns null so that we can easily ignore cases;
* it's useful to ignore a case when inheritance will catch all the cases anyway.
*
* @return the new adapter.
* @see org.bimserver.models.ifc2x3tc1.IfcConstructionEquipmentResource
* @generated
*/
public Adapter createIfcConstructionEquipmentResourceAdapter() {
return null;
}
/**
* Creates a new adapter for an object of class '{@link org.bimserver.models.ifc2x3tc1.IfcConstructionMaterialResource Ifc Construction Material Resource}'.
*
* This default implementation returns null so that we can easily ignore cases;
* it's useful to ignore a case when inheritance will catch all the cases anyway.
*
* @return the new adapter.
* @see org.bimserver.models.ifc2x3tc1.IfcConstructionMaterialResource
* @generated
*/
public Adapter createIfcConstructionMaterialResourceAdapter() {
return null;
}
/**
* Creates a new adapter for an object of class '{@link org.bimserver.models.ifc2x3tc1.IfcConstructionProductResource Ifc Construction Product Resource}'.
*
* This default implementation returns null so that we can easily ignore cases;
* it's useful to ignore a case when inheritance will catch all the cases anyway.
*
* @return the new adapter.
* @see org.bimserver.models.ifc2x3tc1.IfcConstructionProductResource
* @generated
*/
public Adapter createIfcConstructionProductResourceAdapter() {
return null;
}
/**
* Creates a new adapter for an object of class '{@link org.bimserver.models.ifc2x3tc1.IfcConstructionResource Ifc Construction Resource}'.
*
* This default implementation returns null so that we can easily ignore cases;
* it's useful to ignore a case when inheritance will catch all the cases anyway.
*
* @return the new adapter.
* @see org.bimserver.models.ifc2x3tc1.IfcConstructionResource
* @generated
*/
public Adapter createIfcConstructionResourceAdapter() {
return null;
}
/**
* Creates a new adapter for an object of class '{@link org.bimserver.models.ifc2x3tc1.IfcContextDependentUnit Ifc Context Dependent Unit}'.
*
* This default implementation returns null so that we can easily ignore cases;
* it's useful to ignore a case when inheritance will catch all the cases anyway.
*
* @return the new adapter.
* @see org.bimserver.models.ifc2x3tc1.IfcContextDependentUnit
* @generated
*/
public Adapter createIfcContextDependentUnitAdapter() {
return null;
}
/**
* Creates a new adapter for an object of class '{@link org.bimserver.models.ifc2x3tc1.IfcControl Ifc Control}'.
*
* This default implementation returns null so that we can easily ignore cases;
* it's useful to ignore a case when inheritance will catch all the cases anyway.
*
* @return the new adapter.
* @see org.bimserver.models.ifc2x3tc1.IfcControl
* @generated
*/
public Adapter createIfcControlAdapter() {
return null;
}
/**
* Creates a new adapter for an object of class '{@link org.bimserver.models.ifc2x3tc1.IfcControllerType Ifc Controller Type}'.
*
* This default implementation returns null so that we can easily ignore cases;
* it's useful to ignore a case when inheritance will catch all the cases anyway.
*
* @return the new adapter.
* @see org.bimserver.models.ifc2x3tc1.IfcControllerType
* @generated
*/
public Adapter createIfcControllerTypeAdapter() {
return null;
}
/**
* Creates a new adapter for an object of class '{@link org.bimserver.models.ifc2x3tc1.IfcConversionBasedUnit Ifc Conversion Based Unit}'.
*
* This default implementation returns null so that we can easily ignore cases;
* it's useful to ignore a case when inheritance will catch all the cases anyway.
*
* @return the new adapter.
* @see org.bimserver.models.ifc2x3tc1.IfcConversionBasedUnit
* @generated
*/
public Adapter createIfcConversionBasedUnitAdapter() {
return null;
}
/**
* Creates a new adapter for an object of class '{@link org.bimserver.models.ifc2x3tc1.IfcCooledBeamType Ifc Cooled Beam Type}'.
*
* This default implementation returns null so that we can easily ignore cases;
* it's useful to ignore a case when inheritance will catch all the cases anyway.
*
* @return the new adapter.
* @see org.bimserver.models.ifc2x3tc1.IfcCooledBeamType
* @generated
*/
public Adapter createIfcCooledBeamTypeAdapter() {
return null;
}
/**
* Creates a new adapter for an object of class '{@link org.bimserver.models.ifc2x3tc1.IfcCoolingTowerType Ifc Cooling Tower Type}'.
*
* This default implementation returns null so that we can easily ignore cases;
* it's useful to ignore a case when inheritance will catch all the cases anyway.
*
* @return the new adapter.
* @see org.bimserver.models.ifc2x3tc1.IfcCoolingTowerType
* @generated
*/
public Adapter createIfcCoolingTowerTypeAdapter() {
return null;
}
/**
* Creates a new adapter for an object of class '{@link org.bimserver.models.ifc2x3tc1.IfcCoordinatedUniversalTimeOffset Ifc Coordinated Universal Time Offset}'.
*
* This default implementation returns null so that we can easily ignore cases;
* it's useful to ignore a case when inheritance will catch all the cases anyway.
*
* @return the new adapter.
* @see org.bimserver.models.ifc2x3tc1.IfcCoordinatedUniversalTimeOffset
* @generated
*/
public Adapter createIfcCoordinatedUniversalTimeOffsetAdapter() {
return null;
}
/**
* Creates a new adapter for an object of class '{@link org.bimserver.models.ifc2x3tc1.IfcCostItem Ifc Cost Item}'.
*
* This default implementation returns null so that we can easily ignore cases;
* it's useful to ignore a case when inheritance will catch all the cases anyway.
*
* @return the new adapter.
* @see org.bimserver.models.ifc2x3tc1.IfcCostItem
* @generated
*/
public Adapter createIfcCostItemAdapter() {
return null;
}
/**
* Creates a new adapter for an object of class '{@link org.bimserver.models.ifc2x3tc1.IfcCostSchedule Ifc Cost Schedule}'.
*
* This default implementation returns null so that we can easily ignore cases;
* it's useful to ignore a case when inheritance will catch all the cases anyway.
*
* @return the new adapter.
* @see org.bimserver.models.ifc2x3tc1.IfcCostSchedule
* @generated
*/
public Adapter createIfcCostScheduleAdapter() {
return null;
}
/**
* Creates a new adapter for an object of class '{@link org.bimserver.models.ifc2x3tc1.IfcCostValue Ifc Cost Value}'.
*
* This default implementation returns null so that we can easily ignore cases;
* it's useful to ignore a case when inheritance will catch all the cases anyway.
*
* @return the new adapter.
* @see org.bimserver.models.ifc2x3tc1.IfcCostValue
* @generated
*/
public Adapter createIfcCostValueAdapter() {
return null;
}
/**
* Creates a new adapter for an object of class '{@link org.bimserver.models.ifc2x3tc1.IfcCovering Ifc Covering}'.
*
* This default implementation returns null so that we can easily ignore cases;
* it's useful to ignore a case when inheritance will catch all the cases anyway.
*
* @return the new adapter.
* @see org.bimserver.models.ifc2x3tc1.IfcCovering
* @generated
*/
public Adapter createIfcCoveringAdapter() {
return null;
}
/**
* Creates a new adapter for an object of class '{@link org.bimserver.models.ifc2x3tc1.IfcCoveringType Ifc Covering Type}'.
*
* This default implementation returns null so that we can easily ignore cases;
* it's useful to ignore a case when inheritance will catch all the cases anyway.
*
* @return the new adapter.
* @see org.bimserver.models.ifc2x3tc1.IfcCoveringType
* @generated
*/
public Adapter createIfcCoveringTypeAdapter() {
return null;
}
/**
* Creates a new adapter for an object of class '{@link org.bimserver.models.ifc2x3tc1.IfcCraneRailAShapeProfileDef Ifc Crane Rail AShape Profile Def}'.
*
* This default implementation returns null so that we can easily ignore cases;
* it's useful to ignore a case when inheritance will catch all the cases anyway.
*
* @return the new adapter.
* @see org.bimserver.models.ifc2x3tc1.IfcCraneRailAShapeProfileDef
* @generated
*/
public Adapter createIfcCraneRailAShapeProfileDefAdapter() {
return null;
}
/**
* Creates a new adapter for an object of class '{@link org.bimserver.models.ifc2x3tc1.IfcCraneRailFShapeProfileDef Ifc Crane Rail FShape Profile Def}'.
*
* This default implementation returns null so that we can easily ignore cases;
* it's useful to ignore a case when inheritance will catch all the cases anyway.
*
* @return the new adapter.
* @see org.bimserver.models.ifc2x3tc1.IfcCraneRailFShapeProfileDef
* @generated
*/
public Adapter createIfcCraneRailFShapeProfileDefAdapter() {
return null;
}
/**
* Creates a new adapter for an object of class '{@link org.bimserver.models.ifc2x3tc1.IfcCrewResource Ifc Crew Resource}'.
*
* This default implementation returns null so that we can easily ignore cases;
* it's useful to ignore a case when inheritance will catch all the cases anyway.
*
* @return the new adapter.
* @see org.bimserver.models.ifc2x3tc1.IfcCrewResource
* @generated
*/
public Adapter createIfcCrewResourceAdapter() {
return null;
}
/**
* Creates a new adapter for an object of class '{@link org.bimserver.models.ifc2x3tc1.IfcCsgPrimitive3D Ifc Csg Primitive3 D}'.
*
* This default implementation returns null so that we can easily ignore cases;
* it's useful to ignore a case when inheritance will catch all the cases anyway.
*
* @return the new adapter.
* @see org.bimserver.models.ifc2x3tc1.IfcCsgPrimitive3D
* @generated
*/
public Adapter createIfcCsgPrimitive3DAdapter() {
return null;
}
/**
* Creates a new adapter for an object of class '{@link org.bimserver.models.ifc2x3tc1.IfcCsgSolid Ifc Csg Solid}'.
*
* This default implementation returns null so that we can easily ignore cases;
* it's useful to ignore a case when inheritance will catch all the cases anyway.
*
* @return the new adapter.
* @see org.bimserver.models.ifc2x3tc1.IfcCsgSolid
* @generated
*/
public Adapter createIfcCsgSolidAdapter() {
return null;
}
/**
* Creates a new adapter for an object of class '{@link org.bimserver.models.ifc2x3tc1.IfcCurrencyRelationship Ifc Currency Relationship}'.
*
* This default implementation returns null so that we can easily ignore cases;
* it's useful to ignore a case when inheritance will catch all the cases anyway.
*
* @return the new adapter.
* @see org.bimserver.models.ifc2x3tc1.IfcCurrencyRelationship
* @generated
*/
public Adapter createIfcCurrencyRelationshipAdapter() {
return null;
}
/**
* Creates a new adapter for an object of class '{@link org.bimserver.models.ifc2x3tc1.IfcCurtainWall Ifc Curtain Wall}'.
*
* This default implementation returns null so that we can easily ignore cases;
* it's useful to ignore a case when inheritance will catch all the cases anyway.
*
* @return the new adapter.
* @see org.bimserver.models.ifc2x3tc1.IfcCurtainWall
* @generated
*/
public Adapter createIfcCurtainWallAdapter() {
return null;
}
/**
* Creates a new adapter for an object of class '{@link org.bimserver.models.ifc2x3tc1.IfcCurtainWallType Ifc Curtain Wall Type}'.
*
* This default implementation returns null so that we can easily ignore cases;
* it's useful to ignore a case when inheritance will catch all the cases anyway.
*
* @return the new adapter.
* @see org.bimserver.models.ifc2x3tc1.IfcCurtainWallType
* @generated
*/
public Adapter createIfcCurtainWallTypeAdapter() {
return null;
}
/**
* Creates a new adapter for an object of class '{@link org.bimserver.models.ifc2x3tc1.IfcCurve Ifc Curve}'.
*
* This default implementation returns null so that we can easily ignore cases;
* it's useful to ignore a case when inheritance will catch all the cases anyway.
*
* @return the new adapter.
* @see org.bimserver.models.ifc2x3tc1.IfcCurve
* @generated
*/
public Adapter createIfcCurveAdapter() {
return null;
}
/**
* Creates a new adapter for an object of class '{@link org.bimserver.models.ifc2x3tc1.IfcCurveBoundedPlane Ifc Curve Bounded Plane}'.
*
* This default implementation returns null so that we can easily ignore cases;
* it's useful to ignore a case when inheritance will catch all the cases anyway.
*
* @return the new adapter.
* @see org.bimserver.models.ifc2x3tc1.IfcCurveBoundedPlane
* @generated
*/
public Adapter createIfcCurveBoundedPlaneAdapter() {
return null;
}
/**
* Creates a new adapter for an object of class '{@link org.bimserver.models.ifc2x3tc1.IfcCurveStyle Ifc Curve Style}'.
*
* This default implementation returns null so that we can easily ignore cases;
* it's useful to ignore a case when inheritance will catch all the cases anyway.
*
* @return the new adapter.
* @see org.bimserver.models.ifc2x3tc1.IfcCurveStyle
* @generated
*/
public Adapter createIfcCurveStyleAdapter() {
return null;
}
/**
* Creates a new adapter for an object of class '{@link org.bimserver.models.ifc2x3tc1.IfcCurveStyleFont Ifc Curve Style Font}'.
*
* This default implementation returns null so that we can easily ignore cases;
* it's useful to ignore a case when inheritance will catch all the cases anyway.
*
* @return the new adapter.
* @see org.bimserver.models.ifc2x3tc1.IfcCurveStyleFont
* @generated
*/
public Adapter createIfcCurveStyleFontAdapter() {
return null;
}
/**
* Creates a new adapter for an object of class '{@link org.bimserver.models.ifc2x3tc1.IfcCurveStyleFontAndScaling Ifc Curve Style Font And Scaling}'.
*
* This default implementation returns null so that we can easily ignore cases;
* it's useful to ignore a case when inheritance will catch all the cases anyway.
*
* @return the new adapter.
* @see org.bimserver.models.ifc2x3tc1.IfcCurveStyleFontAndScaling
* @generated
*/
public Adapter createIfcCurveStyleFontAndScalingAdapter() {
return null;
}
/**
* Creates a new adapter for an object of class '{@link org.bimserver.models.ifc2x3tc1.IfcCurveStyleFontPattern Ifc Curve Style Font Pattern}'.
*
* This default implementation returns null so that we can easily ignore cases;
* it's useful to ignore a case when inheritance will catch all the cases anyway.
*
* @return the new adapter.
* @see org.bimserver.models.ifc2x3tc1.IfcCurveStyleFontPattern
* @generated
*/
public Adapter createIfcCurveStyleFontPatternAdapter() {
return null;
}
/**
* Creates a new adapter for an object of class '{@link org.bimserver.models.ifc2x3tc1.IfcDamperType Ifc Damper Type}'.
*
* This default implementation returns null so that we can easily ignore cases;
* it's useful to ignore a case when inheritance will catch all the cases anyway.
*
* @return the new adapter.
* @see org.bimserver.models.ifc2x3tc1.IfcDamperType
* @generated
*/
public Adapter createIfcDamperTypeAdapter() {
return null;
}
/**
* Creates a new adapter for an object of class '{@link org.bimserver.models.ifc2x3tc1.IfcDateAndTime Ifc Date And Time}'.
*
* This default implementation returns null so that we can easily ignore cases;
* it's useful to ignore a case when inheritance will catch all the cases anyway.
*
* @return the new adapter.
* @see org.bimserver.models.ifc2x3tc1.IfcDateAndTime
* @generated
*/
public Adapter createIfcDateAndTimeAdapter() {
return null;
}
/**
* Creates a new adapter for an object of class '{@link org.bimserver.models.ifc2x3tc1.IfcDefinedSymbol Ifc Defined Symbol}'.
*
* This default implementation returns null so that we can easily ignore cases;
* it's useful to ignore a case when inheritance will catch all the cases anyway.
*
* @return the new adapter.
* @see org.bimserver.models.ifc2x3tc1.IfcDefinedSymbol
* @generated
*/
public Adapter createIfcDefinedSymbolAdapter() {
return null;
}
/**
* Creates a new adapter for an object of class '{@link org.bimserver.models.ifc2x3tc1.IfcDerivedProfileDef Ifc Derived Profile Def}'.
*
* This default implementation returns null so that we can easily ignore cases;
* it's useful to ignore a case when inheritance will catch all the cases anyway.
*
* @return the new adapter.
* @see org.bimserver.models.ifc2x3tc1.IfcDerivedProfileDef
* @generated
*/
public Adapter createIfcDerivedProfileDefAdapter() {
return null;
}
/**
* Creates a new adapter for an object of class '{@link org.bimserver.models.ifc2x3tc1.IfcDerivedUnit Ifc Derived Unit}'.
*
* This default implementation returns null so that we can easily ignore cases;
* it's useful to ignore a case when inheritance will catch all the cases anyway.
*
* @return the new adapter.
* @see org.bimserver.models.ifc2x3tc1.IfcDerivedUnit
* @generated
*/
public Adapter createIfcDerivedUnitAdapter() {
return null;
}
/**
* Creates a new adapter for an object of class '{@link org.bimserver.models.ifc2x3tc1.IfcDerivedUnitElement Ifc Derived Unit Element}'.
*
* This default implementation returns null so that we can easily ignore cases;
* it's useful to ignore a case when inheritance will catch all the cases anyway.
*
* @return the new adapter.
* @see org.bimserver.models.ifc2x3tc1.IfcDerivedUnitElement
* @generated
*/
public Adapter createIfcDerivedUnitElementAdapter() {
return null;
}
/**
* Creates a new adapter for an object of class '{@link org.bimserver.models.ifc2x3tc1.IfcDiameterDimension Ifc Diameter Dimension}'.
*
* This default implementation returns null so that we can easily ignore cases;
* it's useful to ignore a case when inheritance will catch all the cases anyway.
*
* @return the new adapter.
* @see org.bimserver.models.ifc2x3tc1.IfcDiameterDimension
* @generated
*/
public Adapter createIfcDiameterDimensionAdapter() {
return null;
}
/**
* Creates a new adapter for an object of class '{@link org.bimserver.models.ifc2x3tc1.IfcDimensionCalloutRelationship Ifc Dimension Callout Relationship}'.
*
* This default implementation returns null so that we can easily ignore cases;
* it's useful to ignore a case when inheritance will catch all the cases anyway.
*
* @return the new adapter.
* @see org.bimserver.models.ifc2x3tc1.IfcDimensionCalloutRelationship
* @generated
*/
public Adapter createIfcDimensionCalloutRelationshipAdapter() {
return null;
}
/**
* Creates a new adapter for an object of class '{@link org.bimserver.models.ifc2x3tc1.IfcDimensionCurve Ifc Dimension Curve}'.
*
* This default implementation returns null so that we can easily ignore cases;
* it's useful to ignore a case when inheritance will catch all the cases anyway.
*
* @return the new adapter.
* @see org.bimserver.models.ifc2x3tc1.IfcDimensionCurve
* @generated
*/
public Adapter createIfcDimensionCurveAdapter() {
return null;
}
/**
* Creates a new adapter for an object of class '{@link org.bimserver.models.ifc2x3tc1.IfcDimensionCurveDirectedCallout Ifc Dimension Curve Directed Callout}'.
*
* This default implementation returns null so that we can easily ignore cases;
* it's useful to ignore a case when inheritance will catch all the cases anyway.
*
* @return the new adapter.
* @see org.bimserver.models.ifc2x3tc1.IfcDimensionCurveDirectedCallout
* @generated
*/
public Adapter createIfcDimensionCurveDirectedCalloutAdapter() {
return null;
}
/**
* Creates a new adapter for an object of class '{@link org.bimserver.models.ifc2x3tc1.IfcDimensionCurveTerminator Ifc Dimension Curve Terminator}'.
*
* This default implementation returns null so that we can easily ignore cases;
* it's useful to ignore a case when inheritance will catch all the cases anyway.
*
* @return the new adapter.
* @see org.bimserver.models.ifc2x3tc1.IfcDimensionCurveTerminator
* @generated
*/
public Adapter createIfcDimensionCurveTerminatorAdapter() {
return null;
}
/**
* Creates a new adapter for an object of class '{@link org.bimserver.models.ifc2x3tc1.IfcDimensionPair Ifc Dimension Pair}'.
*
* This default implementation returns null so that we can easily ignore cases;
* it's useful to ignore a case when inheritance will catch all the cases anyway.
*
* @return the new adapter.
* @see org.bimserver.models.ifc2x3tc1.IfcDimensionPair
* @generated
*/
public Adapter createIfcDimensionPairAdapter() {
return null;
}
/**
* Creates a new adapter for an object of class '{@link org.bimserver.models.ifc2x3tc1.IfcDimensionalExponents Ifc Dimensional Exponents}'.
*
* This default implementation returns null so that we can easily ignore cases;
* it's useful to ignore a case when inheritance will catch all the cases anyway.
*
* @return the new adapter.
* @see org.bimserver.models.ifc2x3tc1.IfcDimensionalExponents
* @generated
*/
public Adapter createIfcDimensionalExponentsAdapter() {
return null;
}
/**
* Creates a new adapter for an object of class '{@link org.bimserver.models.ifc2x3tc1.IfcDirection Ifc Direction}'.
*
* This default implementation returns null so that we can easily ignore cases;
* it's useful to ignore a case when inheritance will catch all the cases anyway.
*
* @return the new adapter.
* @see org.bimserver.models.ifc2x3tc1.IfcDirection
* @generated
*/
public Adapter createIfcDirectionAdapter() {
return null;
}
/**
* Creates a new adapter for an object of class '{@link org.bimserver.models.ifc2x3tc1.IfcDiscreteAccessory Ifc Discrete Accessory}'.
*
* This default implementation returns null so that we can easily ignore cases;
* it's useful to ignore a case when inheritance will catch all the cases anyway.
*
* @return the new adapter.
* @see org.bimserver.models.ifc2x3tc1.IfcDiscreteAccessory
* @generated
*/
public Adapter createIfcDiscreteAccessoryAdapter() {
return null;
}
/**
* Creates a new adapter for an object of class '{@link org.bimserver.models.ifc2x3tc1.IfcDiscreteAccessoryType Ifc Discrete Accessory Type}'.
*
* This default implementation returns null so that we can easily ignore cases;
* it's useful to ignore a case when inheritance will catch all the cases anyway.
*
* @return the new adapter.
* @see org.bimserver.models.ifc2x3tc1.IfcDiscreteAccessoryType
* @generated
*/
public Adapter createIfcDiscreteAccessoryTypeAdapter() {
return null;
}
/**
* Creates a new adapter for an object of class '{@link org.bimserver.models.ifc2x3tc1.IfcDistributionChamberElement Ifc Distribution Chamber Element}'.
*
* This default implementation returns null so that we can easily ignore cases;
* it's useful to ignore a case when inheritance will catch all the cases anyway.
*
* @return the new adapter.
* @see org.bimserver.models.ifc2x3tc1.IfcDistributionChamberElement
* @generated
*/
public Adapter createIfcDistributionChamberElementAdapter() {
return null;
}
/**
* Creates a new adapter for an object of class '{@link org.bimserver.models.ifc2x3tc1.IfcDistributionChamberElementType Ifc Distribution Chamber Element Type}'.
*
* This default implementation returns null so that we can easily ignore cases;
* it's useful to ignore a case when inheritance will catch all the cases anyway.
*
* @return the new adapter.
* @see org.bimserver.models.ifc2x3tc1.IfcDistributionChamberElementType
* @generated
*/
public Adapter createIfcDistributionChamberElementTypeAdapter() {
return null;
}
/**
* Creates a new adapter for an object of class '{@link org.bimserver.models.ifc2x3tc1.IfcDistributionControlElement Ifc Distribution Control Element}'.
*
* This default implementation returns null so that we can easily ignore cases;
* it's useful to ignore a case when inheritance will catch all the cases anyway.
*
* @return the new adapter.
* @see org.bimserver.models.ifc2x3tc1.IfcDistributionControlElement
* @generated
*/
public Adapter createIfcDistributionControlElementAdapter() {
return null;
}
/**
* Creates a new adapter for an object of class '{@link org.bimserver.models.ifc2x3tc1.IfcDistributionControlElementType Ifc Distribution Control Element Type}'.
*
* This default implementation returns null so that we can easily ignore cases;
* it's useful to ignore a case when inheritance will catch all the cases anyway.
*
* @return the new adapter.
* @see org.bimserver.models.ifc2x3tc1.IfcDistributionControlElementType
* @generated
*/
public Adapter createIfcDistributionControlElementTypeAdapter() {
return null;
}
/**
* Creates a new adapter for an object of class '{@link org.bimserver.models.ifc2x3tc1.IfcDistributionElement Ifc Distribution Element}'.
*
* This default implementation returns null so that we can easily ignore cases;
* it's useful to ignore a case when inheritance will catch all the cases anyway.
*
* @return the new adapter.
* @see org.bimserver.models.ifc2x3tc1.IfcDistributionElement
* @generated
*/
public Adapter createIfcDistributionElementAdapter() {
return null;
}
/**
* Creates a new adapter for an object of class '{@link org.bimserver.models.ifc2x3tc1.IfcDistributionElementType Ifc Distribution Element Type}'.
*
* This default implementation returns null so that we can easily ignore cases;
* it's useful to ignore a case when inheritance will catch all the cases anyway.
*
* @return the new adapter.
* @see org.bimserver.models.ifc2x3tc1.IfcDistributionElementType
* @generated
*/
public Adapter createIfcDistributionElementTypeAdapter() {
return null;
}
/**
* Creates a new adapter for an object of class '{@link org.bimserver.models.ifc2x3tc1.IfcDistributionFlowElement Ifc Distribution Flow Element}'.
*
* This default implementation returns null so that we can easily ignore cases;
* it's useful to ignore a case when inheritance will catch all the cases anyway.
*
* @return the new adapter.
* @see org.bimserver.models.ifc2x3tc1.IfcDistributionFlowElement
* @generated
*/
public Adapter createIfcDistributionFlowElementAdapter() {
return null;
}
/**
* Creates a new adapter for an object of class '{@link org.bimserver.models.ifc2x3tc1.IfcDistributionFlowElementType Ifc Distribution Flow Element Type}'.
*
* This default implementation returns null so that we can easily ignore cases;
* it's useful to ignore a case when inheritance will catch all the cases anyway.
*
* @return the new adapter.
* @see org.bimserver.models.ifc2x3tc1.IfcDistributionFlowElementType
* @generated
*/
public Adapter createIfcDistributionFlowElementTypeAdapter() {
return null;
}
/**
* Creates a new adapter for an object of class '{@link org.bimserver.models.ifc2x3tc1.IfcDistributionPort Ifc Distribution Port}'.
*
* This default implementation returns null so that we can easily ignore cases;
* it's useful to ignore a case when inheritance will catch all the cases anyway.
*
* @return the new adapter.
* @see org.bimserver.models.ifc2x3tc1.IfcDistributionPort
* @generated
*/
public Adapter createIfcDistributionPortAdapter() {
return null;
}
/**
* Creates a new adapter for an object of class '{@link org.bimserver.models.ifc2x3tc1.IfcDocumentElectronicFormat Ifc Document Electronic Format}'.
*
* This default implementation returns null so that we can easily ignore cases;
* it's useful to ignore a case when inheritance will catch all the cases anyway.
*
* @return the new adapter.
* @see org.bimserver.models.ifc2x3tc1.IfcDocumentElectronicFormat
* @generated
*/
public Adapter createIfcDocumentElectronicFormatAdapter() {
return null;
}
/**
* Creates a new adapter for an object of class '{@link org.bimserver.models.ifc2x3tc1.IfcDocumentInformation Ifc Document Information}'.
*
* This default implementation returns null so that we can easily ignore cases;
* it's useful to ignore a case when inheritance will catch all the cases anyway.
*
* @return the new adapter.
* @see org.bimserver.models.ifc2x3tc1.IfcDocumentInformation
* @generated
*/
public Adapter createIfcDocumentInformationAdapter() {
return null;
}
/**
* Creates a new adapter for an object of class '{@link org.bimserver.models.ifc2x3tc1.IfcDocumentInformationRelationship Ifc Document Information Relationship}'.
*
* This default implementation returns null so that we can easily ignore cases;
* it's useful to ignore a case when inheritance will catch all the cases anyway.
*
* @return the new adapter.
* @see org.bimserver.models.ifc2x3tc1.IfcDocumentInformationRelationship
* @generated
*/
public Adapter createIfcDocumentInformationRelationshipAdapter() {
return null;
}
/**
* Creates a new adapter for an object of class '{@link org.bimserver.models.ifc2x3tc1.IfcDocumentReference Ifc Document Reference}'.
*
* This default implementation returns null so that we can easily ignore cases;
* it's useful to ignore a case when inheritance will catch all the cases anyway.
*
* @return the new adapter.
* @see org.bimserver.models.ifc2x3tc1.IfcDocumentReference
* @generated
*/
public Adapter createIfcDocumentReferenceAdapter() {
return null;
}
/**
* Creates a new adapter for an object of class '{@link org.bimserver.models.ifc2x3tc1.IfcDoor Ifc Door}'.
*
* This default implementation returns null so that we can easily ignore cases;
* it's useful to ignore a case when inheritance will catch all the cases anyway.
*
* @return the new adapter.
* @see org.bimserver.models.ifc2x3tc1.IfcDoor
* @generated
*/
public Adapter createIfcDoorAdapter() {
return null;
}
/**
* Creates a new adapter for an object of class '{@link org.bimserver.models.ifc2x3tc1.IfcDoorLiningProperties Ifc Door Lining Properties}'.
*
* This default implementation returns null so that we can easily ignore cases;
* it's useful to ignore a case when inheritance will catch all the cases anyway.
*
* @return the new adapter.
* @see org.bimserver.models.ifc2x3tc1.IfcDoorLiningProperties
* @generated
*/
public Adapter createIfcDoorLiningPropertiesAdapter() {
return null;
}
/**
* Creates a new adapter for an object of class '{@link org.bimserver.models.ifc2x3tc1.IfcDoorPanelProperties Ifc Door Panel Properties}'.
*
* This default implementation returns null so that we can easily ignore cases;
* it's useful to ignore a case when inheritance will catch all the cases anyway.
*
* @return the new adapter.
* @see org.bimserver.models.ifc2x3tc1.IfcDoorPanelProperties
* @generated
*/
public Adapter createIfcDoorPanelPropertiesAdapter() {
return null;
}
/**
* Creates a new adapter for an object of class '{@link org.bimserver.models.ifc2x3tc1.IfcDoorStyle Ifc Door Style}'.
*
* This default implementation returns null so that we can easily ignore cases;
* it's useful to ignore a case when inheritance will catch all the cases anyway.
*
* @return the new adapter.
* @see org.bimserver.models.ifc2x3tc1.IfcDoorStyle
* @generated
*/
public Adapter createIfcDoorStyleAdapter() {
return null;
}
/**
* Creates a new adapter for an object of class '{@link org.bimserver.models.ifc2x3tc1.IfcDraughtingCallout Ifc Draughting Callout}'.
*
* This default implementation returns null so that we can easily ignore cases;
* it's useful to ignore a case when inheritance will catch all the cases anyway.
*
* @return the new adapter.
* @see org.bimserver.models.ifc2x3tc1.IfcDraughtingCallout
* @generated
*/
public Adapter createIfcDraughtingCalloutAdapter() {
return null;
}
/**
* Creates a new adapter for an object of class '{@link org.bimserver.models.ifc2x3tc1.IfcDraughtingCalloutRelationship Ifc Draughting Callout Relationship}'.
*
* This default implementation returns null so that we can easily ignore cases;
* it's useful to ignore a case when inheritance will catch all the cases anyway.
*
* @return the new adapter.
* @see org.bimserver.models.ifc2x3tc1.IfcDraughtingCalloutRelationship
* @generated
*/
public Adapter createIfcDraughtingCalloutRelationshipAdapter() {
return null;
}
/**
* Creates a new adapter for an object of class '{@link org.bimserver.models.ifc2x3tc1.IfcDraughtingPreDefinedColour Ifc Draughting Pre Defined Colour}'.
*
* This default implementation returns null so that we can easily ignore cases;
* it's useful to ignore a case when inheritance will catch all the cases anyway.
*
* @return the new adapter.
* @see org.bimserver.models.ifc2x3tc1.IfcDraughtingPreDefinedColour
* @generated
*/
public Adapter createIfcDraughtingPreDefinedColourAdapter() {
return null;
}
/**
* Creates a new adapter for an object of class '{@link org.bimserver.models.ifc2x3tc1.IfcDraughtingPreDefinedCurveFont Ifc Draughting Pre Defined Curve Font}'.
*
* This default implementation returns null so that we can easily ignore cases;
* it's useful to ignore a case when inheritance will catch all the cases anyway.
*
* @return the new adapter.
* @see org.bimserver.models.ifc2x3tc1.IfcDraughtingPreDefinedCurveFont
* @generated
*/
public Adapter createIfcDraughtingPreDefinedCurveFontAdapter() {
return null;
}
/**
* Creates a new adapter for an object of class '{@link org.bimserver.models.ifc2x3tc1.IfcDraughtingPreDefinedTextFont Ifc Draughting Pre Defined Text Font}'.
*
* This default implementation returns null so that we can easily ignore cases;
* it's useful to ignore a case when inheritance will catch all the cases anyway.
*
* @return the new adapter.
* @see org.bimserver.models.ifc2x3tc1.IfcDraughtingPreDefinedTextFont
* @generated
*/
public Adapter createIfcDraughtingPreDefinedTextFontAdapter() {
return null;
}
/**
* Creates a new adapter for an object of class '{@link org.bimserver.models.ifc2x3tc1.IfcDuctFittingType Ifc Duct Fitting Type}'.
*
* This default implementation returns null so that we can easily ignore cases;
* it's useful to ignore a case when inheritance will catch all the cases anyway.
*
* @return the new adapter.
* @see org.bimserver.models.ifc2x3tc1.IfcDuctFittingType
* @generated
*/
public Adapter createIfcDuctFittingTypeAdapter() {
return null;
}
/**
* Creates a new adapter for an object of class '{@link org.bimserver.models.ifc2x3tc1.IfcDuctSegmentType Ifc Duct Segment Type}'.
*
* This default implementation returns null so that we can easily ignore cases;
* it's useful to ignore a case when inheritance will catch all the cases anyway.
*
* @return the new adapter.
* @see org.bimserver.models.ifc2x3tc1.IfcDuctSegmentType
* @generated
*/
public Adapter createIfcDuctSegmentTypeAdapter() {
return null;
}
/**
* Creates a new adapter for an object of class '{@link org.bimserver.models.ifc2x3tc1.IfcDuctSilencerType Ifc Duct Silencer Type}'.
*
* This default implementation returns null so that we can easily ignore cases;
* it's useful to ignore a case when inheritance will catch all the cases anyway.
*
* @return the new adapter.
* @see org.bimserver.models.ifc2x3tc1.IfcDuctSilencerType
* @generated
*/
public Adapter createIfcDuctSilencerTypeAdapter() {
return null;
}
/**
* Creates a new adapter for an object of class '{@link org.bimserver.models.ifc2x3tc1.IfcEdge Ifc Edge}'.
*
* This default implementation returns null so that we can easily ignore cases;
* it's useful to ignore a case when inheritance will catch all the cases anyway.
*
* @return the new adapter.
* @see org.bimserver.models.ifc2x3tc1.IfcEdge
* @generated
*/
public Adapter createIfcEdgeAdapter() {
return null;
}
/**
* Creates a new adapter for an object of class '{@link org.bimserver.models.ifc2x3tc1.IfcEdgeCurve Ifc Edge Curve}'.
*
* This default implementation returns null so that we can easily ignore cases;
* it's useful to ignore a case when inheritance will catch all the cases anyway.
*
* @return the new adapter.
* @see org.bimserver.models.ifc2x3tc1.IfcEdgeCurve
* @generated
*/
public Adapter createIfcEdgeCurveAdapter() {
return null;
}
/**
* Creates a new adapter for an object of class '{@link org.bimserver.models.ifc2x3tc1.IfcEdgeFeature Ifc Edge Feature}'.
*
* This default implementation returns null so that we can easily ignore cases;
* it's useful to ignore a case when inheritance will catch all the cases anyway.
*
* @return the new adapter.
* @see org.bimserver.models.ifc2x3tc1.IfcEdgeFeature
* @generated
*/
public Adapter createIfcEdgeFeatureAdapter() {
return null;
}
/**
* Creates a new adapter for an object of class '{@link org.bimserver.models.ifc2x3tc1.IfcEdgeLoop Ifc Edge Loop}'.
*
* This default implementation returns null so that we can easily ignore cases;
* it's useful to ignore a case when inheritance will catch all the cases anyway.
*
* @return the new adapter.
* @see org.bimserver.models.ifc2x3tc1.IfcEdgeLoop
* @generated
*/
public Adapter createIfcEdgeLoopAdapter() {
return null;
}
/**
* Creates a new adapter for an object of class '{@link org.bimserver.models.ifc2x3tc1.IfcElectricApplianceType Ifc Electric Appliance Type}'.
*
* This default implementation returns null so that we can easily ignore cases;
* it's useful to ignore a case when inheritance will catch all the cases anyway.
*
* @return the new adapter.
* @see org.bimserver.models.ifc2x3tc1.IfcElectricApplianceType
* @generated
*/
public Adapter createIfcElectricApplianceTypeAdapter() {
return null;
}
/**
* Creates a new adapter for an object of class '{@link org.bimserver.models.ifc2x3tc1.IfcElectricDistributionPoint Ifc Electric Distribution Point}'.
*
* This default implementation returns null so that we can easily ignore cases;
* it's useful to ignore a case when inheritance will catch all the cases anyway.
*
* @return the new adapter.
* @see org.bimserver.models.ifc2x3tc1.IfcElectricDistributionPoint
* @generated
*/
public Adapter createIfcElectricDistributionPointAdapter() {
return null;
}
/**
* Creates a new adapter for an object of class '{@link org.bimserver.models.ifc2x3tc1.IfcElectricFlowStorageDeviceType Ifc Electric Flow Storage Device Type}'.
*
* This default implementation returns null so that we can easily ignore cases;
* it's useful to ignore a case when inheritance will catch all the cases anyway.
*
* @return the new adapter.
* @see org.bimserver.models.ifc2x3tc1.IfcElectricFlowStorageDeviceType
* @generated
*/
public Adapter createIfcElectricFlowStorageDeviceTypeAdapter() {
return null;
}
/**
* Creates a new adapter for an object of class '{@link org.bimserver.models.ifc2x3tc1.IfcElectricGeneratorType Ifc Electric Generator Type}'.
*
* This default implementation returns null so that we can easily ignore cases;
* it's useful to ignore a case when inheritance will catch all the cases anyway.
*
* @return the new adapter.
* @see org.bimserver.models.ifc2x3tc1.IfcElectricGeneratorType
* @generated
*/
public Adapter createIfcElectricGeneratorTypeAdapter() {
return null;
}
/**
* Creates a new adapter for an object of class '{@link org.bimserver.models.ifc2x3tc1.IfcElectricHeaterType Ifc Electric Heater Type}'.
*
* This default implementation returns null so that we can easily ignore cases;
* it's useful to ignore a case when inheritance will catch all the cases anyway.
*
* @return the new adapter.
* @see org.bimserver.models.ifc2x3tc1.IfcElectricHeaterType
* @generated
*/
public Adapter createIfcElectricHeaterTypeAdapter() {
return null;
}
/**
* Creates a new adapter for an object of class '{@link org.bimserver.models.ifc2x3tc1.IfcElectricMotorType Ifc Electric Motor Type}'.
*
* This default implementation returns null so that we can easily ignore cases;
* it's useful to ignore a case when inheritance will catch all the cases anyway.
*
* @return the new adapter.
* @see org.bimserver.models.ifc2x3tc1.IfcElectricMotorType
* @generated
*/
public Adapter createIfcElectricMotorTypeAdapter() {
return null;
}
/**
* Creates a new adapter for an object of class '{@link org.bimserver.models.ifc2x3tc1.IfcElectricTimeControlType Ifc Electric Time Control Type}'.
*
* This default implementation returns null so that we can easily ignore cases;
* it's useful to ignore a case when inheritance will catch all the cases anyway.
*
* @return the new adapter.
* @see org.bimserver.models.ifc2x3tc1.IfcElectricTimeControlType
* @generated
*/
public Adapter createIfcElectricTimeControlTypeAdapter() {
return null;
}
/**
* Creates a new adapter for an object of class '{@link org.bimserver.models.ifc2x3tc1.IfcElectricalBaseProperties Ifc Electrical Base Properties}'.
*
* This default implementation returns null so that we can easily ignore cases;
* it's useful to ignore a case when inheritance will catch all the cases anyway.
*
* @return the new adapter.
* @see org.bimserver.models.ifc2x3tc1.IfcElectricalBaseProperties
* @generated
*/
public Adapter createIfcElectricalBasePropertiesAdapter() {
return null;
}
/**
* Creates a new adapter for an object of class '{@link org.bimserver.models.ifc2x3tc1.IfcElectricalCircuit Ifc Electrical Circuit}'.
*
* This default implementation returns null so that we can easily ignore cases;
* it's useful to ignore a case when inheritance will catch all the cases anyway.
*
* @return the new adapter.
* @see org.bimserver.models.ifc2x3tc1.IfcElectricalCircuit
* @generated
*/
public Adapter createIfcElectricalCircuitAdapter() {
return null;
}
/**
* Creates a new adapter for an object of class '{@link org.bimserver.models.ifc2x3tc1.IfcElectricalElement Ifc Electrical Element}'.
*
* This default implementation returns null so that we can easily ignore cases;
* it's useful to ignore a case when inheritance will catch all the cases anyway.
*
* @return the new adapter.
* @see org.bimserver.models.ifc2x3tc1.IfcElectricalElement
* @generated
*/
public Adapter createIfcElectricalElementAdapter() {
return null;
}
/**
* Creates a new adapter for an object of class '{@link org.bimserver.models.ifc2x3tc1.IfcElement Ifc Element}'.
*
* This default implementation returns null so that we can easily ignore cases;
* it's useful to ignore a case when inheritance will catch all the cases anyway.
*
* @return the new adapter.
* @see org.bimserver.models.ifc2x3tc1.IfcElement
* @generated
*/
public Adapter createIfcElementAdapter() {
return null;
}
/**
* Creates a new adapter for an object of class '{@link org.bimserver.models.ifc2x3tc1.IfcElementAssembly Ifc Element Assembly}'.
*
* This default implementation returns null so that we can easily ignore cases;
* it's useful to ignore a case when inheritance will catch all the cases anyway.
*
* @return the new adapter.
* @see org.bimserver.models.ifc2x3tc1.IfcElementAssembly
* @generated
*/
public Adapter createIfcElementAssemblyAdapter() {
return null;
}
/**
* Creates a new adapter for an object of class '{@link org.bimserver.models.ifc2x3tc1.IfcElementComponent Ifc Element Component}'.
*
* This default implementation returns null so that we can easily ignore cases;
* it's useful to ignore a case when inheritance will catch all the cases anyway.
*
* @return the new adapter.
* @see org.bimserver.models.ifc2x3tc1.IfcElementComponent
* @generated
*/
public Adapter createIfcElementComponentAdapter() {
return null;
}
/**
* Creates a new adapter for an object of class '{@link org.bimserver.models.ifc2x3tc1.IfcElementComponentType Ifc Element Component Type}'.
*
* This default implementation returns null so that we can easily ignore cases;
* it's useful to ignore a case when inheritance will catch all the cases anyway.
*
* @return the new adapter.
* @see org.bimserver.models.ifc2x3tc1.IfcElementComponentType
* @generated
*/
public Adapter createIfcElementComponentTypeAdapter() {
return null;
}
/**
* Creates a new adapter for an object of class '{@link org.bimserver.models.ifc2x3tc1.IfcElementQuantity Ifc Element Quantity}'.
*
* This default implementation returns null so that we can easily ignore cases;
* it's useful to ignore a case when inheritance will catch all the cases anyway.
*
* @return the new adapter.
* @see org.bimserver.models.ifc2x3tc1.IfcElementQuantity
* @generated
*/
public Adapter createIfcElementQuantityAdapter() {
return null;
}
/**
* Creates a new adapter for an object of class '{@link org.bimserver.models.ifc2x3tc1.IfcElementType Ifc Element Type}'.
*
* This default implementation returns null so that we can easily ignore cases;
* it's useful to ignore a case when inheritance will catch all the cases anyway.
*
* @return the new adapter.
* @see org.bimserver.models.ifc2x3tc1.IfcElementType
* @generated
*/
public Adapter createIfcElementTypeAdapter() {
return null;
}
/**
* Creates a new adapter for an object of class '{@link org.bimserver.models.ifc2x3tc1.IfcElementarySurface Ifc Elementary Surface}'.
*
* This default implementation returns null so that we can easily ignore cases;
* it's useful to ignore a case when inheritance will catch all the cases anyway.
*
* @return the new adapter.
* @see org.bimserver.models.ifc2x3tc1.IfcElementarySurface
* @generated
*/
public Adapter createIfcElementarySurfaceAdapter() {
return null;
}
/**
* Creates a new adapter for an object of class '{@link org.bimserver.models.ifc2x3tc1.IfcEllipse Ifc Ellipse}'.
*
* This default implementation returns null so that we can easily ignore cases;
* it's useful to ignore a case when inheritance will catch all the cases anyway.
*
* @return the new adapter.
* @see org.bimserver.models.ifc2x3tc1.IfcEllipse
* @generated
*/
public Adapter createIfcEllipseAdapter() {
return null;
}
/**
* Creates a new adapter for an object of class '{@link org.bimserver.models.ifc2x3tc1.IfcEllipseProfileDef Ifc Ellipse Profile Def}'.
*
* This default implementation returns null so that we can easily ignore cases;
* it's useful to ignore a case when inheritance will catch all the cases anyway.
*
* @return the new adapter.
* @see org.bimserver.models.ifc2x3tc1.IfcEllipseProfileDef
* @generated
*/
public Adapter createIfcEllipseProfileDefAdapter() {
return null;
}
/**
* Creates a new adapter for an object of class '{@link org.bimserver.models.ifc2x3tc1.IfcEnergyConversionDevice Ifc Energy Conversion Device}'.
*
* This default implementation returns null so that we can easily ignore cases;
* it's useful to ignore a case when inheritance will catch all the cases anyway.
*
* @return the new adapter.
* @see org.bimserver.models.ifc2x3tc1.IfcEnergyConversionDevice
* @generated
*/
public Adapter createIfcEnergyConversionDeviceAdapter() {
return null;
}
/**
* Creates a new adapter for an object of class '{@link org.bimserver.models.ifc2x3tc1.IfcEnergyConversionDeviceType Ifc Energy Conversion Device Type}'.
*
* This default implementation returns null so that we can easily ignore cases;
* it's useful to ignore a case when inheritance will catch all the cases anyway.
*
* @return the new adapter.
* @see org.bimserver.models.ifc2x3tc1.IfcEnergyConversionDeviceType
* @generated
*/
public Adapter createIfcEnergyConversionDeviceTypeAdapter() {
return null;
}
/**
* Creates a new adapter for an object of class '{@link org.bimserver.models.ifc2x3tc1.IfcEnergyProperties Ifc Energy Properties}'.
*
* This default implementation returns null so that we can easily ignore cases;
* it's useful to ignore a case when inheritance will catch all the cases anyway.
*
* @return the new adapter.
* @see org.bimserver.models.ifc2x3tc1.IfcEnergyProperties
* @generated
*/
public Adapter createIfcEnergyPropertiesAdapter() {
return null;
}
/**
* Creates a new adapter for an object of class '{@link org.bimserver.models.ifc2x3tc1.IfcEnvironmentalImpactValue Ifc Environmental Impact Value}'.
*
* This default implementation returns null so that we can easily ignore cases;
* it's useful to ignore a case when inheritance will catch all the cases anyway.
*
* @return the new adapter.
* @see org.bimserver.models.ifc2x3tc1.IfcEnvironmentalImpactValue
* @generated
*/
public Adapter createIfcEnvironmentalImpactValueAdapter() {
return null;
}
/**
* Creates a new adapter for an object of class '{@link org.bimserver.models.ifc2x3tc1.IfcEquipmentElement Ifc Equipment Element}'.
*
* This default implementation returns null so that we can easily ignore cases;
* it's useful to ignore a case when inheritance will catch all the cases anyway.
*
* @return the new adapter.
* @see org.bimserver.models.ifc2x3tc1.IfcEquipmentElement
* @generated
*/
public Adapter createIfcEquipmentElementAdapter() {
return null;
}
/**
* Creates a new adapter for an object of class '{@link org.bimserver.models.ifc2x3tc1.IfcEquipmentStandard Ifc Equipment Standard}'.
*
* This default implementation returns null so that we can easily ignore cases;
* it's useful to ignore a case when inheritance will catch all the cases anyway.
*
* @return the new adapter.
* @see org.bimserver.models.ifc2x3tc1.IfcEquipmentStandard
* @generated
*/
public Adapter createIfcEquipmentStandardAdapter() {
return null;
}
/**
* Creates a new adapter for an object of class '{@link org.bimserver.models.ifc2x3tc1.IfcEvaporativeCoolerType Ifc Evaporative Cooler Type}'.
*
* This default implementation returns null so that we can easily ignore cases;
* it's useful to ignore a case when inheritance will catch all the cases anyway.
*
* @return the new adapter.
* @see org.bimserver.models.ifc2x3tc1.IfcEvaporativeCoolerType
* @generated
*/
public Adapter createIfcEvaporativeCoolerTypeAdapter() {
return null;
}
/**
* Creates a new adapter for an object of class '{@link org.bimserver.models.ifc2x3tc1.IfcEvaporatorType Ifc Evaporator Type}'.
*
* This default implementation returns null so that we can easily ignore cases;
* it's useful to ignore a case when inheritance will catch all the cases anyway.
*
* @return the new adapter.
* @see org.bimserver.models.ifc2x3tc1.IfcEvaporatorType
* @generated
*/
public Adapter createIfcEvaporatorTypeAdapter() {
return null;
}
/**
* Creates a new adapter for an object of class '{@link org.bimserver.models.ifc2x3tc1.IfcExtendedMaterialProperties Ifc Extended Material Properties}'.
*
* This default implementation returns null so that we can easily ignore cases;
* it's useful to ignore a case when inheritance will catch all the cases anyway.
*
* @return the new adapter.
* @see org.bimserver.models.ifc2x3tc1.IfcExtendedMaterialProperties
* @generated
*/
public Adapter createIfcExtendedMaterialPropertiesAdapter() {
return null;
}
/**
* Creates a new adapter for an object of class '{@link org.bimserver.models.ifc2x3tc1.IfcExternalReference Ifc External Reference}'.
*
* This default implementation returns null so that we can easily ignore cases;
* it's useful to ignore a case when inheritance will catch all the cases anyway.
*
* @return the new adapter.
* @see org.bimserver.models.ifc2x3tc1.IfcExternalReference
* @generated
*/
public Adapter createIfcExternalReferenceAdapter() {
return null;
}
/**
* Creates a new adapter for an object of class '{@link org.bimserver.models.ifc2x3tc1.IfcExternallyDefinedHatchStyle Ifc Externally Defined Hatch Style}'.
*
* This default implementation returns null so that we can easily ignore cases;
* it's useful to ignore a case when inheritance will catch all the cases anyway.
*
* @return the new adapter.
* @see org.bimserver.models.ifc2x3tc1.IfcExternallyDefinedHatchStyle
* @generated
*/
public Adapter createIfcExternallyDefinedHatchStyleAdapter() {
return null;
}
/**
* Creates a new adapter for an object of class '{@link org.bimserver.models.ifc2x3tc1.IfcExternallyDefinedSurfaceStyle Ifc Externally Defined Surface Style}'.
*
* This default implementation returns null so that we can easily ignore cases;
* it's useful to ignore a case when inheritance will catch all the cases anyway.
*
* @return the new adapter.
* @see org.bimserver.models.ifc2x3tc1.IfcExternallyDefinedSurfaceStyle
* @generated
*/
public Adapter createIfcExternallyDefinedSurfaceStyleAdapter() {
return null;
}
/**
* Creates a new adapter for an object of class '{@link org.bimserver.models.ifc2x3tc1.IfcExternallyDefinedSymbol Ifc Externally Defined Symbol}'.
*
* This default implementation returns null so that we can easily ignore cases;
* it's useful to ignore a case when inheritance will catch all the cases anyway.
*
* @return the new adapter.
* @see org.bimserver.models.ifc2x3tc1.IfcExternallyDefinedSymbol
* @generated
*/
public Adapter createIfcExternallyDefinedSymbolAdapter() {
return null;
}
/**
* Creates a new adapter for an object of class '{@link org.bimserver.models.ifc2x3tc1.IfcExternallyDefinedTextFont Ifc Externally Defined Text Font}'.
*
* This default implementation returns null so that we can easily ignore cases;
* it's useful to ignore a case when inheritance will catch all the cases anyway.
*
* @return the new adapter.
* @see org.bimserver.models.ifc2x3tc1.IfcExternallyDefinedTextFont
* @generated
*/
public Adapter createIfcExternallyDefinedTextFontAdapter() {
return null;
}
/**
* Creates a new adapter for an object of class '{@link org.bimserver.models.ifc2x3tc1.IfcExtrudedAreaSolid Ifc Extruded Area Solid}'.
*
* This default implementation returns null so that we can easily ignore cases;
* it's useful to ignore a case when inheritance will catch all the cases anyway.
*
* @return the new adapter.
* @see org.bimserver.models.ifc2x3tc1.IfcExtrudedAreaSolid
* @generated
*/
public Adapter createIfcExtrudedAreaSolidAdapter() {
return null;
}
/**
* Creates a new adapter for an object of class '{@link org.bimserver.models.ifc2x3tc1.IfcFace Ifc Face}'.
*
* This default implementation returns null so that we can easily ignore cases;
* it's useful to ignore a case when inheritance will catch all the cases anyway.
*
* @return the new adapter.
* @see org.bimserver.models.ifc2x3tc1.IfcFace
* @generated
*/
public Adapter createIfcFaceAdapter() {
return null;
}
/**
* Creates a new adapter for an object of class '{@link org.bimserver.models.ifc2x3tc1.IfcFaceBasedSurfaceModel Ifc Face Based Surface Model}'.
*
* This default implementation returns null so that we can easily ignore cases;
* it's useful to ignore a case when inheritance will catch all the cases anyway.
*
* @return the new adapter.
* @see org.bimserver.models.ifc2x3tc1.IfcFaceBasedSurfaceModel
* @generated
*/
public Adapter createIfcFaceBasedSurfaceModelAdapter() {
return null;
}
/**
* Creates a new adapter for an object of class '{@link org.bimserver.models.ifc2x3tc1.IfcFaceBound Ifc Face Bound}'.
*
* This default implementation returns null so that we can easily ignore cases;
* it's useful to ignore a case when inheritance will catch all the cases anyway.
*
* @return the new adapter.
* @see org.bimserver.models.ifc2x3tc1.IfcFaceBound
* @generated
*/
public Adapter createIfcFaceBoundAdapter() {
return null;
}
/**
* Creates a new adapter for an object of class '{@link org.bimserver.models.ifc2x3tc1.IfcFaceOuterBound Ifc Face Outer Bound}'.
*
* This default implementation returns null so that we can easily ignore cases;
* it's useful to ignore a case when inheritance will catch all the cases anyway.
*
* @return the new adapter.
* @see org.bimserver.models.ifc2x3tc1.IfcFaceOuterBound
* @generated
*/
public Adapter createIfcFaceOuterBoundAdapter() {
return null;
}
/**
* Creates a new adapter for an object of class '{@link org.bimserver.models.ifc2x3tc1.IfcFaceSurface Ifc Face Surface}'.
*
* This default implementation returns null so that we can easily ignore cases;
* it's useful to ignore a case when inheritance will catch all the cases anyway.
*
* @return the new adapter.
* @see org.bimserver.models.ifc2x3tc1.IfcFaceSurface
* @generated
*/
public Adapter createIfcFaceSurfaceAdapter() {
return null;
}
/**
* Creates a new adapter for an object of class '{@link org.bimserver.models.ifc2x3tc1.IfcFacetedBrep Ifc Faceted Brep}'.
*
* This default implementation returns null so that we can easily ignore cases;
* it's useful to ignore a case when inheritance will catch all the cases anyway.
*
* @return the new adapter.
* @see org.bimserver.models.ifc2x3tc1.IfcFacetedBrep
* @generated
*/
public Adapter createIfcFacetedBrepAdapter() {
return null;
}
/**
* Creates a new adapter for an object of class '{@link org.bimserver.models.ifc2x3tc1.IfcFacetedBrepWithVoids Ifc Faceted Brep With Voids}'.
*
* This default implementation returns null so that we can easily ignore cases;
* it's useful to ignore a case when inheritance will catch all the cases anyway.
*
* @return the new adapter.
* @see org.bimserver.models.ifc2x3tc1.IfcFacetedBrepWithVoids
* @generated
*/
public Adapter createIfcFacetedBrepWithVoidsAdapter() {
return null;
}
/**
* Creates a new adapter for an object of class '{@link org.bimserver.models.ifc2x3tc1.IfcFailureConnectionCondition Ifc Failure Connection Condition}'.
*
* This default implementation returns null so that we can easily ignore cases;
* it's useful to ignore a case when inheritance will catch all the cases anyway.
*
* @return the new adapter.
* @see org.bimserver.models.ifc2x3tc1.IfcFailureConnectionCondition
* @generated
*/
public Adapter createIfcFailureConnectionConditionAdapter() {
return null;
}
/**
* Creates a new adapter for an object of class '{@link org.bimserver.models.ifc2x3tc1.IfcFanType Ifc Fan Type}'.
*
* This default implementation returns null so that we can easily ignore cases;
* it's useful to ignore a case when inheritance will catch all the cases anyway.
*
* @return the new adapter.
* @see org.bimserver.models.ifc2x3tc1.IfcFanType
* @generated
*/
public Adapter createIfcFanTypeAdapter() {
return null;
}
/**
* Creates a new adapter for an object of class '{@link org.bimserver.models.ifc2x3tc1.IfcFastener Ifc Fastener}'.
*
* This default implementation returns null so that we can easily ignore cases;
* it's useful to ignore a case when inheritance will catch all the cases anyway.
*
* @return the new adapter.
* @see org.bimserver.models.ifc2x3tc1.IfcFastener
* @generated
*/
public Adapter createIfcFastenerAdapter() {
return null;
}
/**
* Creates a new adapter for an object of class '{@link org.bimserver.models.ifc2x3tc1.IfcFastenerType Ifc Fastener Type}'.
*
* This default implementation returns null so that we can easily ignore cases;
* it's useful to ignore a case when inheritance will catch all the cases anyway.
*
* @return the new adapter.
* @see org.bimserver.models.ifc2x3tc1.IfcFastenerType
* @generated
*/
public Adapter createIfcFastenerTypeAdapter() {
return null;
}
/**
* Creates a new adapter for an object of class '{@link org.bimserver.models.ifc2x3tc1.IfcFeatureElement Ifc Feature Element}'.
*
* This default implementation returns null so that we can easily ignore cases;
* it's useful to ignore a case when inheritance will catch all the cases anyway.
*
* @return the new adapter.
* @see org.bimserver.models.ifc2x3tc1.IfcFeatureElement
* @generated
*/
public Adapter createIfcFeatureElementAdapter() {
return null;
}
/**
* Creates a new adapter for an object of class '{@link org.bimserver.models.ifc2x3tc1.IfcFeatureElementAddition Ifc Feature Element Addition}'.
*
* This default implementation returns null so that we can easily ignore cases;
* it's useful to ignore a case when inheritance will catch all the cases anyway.
*
* @return the new adapter.
* @see org.bimserver.models.ifc2x3tc1.IfcFeatureElementAddition
* @generated
*/
public Adapter createIfcFeatureElementAdditionAdapter() {
return null;
}
/**
* Creates a new adapter for an object of class '{@link org.bimserver.models.ifc2x3tc1.IfcFeatureElementSubtraction Ifc Feature Element Subtraction}'.
*
* This default implementation returns null so that we can easily ignore cases;
* it's useful to ignore a case when inheritance will catch all the cases anyway.
*
* @return the new adapter.
* @see org.bimserver.models.ifc2x3tc1.IfcFeatureElementSubtraction
* @generated
*/
public Adapter createIfcFeatureElementSubtractionAdapter() {
return null;
}
/**
* Creates a new adapter for an object of class '{@link org.bimserver.models.ifc2x3tc1.IfcFillAreaStyle Ifc Fill Area Style}'.
*
* This default implementation returns null so that we can easily ignore cases;
* it's useful to ignore a case when inheritance will catch all the cases anyway.
*
* @return the new adapter.
* @see org.bimserver.models.ifc2x3tc1.IfcFillAreaStyle
* @generated
*/
public Adapter createIfcFillAreaStyleAdapter() {
return null;
}
/**
* Creates a new adapter for an object of class '{@link org.bimserver.models.ifc2x3tc1.IfcFillAreaStyleHatching Ifc Fill Area Style Hatching}'.
*
* This default implementation returns null so that we can easily ignore cases;
* it's useful to ignore a case when inheritance will catch all the cases anyway.
*
* @return the new adapter.
* @see org.bimserver.models.ifc2x3tc1.IfcFillAreaStyleHatching
* @generated
*/
public Adapter createIfcFillAreaStyleHatchingAdapter() {
return null;
}
/**
* Creates a new adapter for an object of class '{@link org.bimserver.models.ifc2x3tc1.IfcFillAreaStyleTileSymbolWithStyle Ifc Fill Area Style Tile Symbol With Style}'.
*
* This default implementation returns null so that we can easily ignore cases;
* it's useful to ignore a case when inheritance will catch all the cases anyway.
*
* @return the new adapter.
* @see org.bimserver.models.ifc2x3tc1.IfcFillAreaStyleTileSymbolWithStyle
* @generated
*/
public Adapter createIfcFillAreaStyleTileSymbolWithStyleAdapter() {
return null;
}
/**
* Creates a new adapter for an object of class '{@link org.bimserver.models.ifc2x3tc1.IfcFillAreaStyleTiles Ifc Fill Area Style Tiles}'.
*
* This default implementation returns null so that we can easily ignore cases;
* it's useful to ignore a case when inheritance will catch all the cases anyway.
*
* @return the new adapter.
* @see org.bimserver.models.ifc2x3tc1.IfcFillAreaStyleTiles
* @generated
*/
public Adapter createIfcFillAreaStyleTilesAdapter() {
return null;
}
/**
* Creates a new adapter for an object of class '{@link org.bimserver.models.ifc2x3tc1.IfcFilterType Ifc Filter Type}'.
*
* This default implementation returns null so that we can easily ignore cases;
* it's useful to ignore a case when inheritance will catch all the cases anyway.
*
* @return the new adapter.
* @see org.bimserver.models.ifc2x3tc1.IfcFilterType
* @generated
*/
public Adapter createIfcFilterTypeAdapter() {
return null;
}
/**
* Creates a new adapter for an object of class '{@link org.bimserver.models.ifc2x3tc1.IfcFireSuppressionTerminalType Ifc Fire Suppression Terminal Type}'.
*
* This default implementation returns null so that we can easily ignore cases;
* it's useful to ignore a case when inheritance will catch all the cases anyway.
*
* @return the new adapter.
* @see org.bimserver.models.ifc2x3tc1.IfcFireSuppressionTerminalType
* @generated
*/
public Adapter createIfcFireSuppressionTerminalTypeAdapter() {
return null;
}
/**
* Creates a new adapter for an object of class '{@link org.bimserver.models.ifc2x3tc1.IfcFlowController Ifc Flow Controller}'.
*
* This default implementation returns null so that we can easily ignore cases;
* it's useful to ignore a case when inheritance will catch all the cases anyway.
*
* @return the new adapter.
* @see org.bimserver.models.ifc2x3tc1.IfcFlowController
* @generated
*/
public Adapter createIfcFlowControllerAdapter() {
return null;
}
/**
* Creates a new adapter for an object of class '{@link org.bimserver.models.ifc2x3tc1.IfcFlowControllerType Ifc Flow Controller Type}'.
*
* This default implementation returns null so that we can easily ignore cases;
* it's useful to ignore a case when inheritance will catch all the cases anyway.
*
* @return the new adapter.
* @see org.bimserver.models.ifc2x3tc1.IfcFlowControllerType
* @generated
*/
public Adapter createIfcFlowControllerTypeAdapter() {
return null;
}
/**
* Creates a new adapter for an object of class '{@link org.bimserver.models.ifc2x3tc1.IfcFlowFitting Ifc Flow Fitting}'.
*
* This default implementation returns null so that we can easily ignore cases;
* it's useful to ignore a case when inheritance will catch all the cases anyway.
*
* @return the new adapter.
* @see org.bimserver.models.ifc2x3tc1.IfcFlowFitting
* @generated
*/
public Adapter createIfcFlowFittingAdapter() {
return null;
}
/**
* Creates a new adapter for an object of class '{@link org.bimserver.models.ifc2x3tc1.IfcFlowFittingType Ifc Flow Fitting Type}'.
*
* This default implementation returns null so that we can easily ignore cases;
* it's useful to ignore a case when inheritance will catch all the cases anyway.
*
* @return the new adapter.
* @see org.bimserver.models.ifc2x3tc1.IfcFlowFittingType
* @generated
*/
public Adapter createIfcFlowFittingTypeAdapter() {
return null;
}
/**
* Creates a new adapter for an object of class '{@link org.bimserver.models.ifc2x3tc1.IfcFlowInstrumentType Ifc Flow Instrument Type}'.
*
* This default implementation returns null so that we can easily ignore cases;
* it's useful to ignore a case when inheritance will catch all the cases anyway.
*
* @return the new adapter.
* @see org.bimserver.models.ifc2x3tc1.IfcFlowInstrumentType
* @generated
*/
public Adapter createIfcFlowInstrumentTypeAdapter() {
return null;
}
/**
* Creates a new adapter for an object of class '{@link org.bimserver.models.ifc2x3tc1.IfcFlowMeterType Ifc Flow Meter Type}'.
*
* This default implementation returns null so that we can easily ignore cases;
* it's useful to ignore a case when inheritance will catch all the cases anyway.
*
* @return the new adapter.
* @see org.bimserver.models.ifc2x3tc1.IfcFlowMeterType
* @generated
*/
public Adapter createIfcFlowMeterTypeAdapter() {
return null;
}
/**
* Creates a new adapter for an object of class '{@link org.bimserver.models.ifc2x3tc1.IfcFlowMovingDevice Ifc Flow Moving Device}'.
*
* This default implementation returns null so that we can easily ignore cases;
* it's useful to ignore a case when inheritance will catch all the cases anyway.
*
* @return the new adapter.
* @see org.bimserver.models.ifc2x3tc1.IfcFlowMovingDevice
* @generated
*/
public Adapter createIfcFlowMovingDeviceAdapter() {
return null;
}
/**
* Creates a new adapter for an object of class '{@link org.bimserver.models.ifc2x3tc1.IfcFlowMovingDeviceType Ifc Flow Moving Device Type}'.
*
* This default implementation returns null so that we can easily ignore cases;
* it's useful to ignore a case when inheritance will catch all the cases anyway.
*
* @return the new adapter.
* @see org.bimserver.models.ifc2x3tc1.IfcFlowMovingDeviceType
* @generated
*/
public Adapter createIfcFlowMovingDeviceTypeAdapter() {
return null;
}
/**
* Creates a new adapter for an object of class '{@link org.bimserver.models.ifc2x3tc1.IfcFlowSegment Ifc Flow Segment}'.
*
* This default implementation returns null so that we can easily ignore cases;
* it's useful to ignore a case when inheritance will catch all the cases anyway.
*
* @return the new adapter.
* @see org.bimserver.models.ifc2x3tc1.IfcFlowSegment
* @generated
*/
public Adapter createIfcFlowSegmentAdapter() {
return null;
}
/**
* Creates a new adapter for an object of class '{@link org.bimserver.models.ifc2x3tc1.IfcFlowSegmentType Ifc Flow Segment Type}'.
*
* This default implementation returns null so that we can easily ignore cases;
* it's useful to ignore a case when inheritance will catch all the cases anyway.
*
* @return the new adapter.
* @see org.bimserver.models.ifc2x3tc1.IfcFlowSegmentType
* @generated
*/
public Adapter createIfcFlowSegmentTypeAdapter() {
return null;
}
/**
* Creates a new adapter for an object of class '{@link org.bimserver.models.ifc2x3tc1.IfcFlowStorageDevice Ifc Flow Storage Device}'.
*
* This default implementation returns null so that we can easily ignore cases;
* it's useful to ignore a case when inheritance will catch all the cases anyway.
*
* @return the new adapter.
* @see org.bimserver.models.ifc2x3tc1.IfcFlowStorageDevice
* @generated
*/
public Adapter createIfcFlowStorageDeviceAdapter() {
return null;
}
/**
* Creates a new adapter for an object of class '{@link org.bimserver.models.ifc2x3tc1.IfcFlowStorageDeviceType Ifc Flow Storage Device Type}'.
*
* This default implementation returns null so that we can easily ignore cases;
* it's useful to ignore a case when inheritance will catch all the cases anyway.
*
* @return the new adapter.
* @see org.bimserver.models.ifc2x3tc1.IfcFlowStorageDeviceType
* @generated
*/
public Adapter createIfcFlowStorageDeviceTypeAdapter() {
return null;
}
/**
* Creates a new adapter for an object of class '{@link org.bimserver.models.ifc2x3tc1.IfcFlowTerminal Ifc Flow Terminal}'.
*
* This default implementation returns null so that we can easily ignore cases;
* it's useful to ignore a case when inheritance will catch all the cases anyway.
*
* @return the new adapter.
* @see org.bimserver.models.ifc2x3tc1.IfcFlowTerminal
* @generated
*/
public Adapter createIfcFlowTerminalAdapter() {
return null;
}
/**
* Creates a new adapter for an object of class '{@link org.bimserver.models.ifc2x3tc1.IfcFlowTerminalType Ifc Flow Terminal Type}'.
*
* This default implementation returns null so that we can easily ignore cases;
* it's useful to ignore a case when inheritance will catch all the cases anyway.
*
* @return the new adapter.
* @see org.bimserver.models.ifc2x3tc1.IfcFlowTerminalType
* @generated
*/
public Adapter createIfcFlowTerminalTypeAdapter() {
return null;
}
/**
* Creates a new adapter for an object of class '{@link org.bimserver.models.ifc2x3tc1.IfcFlowTreatmentDevice Ifc Flow Treatment Device}'.
*
* This default implementation returns null so that we can easily ignore cases;
* it's useful to ignore a case when inheritance will catch all the cases anyway.
*
* @return the new adapter.
* @see org.bimserver.models.ifc2x3tc1.IfcFlowTreatmentDevice
* @generated
*/
public Adapter createIfcFlowTreatmentDeviceAdapter() {
return null;
}
/**
* Creates a new adapter for an object of class '{@link org.bimserver.models.ifc2x3tc1.IfcFlowTreatmentDeviceType Ifc Flow Treatment Device Type}'.
*
* This default implementation returns null so that we can easily ignore cases;
* it's useful to ignore a case when inheritance will catch all the cases anyway.
*
* @return the new adapter.
* @see org.bimserver.models.ifc2x3tc1.IfcFlowTreatmentDeviceType
* @generated
*/
public Adapter createIfcFlowTreatmentDeviceTypeAdapter() {
return null;
}
/**
* Creates a new adapter for an object of class '{@link org.bimserver.models.ifc2x3tc1.IfcFluidFlowProperties Ifc Fluid Flow Properties}'.
*
* This default implementation returns null so that we can easily ignore cases;
* it's useful to ignore a case when inheritance will catch all the cases anyway.
*
* @return the new adapter.
* @see org.bimserver.models.ifc2x3tc1.IfcFluidFlowProperties
* @generated
*/
public Adapter createIfcFluidFlowPropertiesAdapter() {
return null;
}
/**
* Creates a new adapter for an object of class '{@link org.bimserver.models.ifc2x3tc1.IfcFooting Ifc Footing}'.
*
* This default implementation returns null so that we can easily ignore cases;
* it's useful to ignore a case when inheritance will catch all the cases anyway.
*
* @return the new adapter.
* @see org.bimserver.models.ifc2x3tc1.IfcFooting
* @generated
*/
public Adapter createIfcFootingAdapter() {
return null;
}
/**
* Creates a new adapter for an object of class '{@link org.bimserver.models.ifc2x3tc1.IfcFuelProperties Ifc Fuel Properties}'.
*
* This default implementation returns null so that we can easily ignore cases;
* it's useful to ignore a case when inheritance will catch all the cases anyway.
*
* @return the new adapter.
* @see org.bimserver.models.ifc2x3tc1.IfcFuelProperties
* @generated
*/
public Adapter createIfcFuelPropertiesAdapter() {
return null;
}
/**
* Creates a new adapter for an object of class '{@link org.bimserver.models.ifc2x3tc1.IfcFurnishingElement Ifc Furnishing Element}'.
*
* This default implementation returns null so that we can easily ignore cases;
* it's useful to ignore a case when inheritance will catch all the cases anyway.
*
* @return the new adapter.
* @see org.bimserver.models.ifc2x3tc1.IfcFurnishingElement
* @generated
*/
public Adapter createIfcFurnishingElementAdapter() {
return null;
}
/**
* Creates a new adapter for an object of class '{@link org.bimserver.models.ifc2x3tc1.IfcFurnishingElementType Ifc Furnishing Element Type}'.
*
* This default implementation returns null so that we can easily ignore cases;
* it's useful to ignore a case when inheritance will catch all the cases anyway.
*
* @return the new adapter.
* @see org.bimserver.models.ifc2x3tc1.IfcFurnishingElementType
* @generated
*/
public Adapter createIfcFurnishingElementTypeAdapter() {
return null;
}
/**
* Creates a new adapter for an object of class '{@link org.bimserver.models.ifc2x3tc1.IfcFurnitureStandard Ifc Furniture Standard}'.
*
* This default implementation returns null so that we can easily ignore cases;
* it's useful to ignore a case when inheritance will catch all the cases anyway.
*
* @return the new adapter.
* @see org.bimserver.models.ifc2x3tc1.IfcFurnitureStandard
* @generated
*/
public Adapter createIfcFurnitureStandardAdapter() {
return null;
}
/**
* Creates a new adapter for an object of class '{@link org.bimserver.models.ifc2x3tc1.IfcFurnitureType Ifc Furniture Type}'.
*
* This default implementation returns null so that we can easily ignore cases;
* it's useful to ignore a case when inheritance will catch all the cases anyway.
*
* @return the new adapter.
* @see org.bimserver.models.ifc2x3tc1.IfcFurnitureType
* @generated
*/
public Adapter createIfcFurnitureTypeAdapter() {
return null;
}
/**
* Creates a new adapter for an object of class '{@link org.bimserver.models.ifc2x3tc1.IfcGasTerminalType Ifc Gas Terminal Type}'.
*
* This default implementation returns null so that we can easily ignore cases;
* it's useful to ignore a case when inheritance will catch all the cases anyway.
*
* @return the new adapter.
* @see org.bimserver.models.ifc2x3tc1.IfcGasTerminalType
* @generated
*/
public Adapter createIfcGasTerminalTypeAdapter() {
return null;
}
/**
* Creates a new adapter for an object of class '{@link org.bimserver.models.ifc2x3tc1.IfcGeneralMaterialProperties Ifc General Material Properties}'.
*
* This default implementation returns null so that we can easily ignore cases;
* it's useful to ignore a case when inheritance will catch all the cases anyway.
*
* @return the new adapter.
* @see org.bimserver.models.ifc2x3tc1.IfcGeneralMaterialProperties
* @generated
*/
public Adapter createIfcGeneralMaterialPropertiesAdapter() {
return null;
}
/**
* Creates a new adapter for an object of class '{@link org.bimserver.models.ifc2x3tc1.IfcGeneralProfileProperties Ifc General Profile Properties}'.
*
* This default implementation returns null so that we can easily ignore cases;
* it's useful to ignore a case when inheritance will catch all the cases anyway.
*
* @return the new adapter.
* @see org.bimserver.models.ifc2x3tc1.IfcGeneralProfileProperties
* @generated
*/
public Adapter createIfcGeneralProfilePropertiesAdapter() {
return null;
}
/**
* Creates a new adapter for an object of class '{@link org.bimserver.models.ifc2x3tc1.IfcGeometricCurveSet Ifc Geometric Curve Set}'.
*
* This default implementation returns null so that we can easily ignore cases;
* it's useful to ignore a case when inheritance will catch all the cases anyway.
*
* @return the new adapter.
* @see org.bimserver.models.ifc2x3tc1.IfcGeometricCurveSet
* @generated
*/
public Adapter createIfcGeometricCurveSetAdapter() {
return null;
}
/**
* Creates a new adapter for an object of class '{@link org.bimserver.models.ifc2x3tc1.IfcGeometricRepresentationContext Ifc Geometric Representation Context}'.
*
* This default implementation returns null so that we can easily ignore cases;
* it's useful to ignore a case when inheritance will catch all the cases anyway.
*
* @return the new adapter.
* @see org.bimserver.models.ifc2x3tc1.IfcGeometricRepresentationContext
* @generated
*/
public Adapter createIfcGeometricRepresentationContextAdapter() {
return null;
}
/**
* Creates a new adapter for an object of class '{@link org.bimserver.models.ifc2x3tc1.IfcGeometricRepresentationItem Ifc Geometric Representation Item}'.
*
* This default implementation returns null so that we can easily ignore cases;
* it's useful to ignore a case when inheritance will catch all the cases anyway.
*
* @return the new adapter.
* @see org.bimserver.models.ifc2x3tc1.IfcGeometricRepresentationItem
* @generated
*/
public Adapter createIfcGeometricRepresentationItemAdapter() {
return null;
}
/**
* Creates a new adapter for an object of class '{@link org.bimserver.models.ifc2x3tc1.IfcGeometricRepresentationSubContext Ifc Geometric Representation Sub Context}'.
*
* This default implementation returns null so that we can easily ignore cases;
* it's useful to ignore a case when inheritance will catch all the cases anyway.
*
* @return the new adapter.
* @see org.bimserver.models.ifc2x3tc1.IfcGeometricRepresentationSubContext
* @generated
*/
public Adapter createIfcGeometricRepresentationSubContextAdapter() {
return null;
}
/**
* Creates a new adapter for an object of class '{@link org.bimserver.models.ifc2x3tc1.IfcGeometricSet Ifc Geometric Set}'.
*
* This default implementation returns null so that we can easily ignore cases;
* it's useful to ignore a case when inheritance will catch all the cases anyway.
*
* @return the new adapter.
* @see org.bimserver.models.ifc2x3tc1.IfcGeometricSet
* @generated
*/
public Adapter createIfcGeometricSetAdapter() {
return null;
}
/**
* Creates a new adapter for an object of class '{@link org.bimserver.models.ifc2x3tc1.IfcGrid Ifc Grid}'.
*
* This default implementation returns null so that we can easily ignore cases;
* it's useful to ignore a case when inheritance will catch all the cases anyway.
*
* @return the new adapter.
* @see org.bimserver.models.ifc2x3tc1.IfcGrid
* @generated
*/
public Adapter createIfcGridAdapter() {
return null;
}
/**
* Creates a new adapter for an object of class '{@link org.bimserver.models.ifc2x3tc1.IfcGridAxis Ifc Grid Axis}'.
*
* This default implementation returns null so that we can easily ignore cases;
* it's useful to ignore a case when inheritance will catch all the cases anyway.
*
* @return the new adapter.
* @see org.bimserver.models.ifc2x3tc1.IfcGridAxis
* @generated
*/
public Adapter createIfcGridAxisAdapter() {
return null;
}
/**
* Creates a new adapter for an object of class '{@link org.bimserver.models.ifc2x3tc1.IfcGridPlacement Ifc Grid Placement}'.
*
* This default implementation returns null so that we can easily ignore cases;
* it's useful to ignore a case when inheritance will catch all the cases anyway.
*
* @return the new adapter.
* @see org.bimserver.models.ifc2x3tc1.IfcGridPlacement
* @generated
*/
public Adapter createIfcGridPlacementAdapter() {
return null;
}
/**
* Creates a new adapter for an object of class '{@link org.bimserver.models.ifc2x3tc1.IfcGroup Ifc Group}'.
*
* This default implementation returns null so that we can easily ignore cases;
* it's useful to ignore a case when inheritance will catch all the cases anyway.
*
* @return the new adapter.
* @see org.bimserver.models.ifc2x3tc1.IfcGroup
* @generated
*/
public Adapter createIfcGroupAdapter() {
return null;
}
/**
* Creates a new adapter for an object of class '{@link org.bimserver.models.ifc2x3tc1.IfcHalfSpaceSolid Ifc Half Space Solid}'.
*
* This default implementation returns null so that we can easily ignore cases;
* it's useful to ignore a case when inheritance will catch all the cases anyway.
*
* @return the new adapter.
* @see org.bimserver.models.ifc2x3tc1.IfcHalfSpaceSolid
* @generated
*/
public Adapter createIfcHalfSpaceSolidAdapter() {
return null;
}
/**
* Creates a new adapter for an object of class '{@link org.bimserver.models.ifc2x3tc1.IfcHeatExchangerType Ifc Heat Exchanger Type}'.
*
* This default implementation returns null so that we can easily ignore cases;
* it's useful to ignore a case when inheritance will catch all the cases anyway.
*
* @return the new adapter.
* @see org.bimserver.models.ifc2x3tc1.IfcHeatExchangerType
* @generated
*/
public Adapter createIfcHeatExchangerTypeAdapter() {
return null;
}
/**
* Creates a new adapter for an object of class '{@link org.bimserver.models.ifc2x3tc1.IfcHumidifierType Ifc Humidifier Type}'.
*
* This default implementation returns null so that we can easily ignore cases;
* it's useful to ignore a case when inheritance will catch all the cases anyway.
*
* @return the new adapter.
* @see org.bimserver.models.ifc2x3tc1.IfcHumidifierType
* @generated
*/
public Adapter createIfcHumidifierTypeAdapter() {
return null;
}
/**
* Creates a new adapter for an object of class '{@link org.bimserver.models.ifc2x3tc1.IfcHygroscopicMaterialProperties Ifc Hygroscopic Material Properties}'.
*
* This default implementation returns null so that we can easily ignore cases;
* it's useful to ignore a case when inheritance will catch all the cases anyway.
*
* @return the new adapter.
* @see org.bimserver.models.ifc2x3tc1.IfcHygroscopicMaterialProperties
* @generated
*/
public Adapter createIfcHygroscopicMaterialPropertiesAdapter() {
return null;
}
/**
* Creates a new adapter for an object of class '{@link org.bimserver.models.ifc2x3tc1.IfcIShapeProfileDef Ifc IShape Profile Def}'.
*
* This default implementation returns null so that we can easily ignore cases;
* it's useful to ignore a case when inheritance will catch all the cases anyway.
*
* @return the new adapter.
* @see org.bimserver.models.ifc2x3tc1.IfcIShapeProfileDef
* @generated
*/
public Adapter createIfcIShapeProfileDefAdapter() {
return null;
}
/**
* Creates a new adapter for an object of class '{@link org.bimserver.models.ifc2x3tc1.IfcImageTexture Ifc Image Texture}'.
*
* This default implementation returns null so that we can easily ignore cases;
* it's useful to ignore a case when inheritance will catch all the cases anyway.
*
* @return the new adapter.
* @see org.bimserver.models.ifc2x3tc1.IfcImageTexture
* @generated
*/
public Adapter createIfcImageTextureAdapter() {
return null;
}
/**
* Creates a new adapter for an object of class '{@link org.bimserver.models.ifc2x3tc1.IfcInventory Ifc Inventory}'.
*
* This default implementation returns null so that we can easily ignore cases;
* it's useful to ignore a case when inheritance will catch all the cases anyway.
*
* @return the new adapter.
* @see org.bimserver.models.ifc2x3tc1.IfcInventory
* @generated
*/
public Adapter createIfcInventoryAdapter() {
return null;
}
/**
* Creates a new adapter for an object of class '{@link org.bimserver.models.ifc2x3tc1.IfcIrregularTimeSeries Ifc Irregular Time Series}'.
*
* This default implementation returns null so that we can easily ignore cases;
* it's useful to ignore a case when inheritance will catch all the cases anyway.
*
* @return the new adapter.
* @see org.bimserver.models.ifc2x3tc1.IfcIrregularTimeSeries
* @generated
*/
public Adapter createIfcIrregularTimeSeriesAdapter() {
return null;
}
/**
* Creates a new adapter for an object of class '{@link org.bimserver.models.ifc2x3tc1.IfcIrregularTimeSeriesValue Ifc Irregular Time Series Value}'.
*
* This default implementation returns null so that we can easily ignore cases;
* it's useful to ignore a case when inheritance will catch all the cases anyway.
*
* @return the new adapter.
* @see org.bimserver.models.ifc2x3tc1.IfcIrregularTimeSeriesValue
* @generated
*/
public Adapter createIfcIrregularTimeSeriesValueAdapter() {
return null;
}
/**
* Creates a new adapter for an object of class '{@link org.bimserver.models.ifc2x3tc1.IfcJunctionBoxType Ifc Junction Box Type}'.
*
* This default implementation returns null so that we can easily ignore cases;
* it's useful to ignore a case when inheritance will catch all the cases anyway.
*
* @return the new adapter.
* @see org.bimserver.models.ifc2x3tc1.IfcJunctionBoxType
* @generated
*/
public Adapter createIfcJunctionBoxTypeAdapter() {
return null;
}
/**
* Creates a new adapter for an object of class '{@link org.bimserver.models.ifc2x3tc1.IfcLShapeProfileDef Ifc LShape Profile Def}'.
*
* This default implementation returns null so that we can easily ignore cases;
* it's useful to ignore a case when inheritance will catch all the cases anyway.
*
* @return the new adapter.
* @see org.bimserver.models.ifc2x3tc1.IfcLShapeProfileDef
* @generated
*/
public Adapter createIfcLShapeProfileDefAdapter() {
return null;
}
/**
* Creates a new adapter for an object of class '{@link org.bimserver.models.ifc2x3tc1.IfcLaborResource Ifc Labor Resource}'.
*
* This default implementation returns null so that we can easily ignore cases;
* it's useful to ignore a case when inheritance will catch all the cases anyway.
*
* @return the new adapter.
* @see org.bimserver.models.ifc2x3tc1.IfcLaborResource
* @generated
*/
public Adapter createIfcLaborResourceAdapter() {
return null;
}
/**
* Creates a new adapter for an object of class '{@link org.bimserver.models.ifc2x3tc1.IfcLampType Ifc Lamp Type}'.
*
* This default implementation returns null so that we can easily ignore cases;
* it's useful to ignore a case when inheritance will catch all the cases anyway.
*
* @return the new adapter.
* @see org.bimserver.models.ifc2x3tc1.IfcLampType
* @generated
*/
public Adapter createIfcLampTypeAdapter() {
return null;
}
/**
* Creates a new adapter for an object of class '{@link org.bimserver.models.ifc2x3tc1.IfcLibraryInformation Ifc Library Information}'.
*
* This default implementation returns null so that we can easily ignore cases;
* it's useful to ignore a case when inheritance will catch all the cases anyway.
*
* @return the new adapter.
* @see org.bimserver.models.ifc2x3tc1.IfcLibraryInformation
* @generated
*/
public Adapter createIfcLibraryInformationAdapter() {
return null;
}
/**
* Creates a new adapter for an object of class '{@link org.bimserver.models.ifc2x3tc1.IfcLibraryReference Ifc Library Reference}'.
*
* This default implementation returns null so that we can easily ignore cases;
* it's useful to ignore a case when inheritance will catch all the cases anyway.
*
* @return the new adapter.
* @see org.bimserver.models.ifc2x3tc1.IfcLibraryReference
* @generated
*/
public Adapter createIfcLibraryReferenceAdapter() {
return null;
}
/**
* Creates a new adapter for an object of class '{@link org.bimserver.models.ifc2x3tc1.IfcLightDistributionData Ifc Light Distribution Data}'.
*
* This default implementation returns null so that we can easily ignore cases;
* it's useful to ignore a case when inheritance will catch all the cases anyway.
*
* @return the new adapter.
* @see org.bimserver.models.ifc2x3tc1.IfcLightDistributionData
* @generated
*/
public Adapter createIfcLightDistributionDataAdapter() {
return null;
}
/**
* Creates a new adapter for an object of class '{@link org.bimserver.models.ifc2x3tc1.IfcLightFixtureType Ifc Light Fixture Type}'.
*
* This default implementation returns null so that we can easily ignore cases;
* it's useful to ignore a case when inheritance will catch all the cases anyway.
*
* @return the new adapter.
* @see org.bimserver.models.ifc2x3tc1.IfcLightFixtureType
* @generated
*/
public Adapter createIfcLightFixtureTypeAdapter() {
return null;
}
/**
* Creates a new adapter for an object of class '{@link org.bimserver.models.ifc2x3tc1.IfcLightIntensityDistribution Ifc Light Intensity Distribution}'.
*
* This default implementation returns null so that we can easily ignore cases;
* it's useful to ignore a case when inheritance will catch all the cases anyway.
*
* @return the new adapter.
* @see org.bimserver.models.ifc2x3tc1.IfcLightIntensityDistribution
* @generated
*/
public Adapter createIfcLightIntensityDistributionAdapter() {
return null;
}
/**
* Creates a new adapter for an object of class '{@link org.bimserver.models.ifc2x3tc1.IfcLightSource Ifc Light Source}'.
*
* This default implementation returns null so that we can easily ignore cases;
* it's useful to ignore a case when inheritance will catch all the cases anyway.
*
* @return the new adapter.
* @see org.bimserver.models.ifc2x3tc1.IfcLightSource
* @generated
*/
public Adapter createIfcLightSourceAdapter() {
return null;
}
/**
* Creates a new adapter for an object of class '{@link org.bimserver.models.ifc2x3tc1.IfcLightSourceAmbient Ifc Light Source Ambient}'.
*
* This default implementation returns null so that we can easily ignore cases;
* it's useful to ignore a case when inheritance will catch all the cases anyway.
*
* @return the new adapter.
* @see org.bimserver.models.ifc2x3tc1.IfcLightSourceAmbient
* @generated
*/
public Adapter createIfcLightSourceAmbientAdapter() {
return null;
}
/**
* Creates a new adapter for an object of class '{@link org.bimserver.models.ifc2x3tc1.IfcLightSourceDirectional Ifc Light Source Directional}'.
*
* This default implementation returns null so that we can easily ignore cases;
* it's useful to ignore a case when inheritance will catch all the cases anyway.
*
* @return the new adapter.
* @see org.bimserver.models.ifc2x3tc1.IfcLightSourceDirectional
* @generated
*/
public Adapter createIfcLightSourceDirectionalAdapter() {
return null;
}
/**
* Creates a new adapter for an object of class '{@link org.bimserver.models.ifc2x3tc1.IfcLightSourceGoniometric Ifc Light Source Goniometric}'.
*
* This default implementation returns null so that we can easily ignore cases;
* it's useful to ignore a case when inheritance will catch all the cases anyway.
*
* @return the new adapter.
* @see org.bimserver.models.ifc2x3tc1.IfcLightSourceGoniometric
* @generated
*/
public Adapter createIfcLightSourceGoniometricAdapter() {
return null;
}
/**
* Creates a new adapter for an object of class '{@link org.bimserver.models.ifc2x3tc1.IfcLightSourcePositional Ifc Light Source Positional}'.
*
* This default implementation returns null so that we can easily ignore cases;
* it's useful to ignore a case when inheritance will catch all the cases anyway.
*
* @return the new adapter.
* @see org.bimserver.models.ifc2x3tc1.IfcLightSourcePositional
* @generated
*/
public Adapter createIfcLightSourcePositionalAdapter() {
return null;
}
/**
* Creates a new adapter for an object of class '{@link org.bimserver.models.ifc2x3tc1.IfcLightSourceSpot Ifc Light Source Spot}'.
*
* This default implementation returns null so that we can easily ignore cases;
* it's useful to ignore a case when inheritance will catch all the cases anyway.
*
* @return the new adapter.
* @see org.bimserver.models.ifc2x3tc1.IfcLightSourceSpot
* @generated
*/
public Adapter createIfcLightSourceSpotAdapter() {
return null;
}
/**
* Creates a new adapter for an object of class '{@link org.bimserver.models.ifc2x3tc1.IfcLine Ifc Line}'.
*
* This default implementation returns null so that we can easily ignore cases;
* it's useful to ignore a case when inheritance will catch all the cases anyway.
*
* @return the new adapter.
* @see org.bimserver.models.ifc2x3tc1.IfcLine
* @generated
*/
public Adapter createIfcLineAdapter() {
return null;
}
/**
* Creates a new adapter for an object of class '{@link org.bimserver.models.ifc2x3tc1.IfcLinearDimension Ifc Linear Dimension}'.
*
* This default implementation returns null so that we can easily ignore cases;
* it's useful to ignore a case when inheritance will catch all the cases anyway.
*
* @return the new adapter.
* @see org.bimserver.models.ifc2x3tc1.IfcLinearDimension
* @generated
*/
public Adapter createIfcLinearDimensionAdapter() {
return null;
}
/**
* Creates a new adapter for an object of class '{@link org.bimserver.models.ifc2x3tc1.IfcLocalPlacement Ifc Local Placement}'.
*
* This default implementation returns null so that we can easily ignore cases;
* it's useful to ignore a case when inheritance will catch all the cases anyway.
*
* @return the new adapter.
* @see org.bimserver.models.ifc2x3tc1.IfcLocalPlacement
* @generated
*/
public Adapter createIfcLocalPlacementAdapter() {
return null;
}
/**
* Creates a new adapter for an object of class '{@link org.bimserver.models.ifc2x3tc1.IfcLocalTime Ifc Local Time}'.
*
* This default implementation returns null so that we can easily ignore cases;
* it's useful to ignore a case when inheritance will catch all the cases anyway.
*
* @return the new adapter.
* @see org.bimserver.models.ifc2x3tc1.IfcLocalTime
* @generated
*/
public Adapter createIfcLocalTimeAdapter() {
return null;
}
/**
* Creates a new adapter for an object of class '{@link org.bimserver.models.ifc2x3tc1.IfcLoop Ifc Loop}'.
*
* This default implementation returns null so that we can easily ignore cases;
* it's useful to ignore a case when inheritance will catch all the cases anyway.
*
* @return the new adapter.
* @see org.bimserver.models.ifc2x3tc1.IfcLoop
* @generated
*/
public Adapter createIfcLoopAdapter() {
return null;
}
/**
* Creates a new adapter for an object of class '{@link org.bimserver.models.ifc2x3tc1.IfcManifoldSolidBrep Ifc Manifold Solid Brep}'.
*
* This default implementation returns null so that we can easily ignore cases;
* it's useful to ignore a case when inheritance will catch all the cases anyway.
*
* @return the new adapter.
* @see org.bimserver.models.ifc2x3tc1.IfcManifoldSolidBrep
* @generated
*/
public Adapter createIfcManifoldSolidBrepAdapter() {
return null;
}
/**
* Creates a new adapter for an object of class '{@link org.bimserver.models.ifc2x3tc1.IfcMappedItem Ifc Mapped Item}'.
*
* This default implementation returns null so that we can easily ignore cases;
* it's useful to ignore a case when inheritance will catch all the cases anyway.
*
* @return the new adapter.
* @see org.bimserver.models.ifc2x3tc1.IfcMappedItem
* @generated
*/
public Adapter createIfcMappedItemAdapter() {
return null;
}
/**
* Creates a new adapter for an object of class '{@link org.bimserver.models.ifc2x3tc1.IfcMaterial Ifc Material}'.
*
* This default implementation returns null so that we can easily ignore cases;
* it's useful to ignore a case when inheritance will catch all the cases anyway.
*
* @return the new adapter.
* @see org.bimserver.models.ifc2x3tc1.IfcMaterial
* @generated
*/
public Adapter createIfcMaterialAdapter() {
return null;
}
/**
* Creates a new adapter for an object of class '{@link org.bimserver.models.ifc2x3tc1.IfcMaterialClassificationRelationship Ifc Material Classification Relationship}'.
*
* This default implementation returns null so that we can easily ignore cases;
* it's useful to ignore a case when inheritance will catch all the cases anyway.
*
* @return the new adapter.
* @see org.bimserver.models.ifc2x3tc1.IfcMaterialClassificationRelationship
* @generated
*/
public Adapter createIfcMaterialClassificationRelationshipAdapter() {
return null;
}
/**
* Creates a new adapter for an object of class '{@link org.bimserver.models.ifc2x3tc1.IfcMaterialDefinitionRepresentation Ifc Material Definition Representation}'.
*
* This default implementation returns null so that we can easily ignore cases;
* it's useful to ignore a case when inheritance will catch all the cases anyway.
*
* @return the new adapter.
* @see org.bimserver.models.ifc2x3tc1.IfcMaterialDefinitionRepresentation
* @generated
*/
public Adapter createIfcMaterialDefinitionRepresentationAdapter() {
return null;
}
/**
* Creates a new adapter for an object of class '{@link org.bimserver.models.ifc2x3tc1.IfcMaterialLayer Ifc Material Layer}'.
*
* This default implementation returns null so that we can easily ignore cases;
* it's useful to ignore a case when inheritance will catch all the cases anyway.
*
* @return the new adapter.
* @see org.bimserver.models.ifc2x3tc1.IfcMaterialLayer
* @generated
*/
public Adapter createIfcMaterialLayerAdapter() {
return null;
}
/**
* Creates a new adapter for an object of class '{@link org.bimserver.models.ifc2x3tc1.IfcMaterialLayerSet Ifc Material Layer Set}'.
*
* This default implementation returns null so that we can easily ignore cases;
* it's useful to ignore a case when inheritance will catch all the cases anyway.
*
* @return the new adapter.
* @see org.bimserver.models.ifc2x3tc1.IfcMaterialLayerSet
* @generated
*/
public Adapter createIfcMaterialLayerSetAdapter() {
return null;
}
/**
* Creates a new adapter for an object of class '{@link org.bimserver.models.ifc2x3tc1.IfcMaterialLayerSetUsage Ifc Material Layer Set Usage}'.
*
* This default implementation returns null so that we can easily ignore cases;
* it's useful to ignore a case when inheritance will catch all the cases anyway.
*
* @return the new adapter.
* @see org.bimserver.models.ifc2x3tc1.IfcMaterialLayerSetUsage
* @generated
*/
public Adapter createIfcMaterialLayerSetUsageAdapter() {
return null;
}
/**
* Creates a new adapter for an object of class '{@link org.bimserver.models.ifc2x3tc1.IfcMaterialList Ifc Material List}'.
*
* This default implementation returns null so that we can easily ignore cases;
* it's useful to ignore a case when inheritance will catch all the cases anyway.
*
* @return the new adapter.
* @see org.bimserver.models.ifc2x3tc1.IfcMaterialList
* @generated
*/
public Adapter createIfcMaterialListAdapter() {
return null;
}
/**
* Creates a new adapter for an object of class '{@link org.bimserver.models.ifc2x3tc1.IfcMaterialProperties Ifc Material Properties}'.
*
* This default implementation returns null so that we can easily ignore cases;
* it's useful to ignore a case when inheritance will catch all the cases anyway.
*
* @return the new adapter.
* @see org.bimserver.models.ifc2x3tc1.IfcMaterialProperties
* @generated
*/
public Adapter createIfcMaterialPropertiesAdapter() {
return null;
}
/**
* Creates a new adapter for an object of class '{@link org.bimserver.models.ifc2x3tc1.IfcMeasureWithUnit Ifc Measure With Unit}'.
*
* This default implementation returns null so that we can easily ignore cases;
* it's useful to ignore a case when inheritance will catch all the cases anyway.
*
* @return the new adapter.
* @see org.bimserver.models.ifc2x3tc1.IfcMeasureWithUnit
* @generated
*/
public Adapter createIfcMeasureWithUnitAdapter() {
return null;
}
/**
* Creates a new adapter for an object of class '{@link org.bimserver.models.ifc2x3tc1.IfcMechanicalConcreteMaterialProperties Ifc Mechanical Concrete Material Properties}'.
*
* This default implementation returns null so that we can easily ignore cases;
* it's useful to ignore a case when inheritance will catch all the cases anyway.
*
* @return the new adapter.
* @see org.bimserver.models.ifc2x3tc1.IfcMechanicalConcreteMaterialProperties
* @generated
*/
public Adapter createIfcMechanicalConcreteMaterialPropertiesAdapter() {
return null;
}
/**
* Creates a new adapter for an object of class '{@link org.bimserver.models.ifc2x3tc1.IfcMechanicalFastener Ifc Mechanical Fastener}'.
*
* This default implementation returns null so that we can easily ignore cases;
* it's useful to ignore a case when inheritance will catch all the cases anyway.
*
* @return the new adapter.
* @see org.bimserver.models.ifc2x3tc1.IfcMechanicalFastener
* @generated
*/
public Adapter createIfcMechanicalFastenerAdapter() {
return null;
}
/**
* Creates a new adapter for an object of class '{@link org.bimserver.models.ifc2x3tc1.IfcMechanicalFastenerType Ifc Mechanical Fastener Type}'.
*
* This default implementation returns null so that we can easily ignore cases;
* it's useful to ignore a case when inheritance will catch all the cases anyway.
*
* @return the new adapter.
* @see org.bimserver.models.ifc2x3tc1.IfcMechanicalFastenerType
* @generated
*/
public Adapter createIfcMechanicalFastenerTypeAdapter() {
return null;
}
/**
* Creates a new adapter for an object of class '{@link org.bimserver.models.ifc2x3tc1.IfcMechanicalMaterialProperties Ifc Mechanical Material Properties}'.
*
* This default implementation returns null so that we can easily ignore cases;
* it's useful to ignore a case when inheritance will catch all the cases anyway.
*
* @return the new adapter.
* @see org.bimserver.models.ifc2x3tc1.IfcMechanicalMaterialProperties
* @generated
*/
public Adapter createIfcMechanicalMaterialPropertiesAdapter() {
return null;
}
/**
* Creates a new adapter for an object of class '{@link org.bimserver.models.ifc2x3tc1.IfcMechanicalSteelMaterialProperties Ifc Mechanical Steel Material Properties}'.
*
* This default implementation returns null so that we can easily ignore cases;
* it's useful to ignore a case when inheritance will catch all the cases anyway.
*
* @return the new adapter.
* @see org.bimserver.models.ifc2x3tc1.IfcMechanicalSteelMaterialProperties
* @generated
*/
public Adapter createIfcMechanicalSteelMaterialPropertiesAdapter() {
return null;
}
/**
* Creates a new adapter for an object of class '{@link org.bimserver.models.ifc2x3tc1.IfcMember Ifc Member}'.
*
* This default implementation returns null so that we can easily ignore cases;
* it's useful to ignore a case when inheritance will catch all the cases anyway.
*
* @return the new adapter.
* @see org.bimserver.models.ifc2x3tc1.IfcMember
* @generated
*/
public Adapter createIfcMemberAdapter() {
return null;
}
/**
* Creates a new adapter for an object of class '{@link org.bimserver.models.ifc2x3tc1.IfcMemberType Ifc Member Type}'.
*
* This default implementation returns null so that we can easily ignore cases;
* it's useful to ignore a case when inheritance will catch all the cases anyway.
*
* @return the new adapter.
* @see org.bimserver.models.ifc2x3tc1.IfcMemberType
* @generated
*/
public Adapter createIfcMemberTypeAdapter() {
return null;
}
/**
* Creates a new adapter for an object of class '{@link org.bimserver.models.ifc2x3tc1.IfcMetric Ifc Metric}'.
*
* This default implementation returns null so that we can easily ignore cases;
* it's useful to ignore a case when inheritance will catch all the cases anyway.
*
* @return the new adapter.
* @see org.bimserver.models.ifc2x3tc1.IfcMetric
* @generated
*/
public Adapter createIfcMetricAdapter() {
return null;
}
/**
* Creates a new adapter for an object of class '{@link org.bimserver.models.ifc2x3tc1.IfcMonetaryUnit Ifc Monetary Unit}'.
*
* This default implementation returns null so that we can easily ignore cases;
* it's useful to ignore a case when inheritance will catch all the cases anyway.
*
* @return the new adapter.
* @see org.bimserver.models.ifc2x3tc1.IfcMonetaryUnit
* @generated
*/
public Adapter createIfcMonetaryUnitAdapter() {
return null;
}
/**
* Creates a new adapter for an object of class '{@link org.bimserver.models.ifc2x3tc1.IfcMotorConnectionType Ifc Motor Connection Type}'.
*
* This default implementation returns null so that we can easily ignore cases;
* it's useful to ignore a case when inheritance will catch all the cases anyway.
*
* @return the new adapter.
* @see org.bimserver.models.ifc2x3tc1.IfcMotorConnectionType
* @generated
*/
public Adapter createIfcMotorConnectionTypeAdapter() {
return null;
}
/**
* Creates a new adapter for an object of class '{@link org.bimserver.models.ifc2x3tc1.IfcMove Ifc Move}'.
*
* This default implementation returns null so that we can easily ignore cases;
* it's useful to ignore a case when inheritance will catch all the cases anyway.
*
* @return the new adapter.
* @see org.bimserver.models.ifc2x3tc1.IfcMove
* @generated
*/
public Adapter createIfcMoveAdapter() {
return null;
}
/**
* Creates a new adapter for an object of class '{@link org.bimserver.models.ifc2x3tc1.IfcNamedUnit Ifc Named Unit}'.
*
* This default implementation returns null so that we can easily ignore cases;
* it's useful to ignore a case when inheritance will catch all the cases anyway.
*
* @return the new adapter.
* @see org.bimserver.models.ifc2x3tc1.IfcNamedUnit
* @generated
*/
public Adapter createIfcNamedUnitAdapter() {
return null;
}
/**
* Creates a new adapter for an object of class '{@link org.bimserver.models.ifc2x3tc1.IfcObject Ifc Object}'.
*
* This default implementation returns null so that we can easily ignore cases;
* it's useful to ignore a case when inheritance will catch all the cases anyway.
*
* @return the new adapter.
* @see org.bimserver.models.ifc2x3tc1.IfcObject
* @generated
*/
public Adapter createIfcObjectAdapter() {
return null;
}
/**
* Creates a new adapter for an object of class '{@link org.bimserver.models.ifc2x3tc1.IfcObjectDefinition Ifc Object Definition}'.
*
* This default implementation returns null so that we can easily ignore cases;
* it's useful to ignore a case when inheritance will catch all the cases anyway.
*
* @return the new adapter.
* @see org.bimserver.models.ifc2x3tc1.IfcObjectDefinition
* @generated
*/
public Adapter createIfcObjectDefinitionAdapter() {
return null;
}
/**
* Creates a new adapter for an object of class '{@link org.bimserver.models.ifc2x3tc1.IfcObjectPlacement Ifc Object Placement}'.
*
* This default implementation returns null so that we can easily ignore cases;
* it's useful to ignore a case when inheritance will catch all the cases anyway.
*
* @return the new adapter.
* @see org.bimserver.models.ifc2x3tc1.IfcObjectPlacement
* @generated
*/
public Adapter createIfcObjectPlacementAdapter() {
return null;
}
/**
* Creates a new adapter for an object of class '{@link org.bimserver.models.ifc2x3tc1.IfcObjective Ifc Objective}'.
*
* This default implementation returns null so that we can easily ignore cases;
* it's useful to ignore a case when inheritance will catch all the cases anyway.
*
* @return the new adapter.
* @see org.bimserver.models.ifc2x3tc1.IfcObjective
* @generated
*/
public Adapter createIfcObjectiveAdapter() {
return null;
}
/**
* Creates a new adapter for an object of class '{@link org.bimserver.models.ifc2x3tc1.IfcOccupant Ifc Occupant}'.
*
* This default implementation returns null so that we can easily ignore cases;
* it's useful to ignore a case when inheritance will catch all the cases anyway.
*
* @return the new adapter.
* @see org.bimserver.models.ifc2x3tc1.IfcOccupant
* @generated
*/
public Adapter createIfcOccupantAdapter() {
return null;
}
/**
* Creates a new adapter for an object of class '{@link org.bimserver.models.ifc2x3tc1.IfcOffsetCurve2D Ifc Offset Curve2 D}'.
*
* This default implementation returns null so that we can easily ignore cases;
* it's useful to ignore a case when inheritance will catch all the cases anyway.
*
* @return the new adapter.
* @see org.bimserver.models.ifc2x3tc1.IfcOffsetCurve2D
* @generated
*/
public Adapter createIfcOffsetCurve2DAdapter() {
return null;
}
/**
* Creates a new adapter for an object of class '{@link org.bimserver.models.ifc2x3tc1.IfcOffsetCurve3D Ifc Offset Curve3 D}'.
*
* This default implementation returns null so that we can easily ignore cases;
* it's useful to ignore a case when inheritance will catch all the cases anyway.
*
* @return the new adapter.
* @see org.bimserver.models.ifc2x3tc1.IfcOffsetCurve3D
* @generated
*/
public Adapter createIfcOffsetCurve3DAdapter() {
return null;
}
/**
* Creates a new adapter for an object of class '{@link org.bimserver.models.ifc2x3tc1.IfcOneDirectionRepeatFactor Ifc One Direction Repeat Factor}'.
*
* This default implementation returns null so that we can easily ignore cases;
* it's useful to ignore a case when inheritance will catch all the cases anyway.
*
* @return the new adapter.
* @see org.bimserver.models.ifc2x3tc1.IfcOneDirectionRepeatFactor
* @generated
*/
public Adapter createIfcOneDirectionRepeatFactorAdapter() {
return null;
}
/**
* Creates a new adapter for an object of class '{@link org.bimserver.models.ifc2x3tc1.IfcOpenShell Ifc Open Shell}'.
*
* This default implementation returns null so that we can easily ignore cases;
* it's useful to ignore a case when inheritance will catch all the cases anyway.
*
* @return the new adapter.
* @see org.bimserver.models.ifc2x3tc1.IfcOpenShell
* @generated
*/
public Adapter createIfcOpenShellAdapter() {
return null;
}
/**
* Creates a new adapter for an object of class '{@link org.bimserver.models.ifc2x3tc1.IfcOpeningElement Ifc Opening Element}'.
*
* This default implementation returns null so that we can easily ignore cases;
* it's useful to ignore a case when inheritance will catch all the cases anyway.
*
* @return the new adapter.
* @see org.bimserver.models.ifc2x3tc1.IfcOpeningElement
* @generated
*/
public Adapter createIfcOpeningElementAdapter() {
return null;
}
/**
* Creates a new adapter for an object of class '{@link org.bimserver.models.ifc2x3tc1.IfcOpticalMaterialProperties Ifc Optical Material Properties}'.
*
* This default implementation returns null so that we can easily ignore cases;
* it's useful to ignore a case when inheritance will catch all the cases anyway.
*
* @return the new adapter.
* @see org.bimserver.models.ifc2x3tc1.IfcOpticalMaterialProperties
* @generated
*/
public Adapter createIfcOpticalMaterialPropertiesAdapter() {
return null;
}
/**
* Creates a new adapter for an object of class '{@link org.bimserver.models.ifc2x3tc1.IfcOrderAction Ifc Order Action}'.
*
* This default implementation returns null so that we can easily ignore cases;
* it's useful to ignore a case when inheritance will catch all the cases anyway.
*
* @return the new adapter.
* @see org.bimserver.models.ifc2x3tc1.IfcOrderAction
* @generated
*/
public Adapter createIfcOrderActionAdapter() {
return null;
}
/**
* Creates a new adapter for an object of class '{@link org.bimserver.models.ifc2x3tc1.IfcOrganization Ifc Organization}'.
*
* This default implementation returns null so that we can easily ignore cases;
* it's useful to ignore a case when inheritance will catch all the cases anyway.
*
* @return the new adapter.
* @see org.bimserver.models.ifc2x3tc1.IfcOrganization
* @generated
*/
public Adapter createIfcOrganizationAdapter() {
return null;
}
/**
* Creates a new adapter for an object of class '{@link org.bimserver.models.ifc2x3tc1.IfcOrganizationRelationship Ifc Organization Relationship}'.
*
* This default implementation returns null so that we can easily ignore cases;
* it's useful to ignore a case when inheritance will catch all the cases anyway.
*
* @return the new adapter.
* @see org.bimserver.models.ifc2x3tc1.IfcOrganizationRelationship
* @generated
*/
public Adapter createIfcOrganizationRelationshipAdapter() {
return null;
}
/**
* Creates a new adapter for an object of class '{@link org.bimserver.models.ifc2x3tc1.IfcOrientedEdge Ifc Oriented Edge}'.
*
* This default implementation returns null so that we can easily ignore cases;
* it's useful to ignore a case when inheritance will catch all the cases anyway.
*
* @return the new adapter.
* @see org.bimserver.models.ifc2x3tc1.IfcOrientedEdge
* @generated
*/
public Adapter createIfcOrientedEdgeAdapter() {
return null;
}
/**
* Creates a new adapter for an object of class '{@link org.bimserver.models.ifc2x3tc1.IfcOutletType Ifc Outlet Type}'.
*
* This default implementation returns null so that we can easily ignore cases;
* it's useful to ignore a case when inheritance will catch all the cases anyway.
*
* @return the new adapter.
* @see org.bimserver.models.ifc2x3tc1.IfcOutletType
* @generated
*/
public Adapter createIfcOutletTypeAdapter() {
return null;
}
/**
* Creates a new adapter for an object of class '{@link org.bimserver.models.ifc2x3tc1.IfcOwnerHistory Ifc Owner History}'.
*
* This default implementation returns null so that we can easily ignore cases;
* it's useful to ignore a case when inheritance will catch all the cases anyway.
*
* @return the new adapter.
* @see org.bimserver.models.ifc2x3tc1.IfcOwnerHistory
* @generated
*/
public Adapter createIfcOwnerHistoryAdapter() {
return null;
}
/**
* Creates a new adapter for an object of class '{@link org.bimserver.models.ifc2x3tc1.IfcParameterizedProfileDef Ifc Parameterized Profile Def}'.
*
* This default implementation returns null so that we can easily ignore cases;
* it's useful to ignore a case when inheritance will catch all the cases anyway.
*
* @return the new adapter.
* @see org.bimserver.models.ifc2x3tc1.IfcParameterizedProfileDef
* @generated
*/
public Adapter createIfcParameterizedProfileDefAdapter() {
return null;
}
/**
* Creates a new adapter for an object of class '{@link org.bimserver.models.ifc2x3tc1.IfcPath Ifc Path}'.
*
* This default implementation returns null so that we can easily ignore cases;
* it's useful to ignore a case when inheritance will catch all the cases anyway.
*
* @return the new adapter.
* @see org.bimserver.models.ifc2x3tc1.IfcPath
* @generated
*/
public Adapter createIfcPathAdapter() {
return null;
}
/**
* Creates a new adapter for an object of class '{@link org.bimserver.models.ifc2x3tc1.IfcPerformanceHistory Ifc Performance History}'.
*
* This default implementation returns null so that we can easily ignore cases;
* it's useful to ignore a case when inheritance will catch all the cases anyway.
*
* @return the new adapter.
* @see org.bimserver.models.ifc2x3tc1.IfcPerformanceHistory
* @generated
*/
public Adapter createIfcPerformanceHistoryAdapter() {
return null;
}
/**
* Creates a new adapter for an object of class '{@link org.bimserver.models.ifc2x3tc1.IfcPermeableCoveringProperties Ifc Permeable Covering Properties}'.
*
* This default implementation returns null so that we can easily ignore cases;
* it's useful to ignore a case when inheritance will catch all the cases anyway.
*
* @return the new adapter.
* @see org.bimserver.models.ifc2x3tc1.IfcPermeableCoveringProperties
* @generated
*/
public Adapter createIfcPermeableCoveringPropertiesAdapter() {
return null;
}
/**
* Creates a new adapter for an object of class '{@link org.bimserver.models.ifc2x3tc1.IfcPermit Ifc Permit}'.
*
* This default implementation returns null so that we can easily ignore cases;
* it's useful to ignore a case when inheritance will catch all the cases anyway.
*
* @return the new adapter.
* @see org.bimserver.models.ifc2x3tc1.IfcPermit
* @generated
*/
public Adapter createIfcPermitAdapter() {
return null;
}
/**
* Creates a new adapter for an object of class '{@link org.bimserver.models.ifc2x3tc1.IfcPerson Ifc Person}'.
*
* This default implementation returns null so that we can easily ignore cases;
* it's useful to ignore a case when inheritance will catch all the cases anyway.
*
* @return the new adapter.
* @see org.bimserver.models.ifc2x3tc1.IfcPerson
* @generated
*/
public Adapter createIfcPersonAdapter() {
return null;
}
/**
* Creates a new adapter for an object of class '{@link org.bimserver.models.ifc2x3tc1.IfcPersonAndOrganization Ifc Person And Organization}'.
*
* This default implementation returns null so that we can easily ignore cases;
* it's useful to ignore a case when inheritance will catch all the cases anyway.
*
* @return the new adapter.
* @see org.bimserver.models.ifc2x3tc1.IfcPersonAndOrganization
* @generated
*/
public Adapter createIfcPersonAndOrganizationAdapter() {
return null;
}
/**
* Creates a new adapter for an object of class '{@link org.bimserver.models.ifc2x3tc1.IfcPhysicalComplexQuantity Ifc Physical Complex Quantity}'.
*
* This default implementation returns null so that we can easily ignore cases;
* it's useful to ignore a case when inheritance will catch all the cases anyway.
*
* @return the new adapter.
* @see org.bimserver.models.ifc2x3tc1.IfcPhysicalComplexQuantity
* @generated
*/
public Adapter createIfcPhysicalComplexQuantityAdapter() {
return null;
}
/**
* Creates a new adapter for an object of class '{@link org.bimserver.models.ifc2x3tc1.IfcPhysicalQuantity Ifc Physical Quantity}'.
*
* This default implementation returns null so that we can easily ignore cases;
* it's useful to ignore a case when inheritance will catch all the cases anyway.
*
* @return the new adapter.
* @see org.bimserver.models.ifc2x3tc1.IfcPhysicalQuantity
* @generated
*/
public Adapter createIfcPhysicalQuantityAdapter() {
return null;
}
/**
* Creates a new adapter for an object of class '{@link org.bimserver.models.ifc2x3tc1.IfcPhysicalSimpleQuantity Ifc Physical Simple Quantity}'.
*
* This default implementation returns null so that we can easily ignore cases;
* it's useful to ignore a case when inheritance will catch all the cases anyway.
*
* @return the new adapter.
* @see org.bimserver.models.ifc2x3tc1.IfcPhysicalSimpleQuantity
* @generated
*/
public Adapter createIfcPhysicalSimpleQuantityAdapter() {
return null;
}
/**
* Creates a new adapter for an object of class '{@link org.bimserver.models.ifc2x3tc1.IfcPile Ifc Pile}'.
*
* This default implementation returns null so that we can easily ignore cases;
* it's useful to ignore a case when inheritance will catch all the cases anyway.
*
* @return the new adapter.
* @see org.bimserver.models.ifc2x3tc1.IfcPile
* @generated
*/
public Adapter createIfcPileAdapter() {
return null;
}
/**
* Creates a new adapter for an object of class '{@link org.bimserver.models.ifc2x3tc1.IfcPipeFittingType Ifc Pipe Fitting Type}'.
*
* This default implementation returns null so that we can easily ignore cases;
* it's useful to ignore a case when inheritance will catch all the cases anyway.
*
* @return the new adapter.
* @see org.bimserver.models.ifc2x3tc1.IfcPipeFittingType
* @generated
*/
public Adapter createIfcPipeFittingTypeAdapter() {
return null;
}
/**
* Creates a new adapter for an object of class '{@link org.bimserver.models.ifc2x3tc1.IfcPipeSegmentType Ifc Pipe Segment Type}'.
*
* This default implementation returns null so that we can easily ignore cases;
* it's useful to ignore a case when inheritance will catch all the cases anyway.
*
* @return the new adapter.
* @see org.bimserver.models.ifc2x3tc1.IfcPipeSegmentType
* @generated
*/
public Adapter createIfcPipeSegmentTypeAdapter() {
return null;
}
/**
* Creates a new adapter for an object of class '{@link org.bimserver.models.ifc2x3tc1.IfcPixelTexture Ifc Pixel Texture}'.
*
* This default implementation returns null so that we can easily ignore cases;
* it's useful to ignore a case when inheritance will catch all the cases anyway.
*
* @return the new adapter.
* @see org.bimserver.models.ifc2x3tc1.IfcPixelTexture
* @generated
*/
public Adapter createIfcPixelTextureAdapter() {
return null;
}
/**
* Creates a new adapter for an object of class '{@link org.bimserver.models.ifc2x3tc1.IfcPlacement Ifc Placement}'.
*
* This default implementation returns null so that we can easily ignore cases;
* it's useful to ignore a case when inheritance will catch all the cases anyway.
*
* @return the new adapter.
* @see org.bimserver.models.ifc2x3tc1.IfcPlacement
* @generated
*/
public Adapter createIfcPlacementAdapter() {
return null;
}
/**
* Creates a new adapter for an object of class '{@link org.bimserver.models.ifc2x3tc1.IfcPlanarBox Ifc Planar Box}'.
*
* This default implementation returns null so that we can easily ignore cases;
* it's useful to ignore a case when inheritance will catch all the cases anyway.
*
* @return the new adapter.
* @see org.bimserver.models.ifc2x3tc1.IfcPlanarBox
* @generated
*/
public Adapter createIfcPlanarBoxAdapter() {
return null;
}
/**
* Creates a new adapter for an object of class '{@link org.bimserver.models.ifc2x3tc1.IfcPlanarExtent Ifc Planar Extent}'.
*
* This default implementation returns null so that we can easily ignore cases;
* it's useful to ignore a case when inheritance will catch all the cases anyway.
*
* @return the new adapter.
* @see org.bimserver.models.ifc2x3tc1.IfcPlanarExtent
* @generated
*/
public Adapter createIfcPlanarExtentAdapter() {
return null;
}
/**
* Creates a new adapter for an object of class '{@link org.bimserver.models.ifc2x3tc1.IfcPlane Ifc Plane}'.
*
* This default implementation returns null so that we can easily ignore cases;
* it's useful to ignore a case when inheritance will catch all the cases anyway.
*
* @return the new adapter.
* @see org.bimserver.models.ifc2x3tc1.IfcPlane
* @generated
*/
public Adapter createIfcPlaneAdapter() {
return null;
}
/**
* Creates a new adapter for an object of class '{@link org.bimserver.models.ifc2x3tc1.IfcPlate Ifc Plate}'.
*
* This default implementation returns null so that we can easily ignore cases;
* it's useful to ignore a case when inheritance will catch all the cases anyway.
*
* @return the new adapter.
* @see org.bimserver.models.ifc2x3tc1.IfcPlate
* @generated
*/
public Adapter createIfcPlateAdapter() {
return null;
}
/**
* Creates a new adapter for an object of class '{@link org.bimserver.models.ifc2x3tc1.IfcPlateType Ifc Plate Type}'.
*
* This default implementation returns null so that we can easily ignore cases;
* it's useful to ignore a case when inheritance will catch all the cases anyway.
*
* @return the new adapter.
* @see org.bimserver.models.ifc2x3tc1.IfcPlateType
* @generated
*/
public Adapter createIfcPlateTypeAdapter() {
return null;
}
/**
* Creates a new adapter for an object of class '{@link org.bimserver.models.ifc2x3tc1.IfcPoint Ifc Point}'.
*
* This default implementation returns null so that we can easily ignore cases;
* it's useful to ignore a case when inheritance will catch all the cases anyway.
*
* @return the new adapter.
* @see org.bimserver.models.ifc2x3tc1.IfcPoint
* @generated
*/
public Adapter createIfcPointAdapter() {
return null;
}
/**
* Creates a new adapter for an object of class '{@link org.bimserver.models.ifc2x3tc1.IfcPointOnCurve Ifc Point On Curve}'.
*
* This default implementation returns null so that we can easily ignore cases;
* it's useful to ignore a case when inheritance will catch all the cases anyway.
*
* @return the new adapter.
* @see org.bimserver.models.ifc2x3tc1.IfcPointOnCurve
* @generated
*/
public Adapter createIfcPointOnCurveAdapter() {
return null;
}
/**
* Creates a new adapter for an object of class '{@link org.bimserver.models.ifc2x3tc1.IfcPointOnSurface Ifc Point On Surface}'.
*
* This default implementation returns null so that we can easily ignore cases;
* it's useful to ignore a case when inheritance will catch all the cases anyway.
*
* @return the new adapter.
* @see org.bimserver.models.ifc2x3tc1.IfcPointOnSurface
* @generated
*/
public Adapter createIfcPointOnSurfaceAdapter() {
return null;
}
/**
* Creates a new adapter for an object of class '{@link org.bimserver.models.ifc2x3tc1.IfcPolyLoop Ifc Poly Loop}'.
*
* This default implementation returns null so that we can easily ignore cases;
* it's useful to ignore a case when inheritance will catch all the cases anyway.
*
* @return the new adapter.
* @see org.bimserver.models.ifc2x3tc1.IfcPolyLoop
* @generated
*/
public Adapter createIfcPolyLoopAdapter() {
return null;
}
/**
* Creates a new adapter for an object of class '{@link org.bimserver.models.ifc2x3tc1.IfcPolygonalBoundedHalfSpace Ifc Polygonal Bounded Half Space}'.
*
* This default implementation returns null so that we can easily ignore cases;
* it's useful to ignore a case when inheritance will catch all the cases anyway.
*
* @return the new adapter.
* @see org.bimserver.models.ifc2x3tc1.IfcPolygonalBoundedHalfSpace
* @generated
*/
public Adapter createIfcPolygonalBoundedHalfSpaceAdapter() {
return null;
}
/**
* Creates a new adapter for an object of class '{@link org.bimserver.models.ifc2x3tc1.IfcPolyline Ifc Polyline}'.
*
* This default implementation returns null so that we can easily ignore cases;
* it's useful to ignore a case when inheritance will catch all the cases anyway.
*
* @return the new adapter.
* @see org.bimserver.models.ifc2x3tc1.IfcPolyline
* @generated
*/
public Adapter createIfcPolylineAdapter() {
return null;
}
/**
* Creates a new adapter for an object of class '{@link org.bimserver.models.ifc2x3tc1.IfcPort Ifc Port}'.
*
* This default implementation returns null so that we can easily ignore cases;
* it's useful to ignore a case when inheritance will catch all the cases anyway.
*
* @return the new adapter.
* @see org.bimserver.models.ifc2x3tc1.IfcPort
* @generated
*/
public Adapter createIfcPortAdapter() {
return null;
}
/**
* Creates a new adapter for an object of class '{@link org.bimserver.models.ifc2x3tc1.IfcPostalAddress Ifc Postal Address}'.
*
* This default implementation returns null so that we can easily ignore cases;
* it's useful to ignore a case when inheritance will catch all the cases anyway.
*
* @return the new adapter.
* @see org.bimserver.models.ifc2x3tc1.IfcPostalAddress
* @generated
*/
public Adapter createIfcPostalAddressAdapter() {
return null;
}
/**
* Creates a new adapter for an object of class '{@link org.bimserver.models.ifc2x3tc1.IfcPreDefinedColour Ifc Pre Defined Colour}'.
*
* This default implementation returns null so that we can easily ignore cases;
* it's useful to ignore a case when inheritance will catch all the cases anyway.
*
* @return the new adapter.
* @see org.bimserver.models.ifc2x3tc1.IfcPreDefinedColour
* @generated
*/
public Adapter createIfcPreDefinedColourAdapter() {
return null;
}
/**
* Creates a new adapter for an object of class '{@link org.bimserver.models.ifc2x3tc1.IfcPreDefinedCurveFont Ifc Pre Defined Curve Font}'.
*
* This default implementation returns null so that we can easily ignore cases;
* it's useful to ignore a case when inheritance will catch all the cases anyway.
*
* @return the new adapter.
* @see org.bimserver.models.ifc2x3tc1.IfcPreDefinedCurveFont
* @generated
*/
public Adapter createIfcPreDefinedCurveFontAdapter() {
return null;
}
/**
* Creates a new adapter for an object of class '{@link org.bimserver.models.ifc2x3tc1.IfcPreDefinedDimensionSymbol Ifc Pre Defined Dimension Symbol}'.
*
* This default implementation returns null so that we can easily ignore cases;
* it's useful to ignore a case when inheritance will catch all the cases anyway.
*
* @return the new adapter.
* @see org.bimserver.models.ifc2x3tc1.IfcPreDefinedDimensionSymbol
* @generated
*/
public Adapter createIfcPreDefinedDimensionSymbolAdapter() {
return null;
}
/**
* Creates a new adapter for an object of class '{@link org.bimserver.models.ifc2x3tc1.IfcPreDefinedItem Ifc Pre Defined Item}'.
*
* This default implementation returns null so that we can easily ignore cases;
* it's useful to ignore a case when inheritance will catch all the cases anyway.
*
* @return the new adapter.
* @see org.bimserver.models.ifc2x3tc1.IfcPreDefinedItem
* @generated
*/
public Adapter createIfcPreDefinedItemAdapter() {
return null;
}
/**
* Creates a new adapter for an object of class '{@link org.bimserver.models.ifc2x3tc1.IfcPreDefinedPointMarkerSymbol Ifc Pre Defined Point Marker Symbol}'.
*
* This default implementation returns null so that we can easily ignore cases;
* it's useful to ignore a case when inheritance will catch all the cases anyway.
*
* @return the new adapter.
* @see org.bimserver.models.ifc2x3tc1.IfcPreDefinedPointMarkerSymbol
* @generated
*/
public Adapter createIfcPreDefinedPointMarkerSymbolAdapter() {
return null;
}
/**
* Creates a new adapter for an object of class '{@link org.bimserver.models.ifc2x3tc1.IfcPreDefinedSymbol Ifc Pre Defined Symbol}'.
*
* This default implementation returns null so that we can easily ignore cases;
* it's useful to ignore a case when inheritance will catch all the cases anyway.
*
* @return the new adapter.
* @see org.bimserver.models.ifc2x3tc1.IfcPreDefinedSymbol
* @generated
*/
public Adapter createIfcPreDefinedSymbolAdapter() {
return null;
}
/**
* Creates a new adapter for an object of class '{@link org.bimserver.models.ifc2x3tc1.IfcPreDefinedTerminatorSymbol Ifc Pre Defined Terminator Symbol}'.
*
* This default implementation returns null so that we can easily ignore cases;
* it's useful to ignore a case when inheritance will catch all the cases anyway.
*
* @return the new adapter.
* @see org.bimserver.models.ifc2x3tc1.IfcPreDefinedTerminatorSymbol
* @generated
*/
public Adapter createIfcPreDefinedTerminatorSymbolAdapter() {
return null;
}
/**
* Creates a new adapter for an object of class '{@link org.bimserver.models.ifc2x3tc1.IfcPreDefinedTextFont Ifc Pre Defined Text Font}'.
*
* This default implementation returns null so that we can easily ignore cases;
* it's useful to ignore a case when inheritance will catch all the cases anyway.
*
* @return the new adapter.
* @see org.bimserver.models.ifc2x3tc1.IfcPreDefinedTextFont
* @generated
*/
public Adapter createIfcPreDefinedTextFontAdapter() {
return null;
}
/**
* Creates a new adapter for an object of class '{@link org.bimserver.models.ifc2x3tc1.IfcPresentationLayerAssignment Ifc Presentation Layer Assignment}'.
*
* This default implementation returns null so that we can easily ignore cases;
* it's useful to ignore a case when inheritance will catch all the cases anyway.
*
* @return the new adapter.
* @see org.bimserver.models.ifc2x3tc1.IfcPresentationLayerAssignment
* @generated
*/
public Adapter createIfcPresentationLayerAssignmentAdapter() {
return null;
}
/**
* Creates a new adapter for an object of class '{@link org.bimserver.models.ifc2x3tc1.IfcPresentationLayerWithStyle Ifc Presentation Layer With Style}'.
*
* This default implementation returns null so that we can easily ignore cases;
* it's useful to ignore a case when inheritance will catch all the cases anyway.
*
* @return the new adapter.
* @see org.bimserver.models.ifc2x3tc1.IfcPresentationLayerWithStyle
* @generated
*/
public Adapter createIfcPresentationLayerWithStyleAdapter() {
return null;
}
/**
* Creates a new adapter for an object of class '{@link org.bimserver.models.ifc2x3tc1.IfcPresentationStyle Ifc Presentation Style}'.
*
* This default implementation returns null so that we can easily ignore cases;
* it's useful to ignore a case when inheritance will catch all the cases anyway.
*
* @return the new adapter.
* @see org.bimserver.models.ifc2x3tc1.IfcPresentationStyle
* @generated
*/
public Adapter createIfcPresentationStyleAdapter() {
return null;
}
/**
* Creates a new adapter for an object of class '{@link org.bimserver.models.ifc2x3tc1.IfcPresentationStyleAssignment Ifc Presentation Style Assignment}'.
*
* This default implementation returns null so that we can easily ignore cases;
* it's useful to ignore a case when inheritance will catch all the cases anyway.
*
* @return the new adapter.
* @see org.bimserver.models.ifc2x3tc1.IfcPresentationStyleAssignment
* @generated
*/
public Adapter createIfcPresentationStyleAssignmentAdapter() {
return null;
}
/**
* Creates a new adapter for an object of class '{@link org.bimserver.models.ifc2x3tc1.IfcProcedure Ifc Procedure}'.
*
* This default implementation returns null so that we can easily ignore cases;
* it's useful to ignore a case when inheritance will catch all the cases anyway.
*
* @return the new adapter.
* @see org.bimserver.models.ifc2x3tc1.IfcProcedure
* @generated
*/
public Adapter createIfcProcedureAdapter() {
return null;
}
/**
* Creates a new adapter for an object of class '{@link org.bimserver.models.ifc2x3tc1.IfcProcess Ifc Process}'.
*
* This default implementation returns null so that we can easily ignore cases;
* it's useful to ignore a case when inheritance will catch all the cases anyway.
*
* @return the new adapter.
* @see org.bimserver.models.ifc2x3tc1.IfcProcess
* @generated
*/
public Adapter createIfcProcessAdapter() {
return null;
}
/**
* Creates a new adapter for an object of class '{@link org.bimserver.models.ifc2x3tc1.IfcProduct Ifc Product}'.
*
* This default implementation returns null so that we can easily ignore cases;
* it's useful to ignore a case when inheritance will catch all the cases anyway.
*
* @return the new adapter.
* @see org.bimserver.models.ifc2x3tc1.IfcProduct
* @generated
*/
public Adapter createIfcProductAdapter() {
return null;
}
/**
* Creates a new adapter for an object of class '{@link org.bimserver.models.ifc2x3tc1.IfcProductDefinitionShape Ifc Product Definition Shape}'.
*
* This default implementation returns null so that we can easily ignore cases;
* it's useful to ignore a case when inheritance will catch all the cases anyway.
*
* @return the new adapter.
* @see org.bimserver.models.ifc2x3tc1.IfcProductDefinitionShape
* @generated
*/
public Adapter createIfcProductDefinitionShapeAdapter() {
return null;
}
/**
* Creates a new adapter for an object of class '{@link org.bimserver.models.ifc2x3tc1.IfcProductRepresentation Ifc Product Representation}'.
*
* This default implementation returns null so that we can easily ignore cases;
* it's useful to ignore a case when inheritance will catch all the cases anyway.
*
* @return the new adapter.
* @see org.bimserver.models.ifc2x3tc1.IfcProductRepresentation
* @generated
*/
public Adapter createIfcProductRepresentationAdapter() {
return null;
}
/**
* Creates a new adapter for an object of class '{@link org.bimserver.models.ifc2x3tc1.IfcProductsOfCombustionProperties Ifc Products Of Combustion Properties}'.
*
* This default implementation returns null so that we can easily ignore cases;
* it's useful to ignore a case when inheritance will catch all the cases anyway.
*
* @return the new adapter.
* @see org.bimserver.models.ifc2x3tc1.IfcProductsOfCombustionProperties
* @generated
*/
public Adapter createIfcProductsOfCombustionPropertiesAdapter() {
return null;
}
/**
* Creates a new adapter for an object of class '{@link org.bimserver.models.ifc2x3tc1.IfcProfileDef Ifc Profile Def}'.
*
* This default implementation returns null so that we can easily ignore cases;
* it's useful to ignore a case when inheritance will catch all the cases anyway.
*
* @return the new adapter.
* @see org.bimserver.models.ifc2x3tc1.IfcProfileDef
* @generated
*/
public Adapter createIfcProfileDefAdapter() {
return null;
}
/**
* Creates a new adapter for an object of class '{@link org.bimserver.models.ifc2x3tc1.IfcProfileProperties Ifc Profile Properties}'.
*
* This default implementation returns null so that we can easily ignore cases;
* it's useful to ignore a case when inheritance will catch all the cases anyway.
*
* @return the new adapter.
* @see org.bimserver.models.ifc2x3tc1.IfcProfileProperties
* @generated
*/
public Adapter createIfcProfilePropertiesAdapter() {
return null;
}
/**
* Creates a new adapter for an object of class '{@link org.bimserver.models.ifc2x3tc1.IfcProject Ifc Project}'.
*
* This default implementation returns null so that we can easily ignore cases;
* it's useful to ignore a case when inheritance will catch all the cases anyway.
*
* @return the new adapter.
* @see org.bimserver.models.ifc2x3tc1.IfcProject
* @generated
*/
public Adapter createIfcProjectAdapter() {
return null;
}
/**
* Creates a new adapter for an object of class '{@link org.bimserver.models.ifc2x3tc1.IfcProjectOrder Ifc Project Order}'.
*
* This default implementation returns null so that we can easily ignore cases;
* it's useful to ignore a case when inheritance will catch all the cases anyway.
*
* @return the new adapter.
* @see org.bimserver.models.ifc2x3tc1.IfcProjectOrder
* @generated
*/
public Adapter createIfcProjectOrderAdapter() {
return null;
}
/**
* Creates a new adapter for an object of class '{@link org.bimserver.models.ifc2x3tc1.IfcProjectOrderRecord Ifc Project Order Record}'.
*
* This default implementation returns null so that we can easily ignore cases;
* it's useful to ignore a case when inheritance will catch all the cases anyway.
*
* @return the new adapter.
* @see org.bimserver.models.ifc2x3tc1.IfcProjectOrderRecord
* @generated
*/
public Adapter createIfcProjectOrderRecordAdapter() {
return null;
}
/**
* Creates a new adapter for an object of class '{@link org.bimserver.models.ifc2x3tc1.IfcProjectionCurve Ifc Projection Curve}'.
*
* This default implementation returns null so that we can easily ignore cases;
* it's useful to ignore a case when inheritance will catch all the cases anyway.
*
* @return the new adapter.
* @see org.bimserver.models.ifc2x3tc1.IfcProjectionCurve
* @generated
*/
public Adapter createIfcProjectionCurveAdapter() {
return null;
}
/**
* Creates a new adapter for an object of class '{@link org.bimserver.models.ifc2x3tc1.IfcProjectionElement Ifc Projection Element}'.
*
* This default implementation returns null so that we can easily ignore cases;
* it's useful to ignore a case when inheritance will catch all the cases anyway.
*
* @return the new adapter.
* @see org.bimserver.models.ifc2x3tc1.IfcProjectionElement
* @generated
*/
public Adapter createIfcProjectionElementAdapter() {
return null;
}
/**
* Creates a new adapter for an object of class '{@link org.bimserver.models.ifc2x3tc1.IfcProperty Ifc Property}'.
*
* This default implementation returns null so that we can easily ignore cases;
* it's useful to ignore a case when inheritance will catch all the cases anyway.
*
* @return the new adapter.
* @see org.bimserver.models.ifc2x3tc1.IfcProperty
* @generated
*/
public Adapter createIfcPropertyAdapter() {
return null;
}
/**
* Creates a new adapter for an object of class '{@link org.bimserver.models.ifc2x3tc1.IfcPropertyBoundedValue Ifc Property Bounded Value}'.
*
* This default implementation returns null so that we can easily ignore cases;
* it's useful to ignore a case when inheritance will catch all the cases anyway.
*
* @return the new adapter.
* @see org.bimserver.models.ifc2x3tc1.IfcPropertyBoundedValue
* @generated
*/
public Adapter createIfcPropertyBoundedValueAdapter() {
return null;
}
/**
* Creates a new adapter for an object of class '{@link org.bimserver.models.ifc2x3tc1.IfcPropertyConstraintRelationship Ifc Property Constraint Relationship}'.
*
* This default implementation returns null so that we can easily ignore cases;
* it's useful to ignore a case when inheritance will catch all the cases anyway.
*
* @return the new adapter.
* @see org.bimserver.models.ifc2x3tc1.IfcPropertyConstraintRelationship
* @generated
*/
public Adapter createIfcPropertyConstraintRelationshipAdapter() {
return null;
}
/**
* Creates a new adapter for an object of class '{@link org.bimserver.models.ifc2x3tc1.IfcPropertyDefinition Ifc Property Definition}'.
*
* This default implementation returns null so that we can easily ignore cases;
* it's useful to ignore a case when inheritance will catch all the cases anyway.
*
* @return the new adapter.
* @see org.bimserver.models.ifc2x3tc1.IfcPropertyDefinition
* @generated
*/
public Adapter createIfcPropertyDefinitionAdapter() {
return null;
}
/**
* Creates a new adapter for an object of class '{@link org.bimserver.models.ifc2x3tc1.IfcPropertyDependencyRelationship Ifc Property Dependency Relationship}'.
*
* This default implementation returns null so that we can easily ignore cases;
* it's useful to ignore a case when inheritance will catch all the cases anyway.
*
* @return the new adapter.
* @see org.bimserver.models.ifc2x3tc1.IfcPropertyDependencyRelationship
* @generated
*/
public Adapter createIfcPropertyDependencyRelationshipAdapter() {
return null;
}
/**
* Creates a new adapter for an object of class '{@link org.bimserver.models.ifc2x3tc1.IfcPropertyEnumeratedValue Ifc Property Enumerated Value}'.
*
* This default implementation returns null so that we can easily ignore cases;
* it's useful to ignore a case when inheritance will catch all the cases anyway.
*
* @return the new adapter.
* @see org.bimserver.models.ifc2x3tc1.IfcPropertyEnumeratedValue
* @generated
*/
public Adapter createIfcPropertyEnumeratedValueAdapter() {
return null;
}
/**
* Creates a new adapter for an object of class '{@link org.bimserver.models.ifc2x3tc1.IfcPropertyEnumeration Ifc Property Enumeration}'.
*
* This default implementation returns null so that we can easily ignore cases;
* it's useful to ignore a case when inheritance will catch all the cases anyway.
*
* @return the new adapter.
* @see org.bimserver.models.ifc2x3tc1.IfcPropertyEnumeration
* @generated
*/
public Adapter createIfcPropertyEnumerationAdapter() {
return null;
}
/**
* Creates a new adapter for an object of class '{@link org.bimserver.models.ifc2x3tc1.IfcPropertyListValue Ifc Property List Value}'.
*
* This default implementation returns null so that we can easily ignore cases;
* it's useful to ignore a case when inheritance will catch all the cases anyway.
*
* @return the new adapter.
* @see org.bimserver.models.ifc2x3tc1.IfcPropertyListValue
* @generated
*/
public Adapter createIfcPropertyListValueAdapter() {
return null;
}
/**
* Creates a new adapter for an object of class '{@link org.bimserver.models.ifc2x3tc1.IfcPropertyReferenceValue Ifc Property Reference Value}'.
*
* This default implementation returns null so that we can easily ignore cases;
* it's useful to ignore a case when inheritance will catch all the cases anyway.
*
* @return the new adapter.
* @see org.bimserver.models.ifc2x3tc1.IfcPropertyReferenceValue
* @generated
*/
public Adapter createIfcPropertyReferenceValueAdapter() {
return null;
}
/**
* Creates a new adapter for an object of class '{@link org.bimserver.models.ifc2x3tc1.IfcPropertySet Ifc Property Set}'.
*
* This default implementation returns null so that we can easily ignore cases;
* it's useful to ignore a case when inheritance will catch all the cases anyway.
*
* @return the new adapter.
* @see org.bimserver.models.ifc2x3tc1.IfcPropertySet
* @generated
*/
public Adapter createIfcPropertySetAdapter() {
return null;
}
/**
* Creates a new adapter for an object of class '{@link org.bimserver.models.ifc2x3tc1.IfcPropertySetDefinition Ifc Property Set Definition}'.
*
* This default implementation returns null so that we can easily ignore cases;
* it's useful to ignore a case when inheritance will catch all the cases anyway.
*
* @return the new adapter.
* @see org.bimserver.models.ifc2x3tc1.IfcPropertySetDefinition
* @generated
*/
public Adapter createIfcPropertySetDefinitionAdapter() {
return null;
}
/**
* Creates a new adapter for an object of class '{@link org.bimserver.models.ifc2x3tc1.IfcPropertySingleValue Ifc Property Single Value}'.
*
* This default implementation returns null so that we can easily ignore cases;
* it's useful to ignore a case when inheritance will catch all the cases anyway.
*
* @return the new adapter.
* @see org.bimserver.models.ifc2x3tc1.IfcPropertySingleValue
* @generated
*/
public Adapter createIfcPropertySingleValueAdapter() {
return null;
}
/**
* Creates a new adapter for an object of class '{@link org.bimserver.models.ifc2x3tc1.IfcPropertyTableValue Ifc Property Table Value}'.
*
* This default implementation returns null so that we can easily ignore cases;
* it's useful to ignore a case when inheritance will catch all the cases anyway.
*
* @return the new adapter.
* @see org.bimserver.models.ifc2x3tc1.IfcPropertyTableValue
* @generated
*/
public Adapter createIfcPropertyTableValueAdapter() {
return null;
}
/**
* Creates a new adapter for an object of class '{@link org.bimserver.models.ifc2x3tc1.IfcProtectiveDeviceType Ifc Protective Device Type}'.
*
* This default implementation returns null so that we can easily ignore cases;
* it's useful to ignore a case when inheritance will catch all the cases anyway.
*
* @return the new adapter.
* @see org.bimserver.models.ifc2x3tc1.IfcProtectiveDeviceType
* @generated
*/
public Adapter createIfcProtectiveDeviceTypeAdapter() {
return null;
}
/**
* Creates a new adapter for an object of class '{@link org.bimserver.models.ifc2x3tc1.IfcProxy Ifc Proxy}'.
*
* This default implementation returns null so that we can easily ignore cases;
* it's useful to ignore a case when inheritance will catch all the cases anyway.
*
* @return the new adapter.
* @see org.bimserver.models.ifc2x3tc1.IfcProxy
* @generated
*/
public Adapter createIfcProxyAdapter() {
return null;
}
/**
* Creates a new adapter for an object of class '{@link org.bimserver.models.ifc2x3tc1.IfcPumpType Ifc Pump Type}'.
*
* This default implementation returns null so that we can easily ignore cases;
* it's useful to ignore a case when inheritance will catch all the cases anyway.
*
* @return the new adapter.
* @see org.bimserver.models.ifc2x3tc1.IfcPumpType
* @generated
*/
public Adapter createIfcPumpTypeAdapter() {
return null;
}
/**
* Creates a new adapter for an object of class '{@link org.bimserver.models.ifc2x3tc1.IfcQuantityArea Ifc Quantity Area}'.
*
* This default implementation returns null so that we can easily ignore cases;
* it's useful to ignore a case when inheritance will catch all the cases anyway.
*
* @return the new adapter.
* @see org.bimserver.models.ifc2x3tc1.IfcQuantityArea
* @generated
*/
public Adapter createIfcQuantityAreaAdapter() {
return null;
}
/**
* Creates a new adapter for an object of class '{@link org.bimserver.models.ifc2x3tc1.IfcQuantityCount Ifc Quantity Count}'.
*
* This default implementation returns null so that we can easily ignore cases;
* it's useful to ignore a case when inheritance will catch all the cases anyway.
*
* @return the new adapter.
* @see org.bimserver.models.ifc2x3tc1.IfcQuantityCount
* @generated
*/
public Adapter createIfcQuantityCountAdapter() {
return null;
}
/**
* Creates a new adapter for an object of class '{@link org.bimserver.models.ifc2x3tc1.IfcQuantityLength Ifc Quantity Length}'.
*
* This default implementation returns null so that we can easily ignore cases;
* it's useful to ignore a case when inheritance will catch all the cases anyway.
*
* @return the new adapter.
* @see org.bimserver.models.ifc2x3tc1.IfcQuantityLength
* @generated
*/
public Adapter createIfcQuantityLengthAdapter() {
return null;
}
/**
* Creates a new adapter for an object of class '{@link org.bimserver.models.ifc2x3tc1.IfcQuantityTime Ifc Quantity Time}'.
*
* This default implementation returns null so that we can easily ignore cases;
* it's useful to ignore a case when inheritance will catch all the cases anyway.
*
* @return the new adapter.
* @see org.bimserver.models.ifc2x3tc1.IfcQuantityTime
* @generated
*/
public Adapter createIfcQuantityTimeAdapter() {
return null;
}
/**
* Creates a new adapter for an object of class '{@link org.bimserver.models.ifc2x3tc1.IfcQuantityVolume Ifc Quantity Volume}'.
*
* This default implementation returns null so that we can easily ignore cases;
* it's useful to ignore a case when inheritance will catch all the cases anyway.
*
* @return the new adapter.
* @see org.bimserver.models.ifc2x3tc1.IfcQuantityVolume
* @generated
*/
public Adapter createIfcQuantityVolumeAdapter() {
return null;
}
/**
* Creates a new adapter for an object of class '{@link org.bimserver.models.ifc2x3tc1.IfcQuantityWeight Ifc Quantity Weight}'.
*
* This default implementation returns null so that we can easily ignore cases;
* it's useful to ignore a case when inheritance will catch all the cases anyway.
*
* @return the new adapter.
* @see org.bimserver.models.ifc2x3tc1.IfcQuantityWeight
* @generated
*/
public Adapter createIfcQuantityWeightAdapter() {
return null;
}
/**
* Creates a new adapter for an object of class '{@link org.bimserver.models.ifc2x3tc1.IfcRadiusDimension Ifc Radius Dimension}'.
*
* This default implementation returns null so that we can easily ignore cases;
* it's useful to ignore a case when inheritance will catch all the cases anyway.
*
* @return the new adapter.
* @see org.bimserver.models.ifc2x3tc1.IfcRadiusDimension
* @generated
*/
public Adapter createIfcRadiusDimensionAdapter() {
return null;
}
/**
* Creates a new adapter for an object of class '{@link org.bimserver.models.ifc2x3tc1.IfcRailing Ifc Railing}'.
*
* This default implementation returns null so that we can easily ignore cases;
* it's useful to ignore a case when inheritance will catch all the cases anyway.
*
* @return the new adapter.
* @see org.bimserver.models.ifc2x3tc1.IfcRailing
* @generated
*/
public Adapter createIfcRailingAdapter() {
return null;
}
/**
* Creates a new adapter for an object of class '{@link org.bimserver.models.ifc2x3tc1.IfcRailingType Ifc Railing Type}'.
*
* This default implementation returns null so that we can easily ignore cases;
* it's useful to ignore a case when inheritance will catch all the cases anyway.
*
* @return the new adapter.
* @see org.bimserver.models.ifc2x3tc1.IfcRailingType
* @generated
*/
public Adapter createIfcRailingTypeAdapter() {
return null;
}
/**
* Creates a new adapter for an object of class '{@link org.bimserver.models.ifc2x3tc1.IfcRamp Ifc Ramp}'.
*
* This default implementation returns null so that we can easily ignore cases;
* it's useful to ignore a case when inheritance will catch all the cases anyway.
*
* @return the new adapter.
* @see org.bimserver.models.ifc2x3tc1.IfcRamp
* @generated
*/
public Adapter createIfcRampAdapter() {
return null;
}
/**
* Creates a new adapter for an object of class '{@link org.bimserver.models.ifc2x3tc1.IfcRampFlight Ifc Ramp Flight}'.
*
* This default implementation returns null so that we can easily ignore cases;
* it's useful to ignore a case when inheritance will catch all the cases anyway.
*
* @return the new adapter.
* @see org.bimserver.models.ifc2x3tc1.IfcRampFlight
* @generated
*/
public Adapter createIfcRampFlightAdapter() {
return null;
}
/**
* Creates a new adapter for an object of class '{@link org.bimserver.models.ifc2x3tc1.IfcRampFlightType Ifc Ramp Flight Type}'.
*
* This default implementation returns null so that we can easily ignore cases;
* it's useful to ignore a case when inheritance will catch all the cases anyway.
*
* @return the new adapter.
* @see org.bimserver.models.ifc2x3tc1.IfcRampFlightType
* @generated
*/
public Adapter createIfcRampFlightTypeAdapter() {
return null;
}
/**
* Creates a new adapter for an object of class '{@link org.bimserver.models.ifc2x3tc1.IfcRationalBezierCurve Ifc Rational Bezier Curve}'.
*
* This default implementation returns null so that we can easily ignore cases;
* it's useful to ignore a case when inheritance will catch all the cases anyway.
*
* @return the new adapter.
* @see org.bimserver.models.ifc2x3tc1.IfcRationalBezierCurve
* @generated
*/
public Adapter createIfcRationalBezierCurveAdapter() {
return null;
}
/**
* Creates a new adapter for an object of class '{@link org.bimserver.models.ifc2x3tc1.IfcRectangleHollowProfileDef Ifc Rectangle Hollow Profile Def}'.
*
* This default implementation returns null so that we can easily ignore cases;
* it's useful to ignore a case when inheritance will catch all the cases anyway.
*
* @return the new adapter.
* @see org.bimserver.models.ifc2x3tc1.IfcRectangleHollowProfileDef
* @generated
*/
public Adapter createIfcRectangleHollowProfileDefAdapter() {
return null;
}
/**
* Creates a new adapter for an object of class '{@link org.bimserver.models.ifc2x3tc1.IfcRectangleProfileDef Ifc Rectangle Profile Def}'.
*
* This default implementation returns null so that we can easily ignore cases;
* it's useful to ignore a case when inheritance will catch all the cases anyway.
*
* @return the new adapter.
* @see org.bimserver.models.ifc2x3tc1.IfcRectangleProfileDef
* @generated
*/
public Adapter createIfcRectangleProfileDefAdapter() {
return null;
}
/**
* Creates a new adapter for an object of class '{@link org.bimserver.models.ifc2x3tc1.IfcRectangularPyramid Ifc Rectangular Pyramid}'.
*
* This default implementation returns null so that we can easily ignore cases;
* it's useful to ignore a case when inheritance will catch all the cases anyway.
*
* @return the new adapter.
* @see org.bimserver.models.ifc2x3tc1.IfcRectangularPyramid
* @generated
*/
public Adapter createIfcRectangularPyramidAdapter() {
return null;
}
/**
* Creates a new adapter for an object of class '{@link org.bimserver.models.ifc2x3tc1.IfcRectangularTrimmedSurface Ifc Rectangular Trimmed Surface}'.
*
* This default implementation returns null so that we can easily ignore cases;
* it's useful to ignore a case when inheritance will catch all the cases anyway.
*
* @return the new adapter.
* @see org.bimserver.models.ifc2x3tc1.IfcRectangularTrimmedSurface
* @generated
*/
public Adapter createIfcRectangularTrimmedSurfaceAdapter() {
return null;
}
/**
* Creates a new adapter for an object of class '{@link org.bimserver.models.ifc2x3tc1.IfcReferencesValueDocument Ifc References Value Document}'.
*
* This default implementation returns null so that we can easily ignore cases;
* it's useful to ignore a case when inheritance will catch all the cases anyway.
*
* @return the new adapter.
* @see org.bimserver.models.ifc2x3tc1.IfcReferencesValueDocument
* @generated
*/
public Adapter createIfcReferencesValueDocumentAdapter() {
return null;
}
/**
* Creates a new adapter for an object of class '{@link org.bimserver.models.ifc2x3tc1.IfcRegularTimeSeries Ifc Regular Time Series}'.
*
* This default implementation returns null so that we can easily ignore cases;
* it's useful to ignore a case when inheritance will catch all the cases anyway.
*
* @return the new adapter.
* @see org.bimserver.models.ifc2x3tc1.IfcRegularTimeSeries
* @generated
*/
public Adapter createIfcRegularTimeSeriesAdapter() {
return null;
}
/**
* Creates a new adapter for an object of class '{@link org.bimserver.models.ifc2x3tc1.IfcReinforcementBarProperties Ifc Reinforcement Bar Properties}'.
*
* This default implementation returns null so that we can easily ignore cases;
* it's useful to ignore a case when inheritance will catch all the cases anyway.
*
* @return the new adapter.
* @see org.bimserver.models.ifc2x3tc1.IfcReinforcementBarProperties
* @generated
*/
public Adapter createIfcReinforcementBarPropertiesAdapter() {
return null;
}
/**
* Creates a new adapter for an object of class '{@link org.bimserver.models.ifc2x3tc1.IfcReinforcementDefinitionProperties Ifc Reinforcement Definition Properties}'.
*
* This default implementation returns null so that we can easily ignore cases;
* it's useful to ignore a case when inheritance will catch all the cases anyway.
*
* @return the new adapter.
* @see org.bimserver.models.ifc2x3tc1.IfcReinforcementDefinitionProperties
* @generated
*/
public Adapter createIfcReinforcementDefinitionPropertiesAdapter() {
return null;
}
/**
* Creates a new adapter for an object of class '{@link org.bimserver.models.ifc2x3tc1.IfcReinforcingBar Ifc Reinforcing Bar}'.
*
* This default implementation returns null so that we can easily ignore cases;
* it's useful to ignore a case when inheritance will catch all the cases anyway.
*
* @return the new adapter.
* @see org.bimserver.models.ifc2x3tc1.IfcReinforcingBar
* @generated
*/
public Adapter createIfcReinforcingBarAdapter() {
return null;
}
/**
* Creates a new adapter for an object of class '{@link org.bimserver.models.ifc2x3tc1.IfcReinforcingElement Ifc Reinforcing Element}'.
*
* This default implementation returns null so that we can easily ignore cases;
* it's useful to ignore a case when inheritance will catch all the cases anyway.
*
* @return the new adapter.
* @see org.bimserver.models.ifc2x3tc1.IfcReinforcingElement
* @generated
*/
public Adapter createIfcReinforcingElementAdapter() {
return null;
}
/**
* Creates a new adapter for an object of class '{@link org.bimserver.models.ifc2x3tc1.IfcReinforcingMesh Ifc Reinforcing Mesh}'.
*
* This default implementation returns null so that we can easily ignore cases;
* it's useful to ignore a case when inheritance will catch all the cases anyway.
*
* @return the new adapter.
* @see org.bimserver.models.ifc2x3tc1.IfcReinforcingMesh
* @generated
*/
public Adapter createIfcReinforcingMeshAdapter() {
return null;
}
/**
* Creates a new adapter for an object of class '{@link org.bimserver.models.ifc2x3tc1.IfcRelAggregates Ifc Rel Aggregates}'.
*
* This default implementation returns null so that we can easily ignore cases;
* it's useful to ignore a case when inheritance will catch all the cases anyway.
*
* @return the new adapter.
* @see org.bimserver.models.ifc2x3tc1.IfcRelAggregates
* @generated
*/
public Adapter createIfcRelAggregatesAdapter() {
return null;
}
/**
* Creates a new adapter for an object of class '{@link org.bimserver.models.ifc2x3tc1.IfcRelAssigns Ifc Rel Assigns}'.
*
* This default implementation returns null so that we can easily ignore cases;
* it's useful to ignore a case when inheritance will catch all the cases anyway.
*
* @return the new adapter.
* @see org.bimserver.models.ifc2x3tc1.IfcRelAssigns
* @generated
*/
public Adapter createIfcRelAssignsAdapter() {
return null;
}
/**
* Creates a new adapter for an object of class '{@link org.bimserver.models.ifc2x3tc1.IfcRelAssignsTasks Ifc Rel Assigns Tasks}'.
*
* This default implementation returns null so that we can easily ignore cases;
* it's useful to ignore a case when inheritance will catch all the cases anyway.
*
* @return the new adapter.
* @see org.bimserver.models.ifc2x3tc1.IfcRelAssignsTasks
* @generated
*/
public Adapter createIfcRelAssignsTasksAdapter() {
return null;
}
/**
* Creates a new adapter for an object of class '{@link org.bimserver.models.ifc2x3tc1.IfcRelAssignsToActor Ifc Rel Assigns To Actor}'.
*
* This default implementation returns null so that we can easily ignore cases;
* it's useful to ignore a case when inheritance will catch all the cases anyway.
*
* @return the new adapter.
* @see org.bimserver.models.ifc2x3tc1.IfcRelAssignsToActor
* @generated
*/
public Adapter createIfcRelAssignsToActorAdapter() {
return null;
}
/**
* Creates a new adapter for an object of class '{@link org.bimserver.models.ifc2x3tc1.IfcRelAssignsToControl Ifc Rel Assigns To Control}'.
*
* This default implementation returns null so that we can easily ignore cases;
* it's useful to ignore a case when inheritance will catch all the cases anyway.
*
* @return the new adapter.
* @see org.bimserver.models.ifc2x3tc1.IfcRelAssignsToControl
* @generated
*/
public Adapter createIfcRelAssignsToControlAdapter() {
return null;
}
/**
* Creates a new adapter for an object of class '{@link org.bimserver.models.ifc2x3tc1.IfcRelAssignsToGroup Ifc Rel Assigns To Group}'.
*
* This default implementation returns null so that we can easily ignore cases;
* it's useful to ignore a case when inheritance will catch all the cases anyway.
*
* @return the new adapter.
* @see org.bimserver.models.ifc2x3tc1.IfcRelAssignsToGroup
* @generated
*/
public Adapter createIfcRelAssignsToGroupAdapter() {
return null;
}
/**
* Creates a new adapter for an object of class '{@link org.bimserver.models.ifc2x3tc1.IfcRelAssignsToProcess Ifc Rel Assigns To Process}'.
*
* This default implementation returns null so that we can easily ignore cases;
* it's useful to ignore a case when inheritance will catch all the cases anyway.
*
* @return the new adapter.
* @see org.bimserver.models.ifc2x3tc1.IfcRelAssignsToProcess
* @generated
*/
public Adapter createIfcRelAssignsToProcessAdapter() {
return null;
}
/**
* Creates a new adapter for an object of class '{@link org.bimserver.models.ifc2x3tc1.IfcRelAssignsToProduct Ifc Rel Assigns To Product}'.
*
* This default implementation returns null so that we can easily ignore cases;
* it's useful to ignore a case when inheritance will catch all the cases anyway.
*
* @return the new adapter.
* @see org.bimserver.models.ifc2x3tc1.IfcRelAssignsToProduct
* @generated
*/
public Adapter createIfcRelAssignsToProductAdapter() {
return null;
}
/**
* Creates a new adapter for an object of class '{@link org.bimserver.models.ifc2x3tc1.IfcRelAssignsToProjectOrder Ifc Rel Assigns To Project Order}'.
*
* This default implementation returns null so that we can easily ignore cases;
* it's useful to ignore a case when inheritance will catch all the cases anyway.
*
* @return the new adapter.
* @see org.bimserver.models.ifc2x3tc1.IfcRelAssignsToProjectOrder
* @generated
*/
public Adapter createIfcRelAssignsToProjectOrderAdapter() {
return null;
}
/**
* Creates a new adapter for an object of class '{@link org.bimserver.models.ifc2x3tc1.IfcRelAssignsToResource Ifc Rel Assigns To Resource}'.
*
* This default implementation returns null so that we can easily ignore cases;
* it's useful to ignore a case when inheritance will catch all the cases anyway.
*
* @return the new adapter.
* @see org.bimserver.models.ifc2x3tc1.IfcRelAssignsToResource
* @generated
*/
public Adapter createIfcRelAssignsToResourceAdapter() {
return null;
}
/**
* Creates a new adapter for an object of class '{@link org.bimserver.models.ifc2x3tc1.IfcRelAssociates Ifc Rel Associates}'.
*
* This default implementation returns null so that we can easily ignore cases;
* it's useful to ignore a case when inheritance will catch all the cases anyway.
*
* @return the new adapter.
* @see org.bimserver.models.ifc2x3tc1.IfcRelAssociates
* @generated
*/
public Adapter createIfcRelAssociatesAdapter() {
return null;
}
/**
* Creates a new adapter for an object of class '{@link org.bimserver.models.ifc2x3tc1.IfcRelAssociatesAppliedValue Ifc Rel Associates Applied Value}'.
*
* This default implementation returns null so that we can easily ignore cases;
* it's useful to ignore a case when inheritance will catch all the cases anyway.
*
* @return the new adapter.
* @see org.bimserver.models.ifc2x3tc1.IfcRelAssociatesAppliedValue
* @generated
*/
public Adapter createIfcRelAssociatesAppliedValueAdapter() {
return null;
}
/**
* Creates a new adapter for an object of class '{@link org.bimserver.models.ifc2x3tc1.IfcRelAssociatesApproval Ifc Rel Associates Approval}'.
*
* This default implementation returns null so that we can easily ignore cases;
* it's useful to ignore a case when inheritance will catch all the cases anyway.
*
* @return the new adapter.
* @see org.bimserver.models.ifc2x3tc1.IfcRelAssociatesApproval
* @generated
*/
public Adapter createIfcRelAssociatesApprovalAdapter() {
return null;
}
/**
* Creates a new adapter for an object of class '{@link org.bimserver.models.ifc2x3tc1.IfcRelAssociatesClassification Ifc Rel Associates Classification}'.
*
* This default implementation returns null so that we can easily ignore cases;
* it's useful to ignore a case when inheritance will catch all the cases anyway.
*
* @return the new adapter.
* @see org.bimserver.models.ifc2x3tc1.IfcRelAssociatesClassification
* @generated
*/
public Adapter createIfcRelAssociatesClassificationAdapter() {
return null;
}
/**
* Creates a new adapter for an object of class '{@link org.bimserver.models.ifc2x3tc1.IfcRelAssociatesConstraint Ifc Rel Associates Constraint}'.
*
* This default implementation returns null so that we can easily ignore cases;
* it's useful to ignore a case when inheritance will catch all the cases anyway.
*
* @return the new adapter.
* @see org.bimserver.models.ifc2x3tc1.IfcRelAssociatesConstraint
* @generated
*/
public Adapter createIfcRelAssociatesConstraintAdapter() {
return null;
}
/**
* Creates a new adapter for an object of class '{@link org.bimserver.models.ifc2x3tc1.IfcRelAssociatesDocument Ifc Rel Associates Document}'.
*
* This default implementation returns null so that we can easily ignore cases;
* it's useful to ignore a case when inheritance will catch all the cases anyway.
*
* @return the new adapter.
* @see org.bimserver.models.ifc2x3tc1.IfcRelAssociatesDocument
* @generated
*/
public Adapter createIfcRelAssociatesDocumentAdapter() {
return null;
}
/**
* Creates a new adapter for an object of class '{@link org.bimserver.models.ifc2x3tc1.IfcRelAssociatesLibrary Ifc Rel Associates Library}'.
*
* This default implementation returns null so that we can easily ignore cases;
* it's useful to ignore a case when inheritance will catch all the cases anyway.
*
* @return the new adapter.
* @see org.bimserver.models.ifc2x3tc1.IfcRelAssociatesLibrary
* @generated
*/
public Adapter createIfcRelAssociatesLibraryAdapter() {
return null;
}
/**
* Creates a new adapter for an object of class '{@link org.bimserver.models.ifc2x3tc1.IfcRelAssociatesMaterial Ifc Rel Associates Material}'.
*
* This default implementation returns null so that we can easily ignore cases;
* it's useful to ignore a case when inheritance will catch all the cases anyway.
*
* @return the new adapter.
* @see org.bimserver.models.ifc2x3tc1.IfcRelAssociatesMaterial
* @generated
*/
public Adapter createIfcRelAssociatesMaterialAdapter() {
return null;
}
/**
* Creates a new adapter for an object of class '{@link org.bimserver.models.ifc2x3tc1.IfcRelAssociatesProfileProperties Ifc Rel Associates Profile Properties}'.
*
* This default implementation returns null so that we can easily ignore cases;
* it's useful to ignore a case when inheritance will catch all the cases anyway.
*
* @return the new adapter.
* @see org.bimserver.models.ifc2x3tc1.IfcRelAssociatesProfileProperties
* @generated
*/
public Adapter createIfcRelAssociatesProfilePropertiesAdapter() {
return null;
}
/**
* Creates a new adapter for an object of class '{@link org.bimserver.models.ifc2x3tc1.IfcRelConnects Ifc Rel Connects}'.
*
* This default implementation returns null so that we can easily ignore cases;
* it's useful to ignore a case when inheritance will catch all the cases anyway.
*
* @return the new adapter.
* @see org.bimserver.models.ifc2x3tc1.IfcRelConnects
* @generated
*/
public Adapter createIfcRelConnectsAdapter() {
return null;
}
/**
* Creates a new adapter for an object of class '{@link org.bimserver.models.ifc2x3tc1.IfcRelConnectsElements Ifc Rel Connects Elements}'.
*
* This default implementation returns null so that we can easily ignore cases;
* it's useful to ignore a case when inheritance will catch all the cases anyway.
*
* @return the new adapter.
* @see org.bimserver.models.ifc2x3tc1.IfcRelConnectsElements
* @generated
*/
public Adapter createIfcRelConnectsElementsAdapter() {
return null;
}
/**
* Creates a new adapter for an object of class '{@link org.bimserver.models.ifc2x3tc1.IfcRelConnectsPathElements Ifc Rel Connects Path Elements}'.
*
* This default implementation returns null so that we can easily ignore cases;
* it's useful to ignore a case when inheritance will catch all the cases anyway.
*
* @return the new adapter.
* @see org.bimserver.models.ifc2x3tc1.IfcRelConnectsPathElements
* @generated
*/
public Adapter createIfcRelConnectsPathElementsAdapter() {
return null;
}
/**
* Creates a new adapter for an object of class '{@link org.bimserver.models.ifc2x3tc1.IfcRelConnectsPortToElement Ifc Rel Connects Port To Element}'.
*
* This default implementation returns null so that we can easily ignore cases;
* it's useful to ignore a case when inheritance will catch all the cases anyway.
*
* @return the new adapter.
* @see org.bimserver.models.ifc2x3tc1.IfcRelConnectsPortToElement
* @generated
*/
public Adapter createIfcRelConnectsPortToElementAdapter() {
return null;
}
/**
* Creates a new adapter for an object of class '{@link org.bimserver.models.ifc2x3tc1.IfcRelConnectsPorts Ifc Rel Connects Ports}'.
*
* This default implementation returns null so that we can easily ignore cases;
* it's useful to ignore a case when inheritance will catch all the cases anyway.
*
* @return the new adapter.
* @see org.bimserver.models.ifc2x3tc1.IfcRelConnectsPorts
* @generated
*/
public Adapter createIfcRelConnectsPortsAdapter() {
return null;
}
/**
* Creates a new adapter for an object of class '{@link org.bimserver.models.ifc2x3tc1.IfcRelConnectsStructuralActivity Ifc Rel Connects Structural Activity}'.
*
* This default implementation returns null so that we can easily ignore cases;
* it's useful to ignore a case when inheritance will catch all the cases anyway.
*
* @return the new adapter.
* @see org.bimserver.models.ifc2x3tc1.IfcRelConnectsStructuralActivity
* @generated
*/
public Adapter createIfcRelConnectsStructuralActivityAdapter() {
return null;
}
/**
* Creates a new adapter for an object of class '{@link org.bimserver.models.ifc2x3tc1.IfcRelConnectsStructuralElement Ifc Rel Connects Structural Element}'.
*
* This default implementation returns null so that we can easily ignore cases;
* it's useful to ignore a case when inheritance will catch all the cases anyway.
*
* @return the new adapter.
* @see org.bimserver.models.ifc2x3tc1.IfcRelConnectsStructuralElement
* @generated
*/
public Adapter createIfcRelConnectsStructuralElementAdapter() {
return null;
}
/**
* Creates a new adapter for an object of class '{@link org.bimserver.models.ifc2x3tc1.IfcRelConnectsStructuralMember Ifc Rel Connects Structural Member}'.
*
* This default implementation returns null so that we can easily ignore cases;
* it's useful to ignore a case when inheritance will catch all the cases anyway.
*
* @return the new adapter.
* @see org.bimserver.models.ifc2x3tc1.IfcRelConnectsStructuralMember
* @generated
*/
public Adapter createIfcRelConnectsStructuralMemberAdapter() {
return null;
}
/**
* Creates a new adapter for an object of class '{@link org.bimserver.models.ifc2x3tc1.IfcRelConnectsWithEccentricity Ifc Rel Connects With Eccentricity}'.
*
* This default implementation returns null so that we can easily ignore cases;
* it's useful to ignore a case when inheritance will catch all the cases anyway.
*
* @return the new adapter.
* @see org.bimserver.models.ifc2x3tc1.IfcRelConnectsWithEccentricity
* @generated
*/
public Adapter createIfcRelConnectsWithEccentricityAdapter() {
return null;
}
/**
* Creates a new adapter for an object of class '{@link org.bimserver.models.ifc2x3tc1.IfcRelConnectsWithRealizingElements Ifc Rel Connects With Realizing Elements}'.
*
* This default implementation returns null so that we can easily ignore cases;
* it's useful to ignore a case when inheritance will catch all the cases anyway.
*
* @return the new adapter.
* @see org.bimserver.models.ifc2x3tc1.IfcRelConnectsWithRealizingElements
* @generated
*/
public Adapter createIfcRelConnectsWithRealizingElementsAdapter() {
return null;
}
/**
* Creates a new adapter for an object of class '{@link org.bimserver.models.ifc2x3tc1.IfcRelContainedInSpatialStructure Ifc Rel Contained In Spatial Structure}'.
*
* This default implementation returns null so that we can easily ignore cases;
* it's useful to ignore a case when inheritance will catch all the cases anyway.
*
* @return the new adapter.
* @see org.bimserver.models.ifc2x3tc1.IfcRelContainedInSpatialStructure
* @generated
*/
public Adapter createIfcRelContainedInSpatialStructureAdapter() {
return null;
}
/**
* Creates a new adapter for an object of class '{@link org.bimserver.models.ifc2x3tc1.IfcRelCoversBldgElements Ifc Rel Covers Bldg Elements}'.
*
* This default implementation returns null so that we can easily ignore cases;
* it's useful to ignore a case when inheritance will catch all the cases anyway.
*
* @return the new adapter.
* @see org.bimserver.models.ifc2x3tc1.IfcRelCoversBldgElements
* @generated
*/
public Adapter createIfcRelCoversBldgElementsAdapter() {
return null;
}
/**
* Creates a new adapter for an object of class '{@link org.bimserver.models.ifc2x3tc1.IfcRelCoversSpaces Ifc Rel Covers Spaces}'.
*
* This default implementation returns null so that we can easily ignore cases;
* it's useful to ignore a case when inheritance will catch all the cases anyway.
*
* @return the new adapter.
* @see org.bimserver.models.ifc2x3tc1.IfcRelCoversSpaces
* @generated
*/
public Adapter createIfcRelCoversSpacesAdapter() {
return null;
}
/**
* Creates a new adapter for an object of class '{@link org.bimserver.models.ifc2x3tc1.IfcRelDecomposes Ifc Rel Decomposes}'.
*
* This default implementation returns null so that we can easily ignore cases;
* it's useful to ignore a case when inheritance will catch all the cases anyway.
*
* @return the new adapter.
* @see org.bimserver.models.ifc2x3tc1.IfcRelDecomposes
* @generated
*/
public Adapter createIfcRelDecomposesAdapter() {
return null;
}
/**
* Creates a new adapter for an object of class '{@link org.bimserver.models.ifc2x3tc1.IfcRelDefines Ifc Rel Defines}'.
*
* This default implementation returns null so that we can easily ignore cases;
* it's useful to ignore a case when inheritance will catch all the cases anyway.
*
* @return the new adapter.
* @see org.bimserver.models.ifc2x3tc1.IfcRelDefines
* @generated
*/
public Adapter createIfcRelDefinesAdapter() {
return null;
}
/**
* Creates a new adapter for an object of class '{@link org.bimserver.models.ifc2x3tc1.IfcRelDefinesByProperties Ifc Rel Defines By Properties}'.
*
* This default implementation returns null so that we can easily ignore cases;
* it's useful to ignore a case when inheritance will catch all the cases anyway.
*
* @return the new adapter.
* @see org.bimserver.models.ifc2x3tc1.IfcRelDefinesByProperties
* @generated
*/
public Adapter createIfcRelDefinesByPropertiesAdapter() {
return null;
}
/**
* Creates a new adapter for an object of class '{@link org.bimserver.models.ifc2x3tc1.IfcRelDefinesByType Ifc Rel Defines By Type}'.
*
* This default implementation returns null so that we can easily ignore cases;
* it's useful to ignore a case when inheritance will catch all the cases anyway.
*
* @return the new adapter.
* @see org.bimserver.models.ifc2x3tc1.IfcRelDefinesByType
* @generated
*/
public Adapter createIfcRelDefinesByTypeAdapter() {
return null;
}
/**
* Creates a new adapter for an object of class '{@link org.bimserver.models.ifc2x3tc1.IfcRelFillsElement Ifc Rel Fills Element}'.
*
* This default implementation returns null so that we can easily ignore cases;
* it's useful to ignore a case when inheritance will catch all the cases anyway.
*
* @return the new adapter.
* @see org.bimserver.models.ifc2x3tc1.IfcRelFillsElement
* @generated
*/
public Adapter createIfcRelFillsElementAdapter() {
return null;
}
/**
* Creates a new adapter for an object of class '{@link org.bimserver.models.ifc2x3tc1.IfcRelFlowControlElements Ifc Rel Flow Control Elements}'.
*
* This default implementation returns null so that we can easily ignore cases;
* it's useful to ignore a case when inheritance will catch all the cases anyway.
*
* @return the new adapter.
* @see org.bimserver.models.ifc2x3tc1.IfcRelFlowControlElements
* @generated
*/
public Adapter createIfcRelFlowControlElementsAdapter() {
return null;
}
/**
* Creates a new adapter for an object of class '{@link org.bimserver.models.ifc2x3tc1.IfcRelInteractionRequirements Ifc Rel Interaction Requirements}'.
*
* This default implementation returns null so that we can easily ignore cases;
* it's useful to ignore a case when inheritance will catch all the cases anyway.
*
* @return the new adapter.
* @see org.bimserver.models.ifc2x3tc1.IfcRelInteractionRequirements
* @generated
*/
public Adapter createIfcRelInteractionRequirementsAdapter() {
return null;
}
/**
* Creates a new adapter for an object of class '{@link org.bimserver.models.ifc2x3tc1.IfcRelNests Ifc Rel Nests}'.
*
* This default implementation returns null so that we can easily ignore cases;
* it's useful to ignore a case when inheritance will catch all the cases anyway.
*
* @return the new adapter.
* @see org.bimserver.models.ifc2x3tc1.IfcRelNests
* @generated
*/
public Adapter createIfcRelNestsAdapter() {
return null;
}
/**
* Creates a new adapter for an object of class '{@link org.bimserver.models.ifc2x3tc1.IfcRelOccupiesSpaces Ifc Rel Occupies Spaces}'.
*
* This default implementation returns null so that we can easily ignore cases;
* it's useful to ignore a case when inheritance will catch all the cases anyway.
*
* @return the new adapter.
* @see org.bimserver.models.ifc2x3tc1.IfcRelOccupiesSpaces
* @generated
*/
public Adapter createIfcRelOccupiesSpacesAdapter() {
return null;
}
/**
* Creates a new adapter for an object of class '{@link org.bimserver.models.ifc2x3tc1.IfcRelOverridesProperties Ifc Rel Overrides Properties}'.
*
* This default implementation returns null so that we can easily ignore cases;
* it's useful to ignore a case when inheritance will catch all the cases anyway.
*
* @return the new adapter.
* @see org.bimserver.models.ifc2x3tc1.IfcRelOverridesProperties
* @generated
*/
public Adapter createIfcRelOverridesPropertiesAdapter() {
return null;
}
/**
* Creates a new adapter for an object of class '{@link org.bimserver.models.ifc2x3tc1.IfcRelProjectsElement Ifc Rel Projects Element}'.
*
* This default implementation returns null so that we can easily ignore cases;
* it's useful to ignore a case when inheritance will catch all the cases anyway.
*
* @return the new adapter.
* @see org.bimserver.models.ifc2x3tc1.IfcRelProjectsElement
* @generated
*/
public Adapter createIfcRelProjectsElementAdapter() {
return null;
}
/**
* Creates a new adapter for an object of class '{@link org.bimserver.models.ifc2x3tc1.IfcRelReferencedInSpatialStructure Ifc Rel Referenced In Spatial Structure}'.
*
* This default implementation returns null so that we can easily ignore cases;
* it's useful to ignore a case when inheritance will catch all the cases anyway.
*
* @return the new adapter.
* @see org.bimserver.models.ifc2x3tc1.IfcRelReferencedInSpatialStructure
* @generated
*/
public Adapter createIfcRelReferencedInSpatialStructureAdapter() {
return null;
}
/**
* Creates a new adapter for an object of class '{@link org.bimserver.models.ifc2x3tc1.IfcRelSchedulesCostItems Ifc Rel Schedules Cost Items}'.
*
* This default implementation returns null so that we can easily ignore cases;
* it's useful to ignore a case when inheritance will catch all the cases anyway.
*
* @return the new adapter.
* @see org.bimserver.models.ifc2x3tc1.IfcRelSchedulesCostItems
* @generated
*/
public Adapter createIfcRelSchedulesCostItemsAdapter() {
return null;
}
/**
* Creates a new adapter for an object of class '{@link org.bimserver.models.ifc2x3tc1.IfcRelSequence Ifc Rel Sequence}'.
*
* This default implementation returns null so that we can easily ignore cases;
* it's useful to ignore a case when inheritance will catch all the cases anyway.
*
* @return the new adapter.
* @see org.bimserver.models.ifc2x3tc1.IfcRelSequence
* @generated
*/
public Adapter createIfcRelSequenceAdapter() {
return null;
}
/**
* Creates a new adapter for an object of class '{@link org.bimserver.models.ifc2x3tc1.IfcRelServicesBuildings Ifc Rel Services Buildings}'.
*
* This default implementation returns null so that we can easily ignore cases;
* it's useful to ignore a case when inheritance will catch all the cases anyway.
*
* @return the new adapter.
* @see org.bimserver.models.ifc2x3tc1.IfcRelServicesBuildings
* @generated
*/
public Adapter createIfcRelServicesBuildingsAdapter() {
return null;
}
/**
* Creates a new adapter for an object of class '{@link org.bimserver.models.ifc2x3tc1.IfcRelSpaceBoundary Ifc Rel Space Boundary}'.
*
* This default implementation returns null so that we can easily ignore cases;
* it's useful to ignore a case when inheritance will catch all the cases anyway.
*
* @return the new adapter.
* @see org.bimserver.models.ifc2x3tc1.IfcRelSpaceBoundary
* @generated
*/
public Adapter createIfcRelSpaceBoundaryAdapter() {
return null;
}
/**
* Creates a new adapter for an object of class '{@link org.bimserver.models.ifc2x3tc1.IfcRelVoidsElement Ifc Rel Voids Element}'.
*
* This default implementation returns null so that we can easily ignore cases;
* it's useful to ignore a case when inheritance will catch all the cases anyway.
*
* @return the new adapter.
* @see org.bimserver.models.ifc2x3tc1.IfcRelVoidsElement
* @generated
*/
public Adapter createIfcRelVoidsElementAdapter() {
return null;
}
/**
* Creates a new adapter for an object of class '{@link org.bimserver.models.ifc2x3tc1.IfcRelationship Ifc Relationship}'.
*
* This default implementation returns null so that we can easily ignore cases;
* it's useful to ignore a case when inheritance will catch all the cases anyway.
*
* @return the new adapter.
* @see org.bimserver.models.ifc2x3tc1.IfcRelationship
* @generated
*/
public Adapter createIfcRelationshipAdapter() {
return null;
}
/**
* Creates a new adapter for an object of class '{@link org.bimserver.models.ifc2x3tc1.IfcRelaxation Ifc Relaxation}'.
*
* This default implementation returns null so that we can easily ignore cases;
* it's useful to ignore a case when inheritance will catch all the cases anyway.
*
* @return the new adapter.
* @see org.bimserver.models.ifc2x3tc1.IfcRelaxation
* @generated
*/
public Adapter createIfcRelaxationAdapter() {
return null;
}
/**
* Creates a new adapter for an object of class '{@link org.bimserver.models.ifc2x3tc1.IfcRepresentation Ifc Representation}'.
*
* This default implementation returns null so that we can easily ignore cases;
* it's useful to ignore a case when inheritance will catch all the cases anyway.
*
* @return the new adapter.
* @see org.bimserver.models.ifc2x3tc1.IfcRepresentation
* @generated
*/
public Adapter createIfcRepresentationAdapter() {
return null;
}
/**
* Creates a new adapter for an object of class '{@link org.bimserver.models.ifc2x3tc1.IfcRepresentationContext Ifc Representation Context}'.
*
* This default implementation returns null so that we can easily ignore cases;
* it's useful to ignore a case when inheritance will catch all the cases anyway.
*
* @return the new adapter.
* @see org.bimserver.models.ifc2x3tc1.IfcRepresentationContext
* @generated
*/
public Adapter createIfcRepresentationContextAdapter() {
return null;
}
/**
* Creates a new adapter for an object of class '{@link org.bimserver.models.ifc2x3tc1.IfcRepresentationItem Ifc Representation Item}'.
*
* This default implementation returns null so that we can easily ignore cases;
* it's useful to ignore a case when inheritance will catch all the cases anyway.
*
* @return the new adapter.
* @see org.bimserver.models.ifc2x3tc1.IfcRepresentationItem
* @generated
*/
public Adapter createIfcRepresentationItemAdapter() {
return null;
}
/**
* Creates a new adapter for an object of class '{@link org.bimserver.models.ifc2x3tc1.IfcRepresentationMap Ifc Representation Map}'.
*
* This default implementation returns null so that we can easily ignore cases;
* it's useful to ignore a case when inheritance will catch all the cases anyway.
*
* @return the new adapter.
* @see org.bimserver.models.ifc2x3tc1.IfcRepresentationMap
* @generated
*/
public Adapter createIfcRepresentationMapAdapter() {
return null;
}
/**
* Creates a new adapter for an object of class '{@link org.bimserver.models.ifc2x3tc1.IfcResource Ifc Resource}'.
*
* This default implementation returns null so that we can easily ignore cases;
* it's useful to ignore a case when inheritance will catch all the cases anyway.
*
* @return the new adapter.
* @see org.bimserver.models.ifc2x3tc1.IfcResource
* @generated
*/
public Adapter createIfcResourceAdapter() {
return null;
}
/**
* Creates a new adapter for an object of class '{@link org.bimserver.models.ifc2x3tc1.IfcRevolvedAreaSolid Ifc Revolved Area Solid}'.
*
* This default implementation returns null so that we can easily ignore cases;
* it's useful to ignore a case when inheritance will catch all the cases anyway.
*
* @return the new adapter.
* @see org.bimserver.models.ifc2x3tc1.IfcRevolvedAreaSolid
* @generated
*/
public Adapter createIfcRevolvedAreaSolidAdapter() {
return null;
}
/**
* Creates a new adapter for an object of class '{@link org.bimserver.models.ifc2x3tc1.IfcRibPlateProfileProperties Ifc Rib Plate Profile Properties}'.
*
* This default implementation returns null so that we can easily ignore cases;
* it's useful to ignore a case when inheritance will catch all the cases anyway.
*
* @return the new adapter.
* @see org.bimserver.models.ifc2x3tc1.IfcRibPlateProfileProperties
* @generated
*/
public Adapter createIfcRibPlateProfilePropertiesAdapter() {
return null;
}
/**
* Creates a new adapter for an object of class '{@link org.bimserver.models.ifc2x3tc1.IfcRightCircularCone Ifc Right Circular Cone}'.
*
* This default implementation returns null so that we can easily ignore cases;
* it's useful to ignore a case when inheritance will catch all the cases anyway.
*
* @return the new adapter.
* @see org.bimserver.models.ifc2x3tc1.IfcRightCircularCone
* @generated
*/
public Adapter createIfcRightCircularConeAdapter() {
return null;
}
/**
* Creates a new adapter for an object of class '{@link org.bimserver.models.ifc2x3tc1.IfcRightCircularCylinder Ifc Right Circular Cylinder}'.
*
* This default implementation returns null so that we can easily ignore cases;
* it's useful to ignore a case when inheritance will catch all the cases anyway.
*
* @return the new adapter.
* @see org.bimserver.models.ifc2x3tc1.IfcRightCircularCylinder
* @generated
*/
public Adapter createIfcRightCircularCylinderAdapter() {
return null;
}
/**
* Creates a new adapter for an object of class '{@link org.bimserver.models.ifc2x3tc1.IfcRoof Ifc Roof}'.
*
* This default implementation returns null so that we can easily ignore cases;
* it's useful to ignore a case when inheritance will catch all the cases anyway.
*
* @return the new adapter.
* @see org.bimserver.models.ifc2x3tc1.IfcRoof
* @generated
*/
public Adapter createIfcRoofAdapter() {
return null;
}
/**
* Creates a new adapter for an object of class '{@link org.bimserver.models.ifc2x3tc1.IfcRoot Ifc Root}'.
*
* This default implementation returns null so that we can easily ignore cases;
* it's useful to ignore a case when inheritance will catch all the cases anyway.
*
* @return the new adapter.
* @see org.bimserver.models.ifc2x3tc1.IfcRoot
* @generated
*/
public Adapter createIfcRootAdapter() {
return null;
}
/**
* Creates a new adapter for an object of class '{@link org.bimserver.models.ifc2x3tc1.IfcRoundedEdgeFeature Ifc Rounded Edge Feature}'.
*
* This default implementation returns null so that we can easily ignore cases;
* it's useful to ignore a case when inheritance will catch all the cases anyway.
*
* @return the new adapter.
* @see org.bimserver.models.ifc2x3tc1.IfcRoundedEdgeFeature
* @generated
*/
public Adapter createIfcRoundedEdgeFeatureAdapter() {
return null;
}
/**
* Creates a new adapter for an object of class '{@link org.bimserver.models.ifc2x3tc1.IfcRoundedRectangleProfileDef Ifc Rounded Rectangle Profile Def}'.
*
* This default implementation returns null so that we can easily ignore cases;
* it's useful to ignore a case when inheritance will catch all the cases anyway.
*
* @return the new adapter.
* @see org.bimserver.models.ifc2x3tc1.IfcRoundedRectangleProfileDef
* @generated
*/
public Adapter createIfcRoundedRectangleProfileDefAdapter() {
return null;
}
/**
* Creates a new adapter for an object of class '{@link org.bimserver.models.ifc2x3tc1.IfcSIUnit Ifc SI Unit}'.
*
* This default implementation returns null so that we can easily ignore cases;
* it's useful to ignore a case when inheritance will catch all the cases anyway.
*
* @return the new adapter.
* @see org.bimserver.models.ifc2x3tc1.IfcSIUnit
* @generated
*/
public Adapter createIfcSIUnitAdapter() {
return null;
}
/**
* Creates a new adapter for an object of class '{@link org.bimserver.models.ifc2x3tc1.IfcSanitaryTerminalType Ifc Sanitary Terminal Type}'.
*
* This default implementation returns null so that we can easily ignore cases;
* it's useful to ignore a case when inheritance will catch all the cases anyway.
*
* @return the new adapter.
* @see org.bimserver.models.ifc2x3tc1.IfcSanitaryTerminalType
* @generated
*/
public Adapter createIfcSanitaryTerminalTypeAdapter() {
return null;
}
/**
* Creates a new adapter for an object of class '{@link org.bimserver.models.ifc2x3tc1.IfcScheduleTimeControl Ifc Schedule Time Control}'.
*
* This default implementation returns null so that we can easily ignore cases;
* it's useful to ignore a case when inheritance will catch all the cases anyway.
*
* @return the new adapter.
* @see org.bimserver.models.ifc2x3tc1.IfcScheduleTimeControl
* @generated
*/
public Adapter createIfcScheduleTimeControlAdapter() {
return null;
}
/**
* Creates a new adapter for an object of class '{@link org.bimserver.models.ifc2x3tc1.IfcSectionProperties Ifc Section Properties}'.
*
* This default implementation returns null so that we can easily ignore cases;
* it's useful to ignore a case when inheritance will catch all the cases anyway.
*
* @return the new adapter.
* @see org.bimserver.models.ifc2x3tc1.IfcSectionProperties
* @generated
*/
public Adapter createIfcSectionPropertiesAdapter() {
return null;
}
/**
* Creates a new adapter for an object of class '{@link org.bimserver.models.ifc2x3tc1.IfcSectionReinforcementProperties Ifc Section Reinforcement Properties}'.
*
* This default implementation returns null so that we can easily ignore cases;
* it's useful to ignore a case when inheritance will catch all the cases anyway.
*
* @return the new adapter.
* @see org.bimserver.models.ifc2x3tc1.IfcSectionReinforcementProperties
* @generated
*/
public Adapter createIfcSectionReinforcementPropertiesAdapter() {
return null;
}
/**
* Creates a new adapter for an object of class '{@link org.bimserver.models.ifc2x3tc1.IfcSectionedSpine Ifc Sectioned Spine}'.
*
* This default implementation returns null so that we can easily ignore cases;
* it's useful to ignore a case when inheritance will catch all the cases anyway.
*
* @return the new adapter.
* @see org.bimserver.models.ifc2x3tc1.IfcSectionedSpine
* @generated
*/
public Adapter createIfcSectionedSpineAdapter() {
return null;
}
/**
* Creates a new adapter for an object of class '{@link org.bimserver.models.ifc2x3tc1.IfcSensorType Ifc Sensor Type}'.
*
* This default implementation returns null so that we can easily ignore cases;
* it's useful to ignore a case when inheritance will catch all the cases anyway.
*
* @return the new adapter.
* @see org.bimserver.models.ifc2x3tc1.IfcSensorType
* @generated
*/
public Adapter createIfcSensorTypeAdapter() {
return null;
}
/**
* Creates a new adapter for an object of class '{@link org.bimserver.models.ifc2x3tc1.IfcServiceLife Ifc Service Life}'.
*
* This default implementation returns null so that we can easily ignore cases;
* it's useful to ignore a case when inheritance will catch all the cases anyway.
*
* @return the new adapter.
* @see org.bimserver.models.ifc2x3tc1.IfcServiceLife
* @generated
*/
public Adapter createIfcServiceLifeAdapter() {
return null;
}
/**
* Creates a new adapter for an object of class '{@link org.bimserver.models.ifc2x3tc1.IfcServiceLifeFactor Ifc Service Life Factor}'.
*
* This default implementation returns null so that we can easily ignore cases;
* it's useful to ignore a case when inheritance will catch all the cases anyway.
*
* @return the new adapter.
* @see org.bimserver.models.ifc2x3tc1.IfcServiceLifeFactor
* @generated
*/
public Adapter createIfcServiceLifeFactorAdapter() {
return null;
}
/**
* Creates a new adapter for an object of class '{@link org.bimserver.models.ifc2x3tc1.IfcShapeAspect Ifc Shape Aspect}'.
*
* This default implementation returns null so that we can easily ignore cases;
* it's useful to ignore a case when inheritance will catch all the cases anyway.
*
* @return the new adapter.
* @see org.bimserver.models.ifc2x3tc1.IfcShapeAspect
* @generated
*/
public Adapter createIfcShapeAspectAdapter() {
return null;
}
/**
* Creates a new adapter for an object of class '{@link org.bimserver.models.ifc2x3tc1.IfcShapeModel Ifc Shape Model}'.
*
* This default implementation returns null so that we can easily ignore cases;
* it's useful to ignore a case when inheritance will catch all the cases anyway.
*
* @return the new adapter.
* @see org.bimserver.models.ifc2x3tc1.IfcShapeModel
* @generated
*/
public Adapter createIfcShapeModelAdapter() {
return null;
}
/**
* Creates a new adapter for an object of class '{@link org.bimserver.models.ifc2x3tc1.IfcShapeRepresentation Ifc Shape Representation}'.
*
* This default implementation returns null so that we can easily ignore cases;
* it's useful to ignore a case when inheritance will catch all the cases anyway.
*
* @return the new adapter.
* @see org.bimserver.models.ifc2x3tc1.IfcShapeRepresentation
* @generated
*/
public Adapter createIfcShapeRepresentationAdapter() {
return null;
}
/**
* Creates a new adapter for an object of class '{@link org.bimserver.models.ifc2x3tc1.IfcShellBasedSurfaceModel Ifc Shell Based Surface Model}'.
*
* This default implementation returns null so that we can easily ignore cases;
* it's useful to ignore a case when inheritance will catch all the cases anyway.
*
* @return the new adapter.
* @see org.bimserver.models.ifc2x3tc1.IfcShellBasedSurfaceModel
* @generated
*/
public Adapter createIfcShellBasedSurfaceModelAdapter() {
return null;
}
/**
* Creates a new adapter for an object of class '{@link org.bimserver.models.ifc2x3tc1.IfcSimpleProperty Ifc Simple Property}'.
*
* This default implementation returns null so that we can easily ignore cases;
* it's useful to ignore a case when inheritance will catch all the cases anyway.
*
* @return the new adapter.
* @see org.bimserver.models.ifc2x3tc1.IfcSimpleProperty
* @generated
*/
public Adapter createIfcSimplePropertyAdapter() {
return null;
}
/**
* Creates a new adapter for an object of class '{@link org.bimserver.models.ifc2x3tc1.IfcSite Ifc Site}'.
*
* This default implementation returns null so that we can easily ignore cases;
* it's useful to ignore a case when inheritance will catch all the cases anyway.
*
* @return the new adapter.
* @see org.bimserver.models.ifc2x3tc1.IfcSite
* @generated
*/
public Adapter createIfcSiteAdapter() {
return null;
}
/**
* Creates a new adapter for an object of class '{@link org.bimserver.models.ifc2x3tc1.IfcSlab Ifc Slab}'.
*
* This default implementation returns null so that we can easily ignore cases;
* it's useful to ignore a case when inheritance will catch all the cases anyway.
*
* @return the new adapter.
* @see org.bimserver.models.ifc2x3tc1.IfcSlab
* @generated
*/
public Adapter createIfcSlabAdapter() {
return null;
}
/**
* Creates a new adapter for an object of class '{@link org.bimserver.models.ifc2x3tc1.IfcSlabType Ifc Slab Type}'.
*
* This default implementation returns null so that we can easily ignore cases;
* it's useful to ignore a case when inheritance will catch all the cases anyway.
*
* @return the new adapter.
* @see org.bimserver.models.ifc2x3tc1.IfcSlabType
* @generated
*/
public Adapter createIfcSlabTypeAdapter() {
return null;
}
/**
* Creates a new adapter for an object of class '{@link org.bimserver.models.ifc2x3tc1.IfcSlippageConnectionCondition Ifc Slippage Connection Condition}'.
*
* This default implementation returns null so that we can easily ignore cases;
* it's useful to ignore a case when inheritance will catch all the cases anyway.
*
* @return the new adapter.
* @see org.bimserver.models.ifc2x3tc1.IfcSlippageConnectionCondition
* @generated
*/
public Adapter createIfcSlippageConnectionConditionAdapter() {
return null;
}
/**
* Creates a new adapter for an object of class '{@link org.bimserver.models.ifc2x3tc1.IfcSolidModel Ifc Solid Model}'.
*
* This default implementation returns null so that we can easily ignore cases;
* it's useful to ignore a case when inheritance will catch all the cases anyway.
*
* @return the new adapter.
* @see org.bimserver.models.ifc2x3tc1.IfcSolidModel
* @generated
*/
public Adapter createIfcSolidModelAdapter() {
return null;
}
/**
* Creates a new adapter for an object of class '{@link org.bimserver.models.ifc2x3tc1.IfcSoundProperties Ifc Sound Properties}'.
*
* This default implementation returns null so that we can easily ignore cases;
* it's useful to ignore a case when inheritance will catch all the cases anyway.
*
* @return the new adapter.
* @see org.bimserver.models.ifc2x3tc1.IfcSoundProperties
* @generated
*/
public Adapter createIfcSoundPropertiesAdapter() {
return null;
}
/**
* Creates a new adapter for an object of class '{@link org.bimserver.models.ifc2x3tc1.IfcSoundValue Ifc Sound Value}'.
*
* This default implementation returns null so that we can easily ignore cases;
* it's useful to ignore a case when inheritance will catch all the cases anyway.
*
* @return the new adapter.
* @see org.bimserver.models.ifc2x3tc1.IfcSoundValue
* @generated
*/
public Adapter createIfcSoundValueAdapter() {
return null;
}
/**
* Creates a new adapter for an object of class '{@link org.bimserver.models.ifc2x3tc1.IfcSpace Ifc Space}'.
*
* This default implementation returns null so that we can easily ignore cases;
* it's useful to ignore a case when inheritance will catch all the cases anyway.
*
* @return the new adapter.
* @see org.bimserver.models.ifc2x3tc1.IfcSpace
* @generated
*/
public Adapter createIfcSpaceAdapter() {
return null;
}
/**
* Creates a new adapter for an object of class '{@link org.bimserver.models.ifc2x3tc1.IfcSpaceHeaterType Ifc Space Heater Type}'.
*
* This default implementation returns null so that we can easily ignore cases;
* it's useful to ignore a case when inheritance will catch all the cases anyway.
*
* @return the new adapter.
* @see org.bimserver.models.ifc2x3tc1.IfcSpaceHeaterType
* @generated
*/
public Adapter createIfcSpaceHeaterTypeAdapter() {
return null;
}
/**
* Creates a new adapter for an object of class '{@link org.bimserver.models.ifc2x3tc1.IfcSpaceProgram Ifc Space Program}'.
*
* This default implementation returns null so that we can easily ignore cases;
* it's useful to ignore a case when inheritance will catch all the cases anyway.
*
* @return the new adapter.
* @see org.bimserver.models.ifc2x3tc1.IfcSpaceProgram
* @generated
*/
public Adapter createIfcSpaceProgramAdapter() {
return null;
}
/**
* Creates a new adapter for an object of class '{@link org.bimserver.models.ifc2x3tc1.IfcSpaceThermalLoadProperties Ifc Space Thermal Load Properties}'.
*
* This default implementation returns null so that we can easily ignore cases;
* it's useful to ignore a case when inheritance will catch all the cases anyway.
*
* @return the new adapter.
* @see org.bimserver.models.ifc2x3tc1.IfcSpaceThermalLoadProperties
* @generated
*/
public Adapter createIfcSpaceThermalLoadPropertiesAdapter() {
return null;
}
/**
* Creates a new adapter for an object of class '{@link org.bimserver.models.ifc2x3tc1.IfcSpaceType Ifc Space Type}'.
*
* This default implementation returns null so that we can easily ignore cases;
* it's useful to ignore a case when inheritance will catch all the cases anyway.
*
* @return the new adapter.
* @see org.bimserver.models.ifc2x3tc1.IfcSpaceType
* @generated
*/
public Adapter createIfcSpaceTypeAdapter() {
return null;
}
/**
* Creates a new adapter for an object of class '{@link org.bimserver.models.ifc2x3tc1.IfcSpatialStructureElement Ifc Spatial Structure Element}'.
*
* This default implementation returns null so that we can easily ignore cases;
* it's useful to ignore a case when inheritance will catch all the cases anyway.
*
* @return the new adapter.
* @see org.bimserver.models.ifc2x3tc1.IfcSpatialStructureElement
* @generated
*/
public Adapter createIfcSpatialStructureElementAdapter() {
return null;
}
/**
* Creates a new adapter for an object of class '{@link org.bimserver.models.ifc2x3tc1.IfcSpatialStructureElementType Ifc Spatial Structure Element Type}'.
*
* This default implementation returns null so that we can easily ignore cases;
* it's useful to ignore a case when inheritance will catch all the cases anyway.
*
* @return the new adapter.
* @see org.bimserver.models.ifc2x3tc1.IfcSpatialStructureElementType
* @generated
*/
public Adapter createIfcSpatialStructureElementTypeAdapter() {
return null;
}
/**
* Creates a new adapter for an object of class '{@link org.bimserver.models.ifc2x3tc1.IfcSphere Ifc Sphere}'.
*
* This default implementation returns null so that we can easily ignore cases;
* it's useful to ignore a case when inheritance will catch all the cases anyway.
*
* @return the new adapter.
* @see org.bimserver.models.ifc2x3tc1.IfcSphere
* @generated
*/
public Adapter createIfcSphereAdapter() {
return null;
}
/**
* Creates a new adapter for an object of class '{@link org.bimserver.models.ifc2x3tc1.IfcStackTerminalType Ifc Stack Terminal Type}'.
*
* This default implementation returns null so that we can easily ignore cases;
* it's useful to ignore a case when inheritance will catch all the cases anyway.
*
* @return the new adapter.
* @see org.bimserver.models.ifc2x3tc1.IfcStackTerminalType
* @generated
*/
public Adapter createIfcStackTerminalTypeAdapter() {
return null;
}
/**
* Creates a new adapter for an object of class '{@link org.bimserver.models.ifc2x3tc1.IfcStair Ifc Stair}'.
*
* This default implementation returns null so that we can easily ignore cases;
* it's useful to ignore a case when inheritance will catch all the cases anyway.
*
* @return the new adapter.
* @see org.bimserver.models.ifc2x3tc1.IfcStair
* @generated
*/
public Adapter createIfcStairAdapter() {
return null;
}
/**
* Creates a new adapter for an object of class '{@link org.bimserver.models.ifc2x3tc1.IfcStairFlight Ifc Stair Flight}'.
*
* This default implementation returns null so that we can easily ignore cases;
* it's useful to ignore a case when inheritance will catch all the cases anyway.
*
* @return the new adapter.
* @see org.bimserver.models.ifc2x3tc1.IfcStairFlight
* @generated
*/
public Adapter createIfcStairFlightAdapter() {
return null;
}
/**
* Creates a new adapter for an object of class '{@link org.bimserver.models.ifc2x3tc1.IfcStairFlightType Ifc Stair Flight Type}'.
*
* This default implementation returns null so that we can easily ignore cases;
* it's useful to ignore a case when inheritance will catch all the cases anyway.
*
* @return the new adapter.
* @see org.bimserver.models.ifc2x3tc1.IfcStairFlightType
* @generated
*/
public Adapter createIfcStairFlightTypeAdapter() {
return null;
}
/**
* Creates a new adapter for an object of class '{@link org.bimserver.models.ifc2x3tc1.IfcStructuralAction Ifc Structural Action}'.
*
* This default implementation returns null so that we can easily ignore cases;
* it's useful to ignore a case when inheritance will catch all the cases anyway.
*
* @return the new adapter.
* @see org.bimserver.models.ifc2x3tc1.IfcStructuralAction
* @generated
*/
public Adapter createIfcStructuralActionAdapter() {
return null;
}
/**
* Creates a new adapter for an object of class '{@link org.bimserver.models.ifc2x3tc1.IfcStructuralActivity Ifc Structural Activity}'.
*
* This default implementation returns null so that we can easily ignore cases;
* it's useful to ignore a case when inheritance will catch all the cases anyway.
*
* @return the new adapter.
* @see org.bimserver.models.ifc2x3tc1.IfcStructuralActivity
* @generated
*/
public Adapter createIfcStructuralActivityAdapter() {
return null;
}
/**
* Creates a new adapter for an object of class '{@link org.bimserver.models.ifc2x3tc1.IfcStructuralAnalysisModel Ifc Structural Analysis Model}'.
*
* This default implementation returns null so that we can easily ignore cases;
* it's useful to ignore a case when inheritance will catch all the cases anyway.
*
* @return the new adapter.
* @see org.bimserver.models.ifc2x3tc1.IfcStructuralAnalysisModel
* @generated
*/
public Adapter createIfcStructuralAnalysisModelAdapter() {
return null;
}
/**
* Creates a new adapter for an object of class '{@link org.bimserver.models.ifc2x3tc1.IfcStructuralConnection Ifc Structural Connection}'.
*
* This default implementation returns null so that we can easily ignore cases;
* it's useful to ignore a case when inheritance will catch all the cases anyway.
*
* @return the new adapter.
* @see org.bimserver.models.ifc2x3tc1.IfcStructuralConnection
* @generated
*/
public Adapter createIfcStructuralConnectionAdapter() {
return null;
}
/**
* Creates a new adapter for an object of class '{@link org.bimserver.models.ifc2x3tc1.IfcStructuralConnectionCondition Ifc Structural Connection Condition}'.
*
* This default implementation returns null so that we can easily ignore cases;
* it's useful to ignore a case when inheritance will catch all the cases anyway.
*
* @return the new adapter.
* @see org.bimserver.models.ifc2x3tc1.IfcStructuralConnectionCondition
* @generated
*/
public Adapter createIfcStructuralConnectionConditionAdapter() {
return null;
}
/**
* Creates a new adapter for an object of class '{@link org.bimserver.models.ifc2x3tc1.IfcStructuralCurveConnection Ifc Structural Curve Connection}'.
*
* This default implementation returns null so that we can easily ignore cases;
* it's useful to ignore a case when inheritance will catch all the cases anyway.
*
* @return the new adapter.
* @see org.bimserver.models.ifc2x3tc1.IfcStructuralCurveConnection
* @generated
*/
public Adapter createIfcStructuralCurveConnectionAdapter() {
return null;
}
/**
* Creates a new adapter for an object of class '{@link org.bimserver.models.ifc2x3tc1.IfcStructuralCurveMember Ifc Structural Curve Member}'.
*
* This default implementation returns null so that we can easily ignore cases;
* it's useful to ignore a case when inheritance will catch all the cases anyway.
*
* @return the new adapter.
* @see org.bimserver.models.ifc2x3tc1.IfcStructuralCurveMember
* @generated
*/
public Adapter createIfcStructuralCurveMemberAdapter() {
return null;
}
/**
* Creates a new adapter for an object of class '{@link org.bimserver.models.ifc2x3tc1.IfcStructuralCurveMemberVarying Ifc Structural Curve Member Varying}'.
*
* This default implementation returns null so that we can easily ignore cases;
* it's useful to ignore a case when inheritance will catch all the cases anyway.
*
* @return the new adapter.
* @see org.bimserver.models.ifc2x3tc1.IfcStructuralCurveMemberVarying
* @generated
*/
public Adapter createIfcStructuralCurveMemberVaryingAdapter() {
return null;
}
/**
* Creates a new adapter for an object of class '{@link org.bimserver.models.ifc2x3tc1.IfcStructuralItem Ifc Structural Item}'.
*
* This default implementation returns null so that we can easily ignore cases;
* it's useful to ignore a case when inheritance will catch all the cases anyway.
*
* @return the new adapter.
* @see org.bimserver.models.ifc2x3tc1.IfcStructuralItem
* @generated
*/
public Adapter createIfcStructuralItemAdapter() {
return null;
}
/**
* Creates a new adapter for an object of class '{@link org.bimserver.models.ifc2x3tc1.IfcStructuralLinearAction Ifc Structural Linear Action}'.
*
* This default implementation returns null so that we can easily ignore cases;
* it's useful to ignore a case when inheritance will catch all the cases anyway.
*
* @return the new adapter.
* @see org.bimserver.models.ifc2x3tc1.IfcStructuralLinearAction
* @generated
*/
public Adapter createIfcStructuralLinearActionAdapter() {
return null;
}
/**
* Creates a new adapter for an object of class '{@link org.bimserver.models.ifc2x3tc1.IfcStructuralLinearActionVarying Ifc Structural Linear Action Varying}'.
*
* This default implementation returns null so that we can easily ignore cases;
* it's useful to ignore a case when inheritance will catch all the cases anyway.
*
* @return the new adapter.
* @see org.bimserver.models.ifc2x3tc1.IfcStructuralLinearActionVarying
* @generated
*/
public Adapter createIfcStructuralLinearActionVaryingAdapter() {
return null;
}
/**
* Creates a new adapter for an object of class '{@link org.bimserver.models.ifc2x3tc1.IfcStructuralLoad Ifc Structural Load}'.
*
* This default implementation returns null so that we can easily ignore cases;
* it's useful to ignore a case when inheritance will catch all the cases anyway.
*
* @return the new adapter.
* @see org.bimserver.models.ifc2x3tc1.IfcStructuralLoad
* @generated
*/
public Adapter createIfcStructuralLoadAdapter() {
return null;
}
/**
* Creates a new adapter for an object of class '{@link org.bimserver.models.ifc2x3tc1.IfcStructuralLoadGroup Ifc Structural Load Group}'.
*
* This default implementation returns null so that we can easily ignore cases;
* it's useful to ignore a case when inheritance will catch all the cases anyway.
*
* @return the new adapter.
* @see org.bimserver.models.ifc2x3tc1.IfcStructuralLoadGroup
* @generated
*/
public Adapter createIfcStructuralLoadGroupAdapter() {
return null;
}
/**
* Creates a new adapter for an object of class '{@link org.bimserver.models.ifc2x3tc1.IfcStructuralLoadLinearForce Ifc Structural Load Linear Force}'.
*
* This default implementation returns null so that we can easily ignore cases;
* it's useful to ignore a case when inheritance will catch all the cases anyway.
*
* @return the new adapter.
* @see org.bimserver.models.ifc2x3tc1.IfcStructuralLoadLinearForce
* @generated
*/
public Adapter createIfcStructuralLoadLinearForceAdapter() {
return null;
}
/**
* Creates a new adapter for an object of class '{@link org.bimserver.models.ifc2x3tc1.IfcStructuralLoadPlanarForce Ifc Structural Load Planar Force}'.
*
* This default implementation returns null so that we can easily ignore cases;
* it's useful to ignore a case when inheritance will catch all the cases anyway.
*
* @return the new adapter.
* @see org.bimserver.models.ifc2x3tc1.IfcStructuralLoadPlanarForce
* @generated
*/
public Adapter createIfcStructuralLoadPlanarForceAdapter() {
return null;
}
/**
* Creates a new adapter for an object of class '{@link org.bimserver.models.ifc2x3tc1.IfcStructuralLoadSingleDisplacement Ifc Structural Load Single Displacement}'.
*
* This default implementation returns null so that we can easily ignore cases;
* it's useful to ignore a case when inheritance will catch all the cases anyway.
*
* @return the new adapter.
* @see org.bimserver.models.ifc2x3tc1.IfcStructuralLoadSingleDisplacement
* @generated
*/
public Adapter createIfcStructuralLoadSingleDisplacementAdapter() {
return null;
}
/**
* Creates a new adapter for an object of class '{@link org.bimserver.models.ifc2x3tc1.IfcStructuralLoadSingleDisplacementDistortion Ifc Structural Load Single Displacement Distortion}'.
*
* This default implementation returns null so that we can easily ignore cases;
* it's useful to ignore a case when inheritance will catch all the cases anyway.
*
* @return the new adapter.
* @see org.bimserver.models.ifc2x3tc1.IfcStructuralLoadSingleDisplacementDistortion
* @generated
*/
public Adapter createIfcStructuralLoadSingleDisplacementDistortionAdapter() {
return null;
}
/**
* Creates a new adapter for an object of class '{@link org.bimserver.models.ifc2x3tc1.IfcStructuralLoadSingleForce Ifc Structural Load Single Force}'.
*
* This default implementation returns null so that we can easily ignore cases;
* it's useful to ignore a case when inheritance will catch all the cases anyway.
*
* @return the new adapter.
* @see org.bimserver.models.ifc2x3tc1.IfcStructuralLoadSingleForce
* @generated
*/
public Adapter createIfcStructuralLoadSingleForceAdapter() {
return null;
}
/**
* Creates a new adapter for an object of class '{@link org.bimserver.models.ifc2x3tc1.IfcStructuralLoadSingleForceWarping Ifc Structural Load Single Force Warping}'.
*
* This default implementation returns null so that we can easily ignore cases;
* it's useful to ignore a case when inheritance will catch all the cases anyway.
*
* @return the new adapter.
* @see org.bimserver.models.ifc2x3tc1.IfcStructuralLoadSingleForceWarping
* @generated
*/
public Adapter createIfcStructuralLoadSingleForceWarpingAdapter() {
return null;
}
/**
* Creates a new adapter for an object of class '{@link org.bimserver.models.ifc2x3tc1.IfcStructuralLoadStatic Ifc Structural Load Static}'.
*
* This default implementation returns null so that we can easily ignore cases;
* it's useful to ignore a case when inheritance will catch all the cases anyway.
*
* @return the new adapter.
* @see org.bimserver.models.ifc2x3tc1.IfcStructuralLoadStatic
* @generated
*/
public Adapter createIfcStructuralLoadStaticAdapter() {
return null;
}
/**
* Creates a new adapter for an object of class '{@link org.bimserver.models.ifc2x3tc1.IfcStructuralLoadTemperature Ifc Structural Load Temperature}'.
*
* This default implementation returns null so that we can easily ignore cases;
* it's useful to ignore a case when inheritance will catch all the cases anyway.
*
* @return the new adapter.
* @see org.bimserver.models.ifc2x3tc1.IfcStructuralLoadTemperature
* @generated
*/
public Adapter createIfcStructuralLoadTemperatureAdapter() {
return null;
}
/**
* Creates a new adapter for an object of class '{@link org.bimserver.models.ifc2x3tc1.IfcStructuralMember Ifc Structural Member}'.
*
* This default implementation returns null so that we can easily ignore cases;
* it's useful to ignore a case when inheritance will catch all the cases anyway.
*
* @return the new adapter.
* @see org.bimserver.models.ifc2x3tc1.IfcStructuralMember
* @generated
*/
public Adapter createIfcStructuralMemberAdapter() {
return null;
}
/**
* Creates a new adapter for an object of class '{@link org.bimserver.models.ifc2x3tc1.IfcStructuralPlanarAction Ifc Structural Planar Action}'.
*
* This default implementation returns null so that we can easily ignore cases;
* it's useful to ignore a case when inheritance will catch all the cases anyway.
*
* @return the new adapter.
* @see org.bimserver.models.ifc2x3tc1.IfcStructuralPlanarAction
* @generated
*/
public Adapter createIfcStructuralPlanarActionAdapter() {
return null;
}
/**
* Creates a new adapter for an object of class '{@link org.bimserver.models.ifc2x3tc1.IfcStructuralPlanarActionVarying Ifc Structural Planar Action Varying}'.
*
* This default implementation returns null so that we can easily ignore cases;
* it's useful to ignore a case when inheritance will catch all the cases anyway.
*
* @return the new adapter.
* @see org.bimserver.models.ifc2x3tc1.IfcStructuralPlanarActionVarying
* @generated
*/
public Adapter createIfcStructuralPlanarActionVaryingAdapter() {
return null;
}
/**
* Creates a new adapter for an object of class '{@link org.bimserver.models.ifc2x3tc1.IfcStructuralPointAction Ifc Structural Point Action}'.
*
* This default implementation returns null so that we can easily ignore cases;
* it's useful to ignore a case when inheritance will catch all the cases anyway.
*
* @return the new adapter.
* @see org.bimserver.models.ifc2x3tc1.IfcStructuralPointAction
* @generated
*/
public Adapter createIfcStructuralPointActionAdapter() {
return null;
}
/**
* Creates a new adapter for an object of class '{@link org.bimserver.models.ifc2x3tc1.IfcStructuralPointConnection Ifc Structural Point Connection}'.
*
* This default implementation returns null so that we can easily ignore cases;
* it's useful to ignore a case when inheritance will catch all the cases anyway.
*
* @return the new adapter.
* @see org.bimserver.models.ifc2x3tc1.IfcStructuralPointConnection
* @generated
*/
public Adapter createIfcStructuralPointConnectionAdapter() {
return null;
}
/**
* Creates a new adapter for an object of class '{@link org.bimserver.models.ifc2x3tc1.IfcStructuralPointReaction Ifc Structural Point Reaction}'.
*
* This default implementation returns null so that we can easily ignore cases;
* it's useful to ignore a case when inheritance will catch all the cases anyway.
*
* @return the new adapter.
* @see org.bimserver.models.ifc2x3tc1.IfcStructuralPointReaction
* @generated
*/
public Adapter createIfcStructuralPointReactionAdapter() {
return null;
}
/**
* Creates a new adapter for an object of class '{@link org.bimserver.models.ifc2x3tc1.IfcStructuralProfileProperties Ifc Structural Profile Properties}'.
*
* This default implementation returns null so that we can easily ignore cases;
* it's useful to ignore a case when inheritance will catch all the cases anyway.
*
* @return the new adapter.
* @see org.bimserver.models.ifc2x3tc1.IfcStructuralProfileProperties
* @generated
*/
public Adapter createIfcStructuralProfilePropertiesAdapter() {
return null;
}
/**
* Creates a new adapter for an object of class '{@link org.bimserver.models.ifc2x3tc1.IfcStructuralReaction Ifc Structural Reaction}'.
*
* This default implementation returns null so that we can easily ignore cases;
* it's useful to ignore a case when inheritance will catch all the cases anyway.
*
* @return the new adapter.
* @see org.bimserver.models.ifc2x3tc1.IfcStructuralReaction
* @generated
*/
public Adapter createIfcStructuralReactionAdapter() {
return null;
}
/**
* Creates a new adapter for an object of class '{@link org.bimserver.models.ifc2x3tc1.IfcStructuralResultGroup Ifc Structural Result Group}'.
*
* This default implementation returns null so that we can easily ignore cases;
* it's useful to ignore a case when inheritance will catch all the cases anyway.
*
* @return the new adapter.
* @see org.bimserver.models.ifc2x3tc1.IfcStructuralResultGroup
* @generated
*/
public Adapter createIfcStructuralResultGroupAdapter() {
return null;
}
/**
* Creates a new adapter for an object of class '{@link org.bimserver.models.ifc2x3tc1.IfcStructuralSteelProfileProperties Ifc Structural Steel Profile Properties}'.
*
* This default implementation returns null so that we can easily ignore cases;
* it's useful to ignore a case when inheritance will catch all the cases anyway.
*
* @return the new adapter.
* @see org.bimserver.models.ifc2x3tc1.IfcStructuralSteelProfileProperties
* @generated
*/
public Adapter createIfcStructuralSteelProfilePropertiesAdapter() {
return null;
}
/**
* Creates a new adapter for an object of class '{@link org.bimserver.models.ifc2x3tc1.IfcStructuralSurfaceConnection Ifc Structural Surface Connection}'.
*
* This default implementation returns null so that we can easily ignore cases;
* it's useful to ignore a case when inheritance will catch all the cases anyway.
*
* @return the new adapter.
* @see org.bimserver.models.ifc2x3tc1.IfcStructuralSurfaceConnection
* @generated
*/
public Adapter createIfcStructuralSurfaceConnectionAdapter() {
return null;
}
/**
* Creates a new adapter for an object of class '{@link org.bimserver.models.ifc2x3tc1.IfcStructuralSurfaceMember Ifc Structural Surface Member}'.
*
* This default implementation returns null so that we can easily ignore cases;
* it's useful to ignore a case when inheritance will catch all the cases anyway.
*
* @return the new adapter.
* @see org.bimserver.models.ifc2x3tc1.IfcStructuralSurfaceMember
* @generated
*/
public Adapter createIfcStructuralSurfaceMemberAdapter() {
return null;
}
/**
* Creates a new adapter for an object of class '{@link org.bimserver.models.ifc2x3tc1.IfcStructuralSurfaceMemberVarying Ifc Structural Surface Member Varying}'.
*
* This default implementation returns null so that we can easily ignore cases;
* it's useful to ignore a case when inheritance will catch all the cases anyway.
*
* @return the new adapter.
* @see org.bimserver.models.ifc2x3tc1.IfcStructuralSurfaceMemberVarying
* @generated
*/
public Adapter createIfcStructuralSurfaceMemberVaryingAdapter() {
return null;
}
/**
* Creates a new adapter for an object of class '{@link org.bimserver.models.ifc2x3tc1.IfcStructuredDimensionCallout Ifc Structured Dimension Callout}'.
*
* This default implementation returns null so that we can easily ignore cases;
* it's useful to ignore a case when inheritance will catch all the cases anyway.
*
* @return the new adapter.
* @see org.bimserver.models.ifc2x3tc1.IfcStructuredDimensionCallout
* @generated
*/
public Adapter createIfcStructuredDimensionCalloutAdapter() {
return null;
}
/**
* Creates a new adapter for an object of class '{@link org.bimserver.models.ifc2x3tc1.IfcStyleModel Ifc Style Model}'.
*
* This default implementation returns null so that we can easily ignore cases;
* it's useful to ignore a case when inheritance will catch all the cases anyway.
*
* @return the new adapter.
* @see org.bimserver.models.ifc2x3tc1.IfcStyleModel
* @generated
*/
public Adapter createIfcStyleModelAdapter() {
return null;
}
/**
* Creates a new adapter for an object of class '{@link org.bimserver.models.ifc2x3tc1.IfcStyledItem Ifc Styled Item}'.
*
* This default implementation returns null so that we can easily ignore cases;
* it's useful to ignore a case when inheritance will catch all the cases anyway.
*
* @return the new adapter.
* @see org.bimserver.models.ifc2x3tc1.IfcStyledItem
* @generated
*/
public Adapter createIfcStyledItemAdapter() {
return null;
}
/**
* Creates a new adapter for an object of class '{@link org.bimserver.models.ifc2x3tc1.IfcStyledRepresentation Ifc Styled Representation}'.
*
* This default implementation returns null so that we can easily ignore cases;
* it's useful to ignore a case when inheritance will catch all the cases anyway.
*
* @return the new adapter.
* @see org.bimserver.models.ifc2x3tc1.IfcStyledRepresentation
* @generated
*/
public Adapter createIfcStyledRepresentationAdapter() {
return null;
}
/**
* Creates a new adapter for an object of class '{@link org.bimserver.models.ifc2x3tc1.IfcSubContractResource Ifc Sub Contract Resource}'.
*
* This default implementation returns null so that we can easily ignore cases;
* it's useful to ignore a case when inheritance will catch all the cases anyway.
*
* @return the new adapter.
* @see org.bimserver.models.ifc2x3tc1.IfcSubContractResource
* @generated
*/
public Adapter createIfcSubContractResourceAdapter() {
return null;
}
/**
* Creates a new adapter for an object of class '{@link org.bimserver.models.ifc2x3tc1.IfcSubedge Ifc Subedge}'.
*
* This default implementation returns null so that we can easily ignore cases;
* it's useful to ignore a case when inheritance will catch all the cases anyway.
*
* @return the new adapter.
* @see org.bimserver.models.ifc2x3tc1.IfcSubedge
* @generated
*/
public Adapter createIfcSubedgeAdapter() {
return null;
}
/**
* Creates a new adapter for an object of class '{@link org.bimserver.models.ifc2x3tc1.IfcSurface Ifc Surface}'.
*
* This default implementation returns null so that we can easily ignore cases;
* it's useful to ignore a case when inheritance will catch all the cases anyway.
*
* @return the new adapter.
* @see org.bimserver.models.ifc2x3tc1.IfcSurface
* @generated
*/
public Adapter createIfcSurfaceAdapter() {
return null;
}
/**
* Creates a new adapter for an object of class '{@link org.bimserver.models.ifc2x3tc1.IfcSurfaceCurveSweptAreaSolid Ifc Surface Curve Swept Area Solid}'.
*
* This default implementation returns null so that we can easily ignore cases;
* it's useful to ignore a case when inheritance will catch all the cases anyway.
*
* @return the new adapter.
* @see org.bimserver.models.ifc2x3tc1.IfcSurfaceCurveSweptAreaSolid
* @generated
*/
public Adapter createIfcSurfaceCurveSweptAreaSolidAdapter() {
return null;
}
/**
* Creates a new adapter for an object of class '{@link org.bimserver.models.ifc2x3tc1.IfcSurfaceOfLinearExtrusion Ifc Surface Of Linear Extrusion}'.
*
* This default implementation returns null so that we can easily ignore cases;
* it's useful to ignore a case when inheritance will catch all the cases anyway.
*
* @return the new adapter.
* @see org.bimserver.models.ifc2x3tc1.IfcSurfaceOfLinearExtrusion
* @generated
*/
public Adapter createIfcSurfaceOfLinearExtrusionAdapter() {
return null;
}
/**
* Creates a new adapter for an object of class '{@link org.bimserver.models.ifc2x3tc1.IfcSurfaceOfRevolution Ifc Surface Of Revolution}'.
*
* This default implementation returns null so that we can easily ignore cases;
* it's useful to ignore a case when inheritance will catch all the cases anyway.
*
* @return the new adapter.
* @see org.bimserver.models.ifc2x3tc1.IfcSurfaceOfRevolution
* @generated
*/
public Adapter createIfcSurfaceOfRevolutionAdapter() {
return null;
}
/**
* Creates a new adapter for an object of class '{@link org.bimserver.models.ifc2x3tc1.IfcSurfaceStyle Ifc Surface Style}'.
*
* This default implementation returns null so that we can easily ignore cases;
* it's useful to ignore a case when inheritance will catch all the cases anyway.
*
* @return the new adapter.
* @see org.bimserver.models.ifc2x3tc1.IfcSurfaceStyle
* @generated
*/
public Adapter createIfcSurfaceStyleAdapter() {
return null;
}
/**
* Creates a new adapter for an object of class '{@link org.bimserver.models.ifc2x3tc1.IfcSurfaceStyleLighting Ifc Surface Style Lighting}'.
*
* This default implementation returns null so that we can easily ignore cases;
* it's useful to ignore a case when inheritance will catch all the cases anyway.
*
* @return the new adapter.
* @see org.bimserver.models.ifc2x3tc1.IfcSurfaceStyleLighting
* @generated
*/
public Adapter createIfcSurfaceStyleLightingAdapter() {
return null;
}
/**
* Creates a new adapter for an object of class '{@link org.bimserver.models.ifc2x3tc1.IfcSurfaceStyleRefraction Ifc Surface Style Refraction}'.
*
* This default implementation returns null so that we can easily ignore cases;
* it's useful to ignore a case when inheritance will catch all the cases anyway.
*
* @return the new adapter.
* @see org.bimserver.models.ifc2x3tc1.IfcSurfaceStyleRefraction
* @generated
*/
public Adapter createIfcSurfaceStyleRefractionAdapter() {
return null;
}
/**
* Creates a new adapter for an object of class '{@link org.bimserver.models.ifc2x3tc1.IfcSurfaceStyleRendering Ifc Surface Style Rendering}'.
*
* This default implementation returns null so that we can easily ignore cases;
* it's useful to ignore a case when inheritance will catch all the cases anyway.
*
* @return the new adapter.
* @see org.bimserver.models.ifc2x3tc1.IfcSurfaceStyleRendering
* @generated
*/
public Adapter createIfcSurfaceStyleRenderingAdapter() {
return null;
}
/**
* Creates a new adapter for an object of class '{@link org.bimserver.models.ifc2x3tc1.IfcSurfaceStyleShading Ifc Surface Style Shading}'.
*
* This default implementation returns null so that we can easily ignore cases;
* it's useful to ignore a case when inheritance will catch all the cases anyway.
*
* @return the new adapter.
* @see org.bimserver.models.ifc2x3tc1.IfcSurfaceStyleShading
* @generated
*/
public Adapter createIfcSurfaceStyleShadingAdapter() {
return null;
}
/**
* Creates a new adapter for an object of class '{@link org.bimserver.models.ifc2x3tc1.IfcSurfaceStyleWithTextures Ifc Surface Style With Textures}'.
*
* This default implementation returns null so that we can easily ignore cases;
* it's useful to ignore a case when inheritance will catch all the cases anyway.
*
* @return the new adapter.
* @see org.bimserver.models.ifc2x3tc1.IfcSurfaceStyleWithTextures
* @generated
*/
public Adapter createIfcSurfaceStyleWithTexturesAdapter() {
return null;
}
/**
* Creates a new adapter for an object of class '{@link org.bimserver.models.ifc2x3tc1.IfcSurfaceTexture Ifc Surface Texture}'.
*
* This default implementation returns null so that we can easily ignore cases;
* it's useful to ignore a case when inheritance will catch all the cases anyway.
*
* @return the new adapter.
* @see org.bimserver.models.ifc2x3tc1.IfcSurfaceTexture
* @generated
*/
public Adapter createIfcSurfaceTextureAdapter() {
return null;
}
/**
* Creates a new adapter for an object of class '{@link org.bimserver.models.ifc2x3tc1.IfcSweptAreaSolid Ifc Swept Area Solid}'.
*
* This default implementation returns null so that we can easily ignore cases;
* it's useful to ignore a case when inheritance will catch all the cases anyway.
*
* @return the new adapter.
* @see org.bimserver.models.ifc2x3tc1.IfcSweptAreaSolid
* @generated
*/
public Adapter createIfcSweptAreaSolidAdapter() {
return null;
}
/**
* Creates a new adapter for an object of class '{@link org.bimserver.models.ifc2x3tc1.IfcSweptDiskSolid Ifc Swept Disk Solid}'.
*
* This default implementation returns null so that we can easily ignore cases;
* it's useful to ignore a case when inheritance will catch all the cases anyway.
*
* @return the new adapter.
* @see org.bimserver.models.ifc2x3tc1.IfcSweptDiskSolid
* @generated
*/
public Adapter createIfcSweptDiskSolidAdapter() {
return null;
}
/**
* Creates a new adapter for an object of class '{@link org.bimserver.models.ifc2x3tc1.IfcSweptSurface Ifc Swept Surface}'.
*
* This default implementation returns null so that we can easily ignore cases;
* it's useful to ignore a case when inheritance will catch all the cases anyway.
*
* @return the new adapter.
* @see org.bimserver.models.ifc2x3tc1.IfcSweptSurface
* @generated
*/
public Adapter createIfcSweptSurfaceAdapter() {
return null;
}
/**
* Creates a new adapter for an object of class '{@link org.bimserver.models.ifc2x3tc1.IfcSwitchingDeviceType Ifc Switching Device Type}'.
*
* This default implementation returns null so that we can easily ignore cases;
* it's useful to ignore a case when inheritance will catch all the cases anyway.
*
* @return the new adapter.
* @see org.bimserver.models.ifc2x3tc1.IfcSwitchingDeviceType
* @generated
*/
public Adapter createIfcSwitchingDeviceTypeAdapter() {
return null;
}
/**
* Creates a new adapter for an object of class '{@link org.bimserver.models.ifc2x3tc1.IfcSymbolStyle Ifc Symbol Style}'.
*
* This default implementation returns null so that we can easily ignore cases;
* it's useful to ignore a case when inheritance will catch all the cases anyway.
*
* @return the new adapter.
* @see org.bimserver.models.ifc2x3tc1.IfcSymbolStyle
* @generated
*/
public Adapter createIfcSymbolStyleAdapter() {
return null;
}
/**
* Creates a new adapter for an object of class '{@link org.bimserver.models.ifc2x3tc1.IfcSystem Ifc System}'.
*
* This default implementation returns null so that we can easily ignore cases;
* it's useful to ignore a case when inheritance will catch all the cases anyway.
*
* @return the new adapter.
* @see org.bimserver.models.ifc2x3tc1.IfcSystem
* @generated
*/
public Adapter createIfcSystemAdapter() {
return null;
}
/**
* Creates a new adapter for an object of class '{@link org.bimserver.models.ifc2x3tc1.IfcSystemFurnitureElementType Ifc System Furniture Element Type}'.
*
* This default implementation returns null so that we can easily ignore cases;
* it's useful to ignore a case when inheritance will catch all the cases anyway.
*
* @return the new adapter.
* @see org.bimserver.models.ifc2x3tc1.IfcSystemFurnitureElementType
* @generated
*/
public Adapter createIfcSystemFurnitureElementTypeAdapter() {
return null;
}
/**
* Creates a new adapter for an object of class '{@link org.bimserver.models.ifc2x3tc1.IfcTShapeProfileDef Ifc TShape Profile Def}'.
*
* This default implementation returns null so that we can easily ignore cases;
* it's useful to ignore a case when inheritance will catch all the cases anyway.
*
* @return the new adapter.
* @see org.bimserver.models.ifc2x3tc1.IfcTShapeProfileDef
* @generated
*/
public Adapter createIfcTShapeProfileDefAdapter() {
return null;
}
/**
* Creates a new adapter for an object of class '{@link org.bimserver.models.ifc2x3tc1.IfcTable Ifc Table}'.
*
* This default implementation returns null so that we can easily ignore cases;
* it's useful to ignore a case when inheritance will catch all the cases anyway.
*
* @return the new adapter.
* @see org.bimserver.models.ifc2x3tc1.IfcTable
* @generated
*/
public Adapter createIfcTableAdapter() {
return null;
}
/**
* Creates a new adapter for an object of class '{@link org.bimserver.models.ifc2x3tc1.IfcTableRow Ifc Table Row}'.
*
* This default implementation returns null so that we can easily ignore cases;
* it's useful to ignore a case when inheritance will catch all the cases anyway.
*
* @return the new adapter.
* @see org.bimserver.models.ifc2x3tc1.IfcTableRow
* @generated
*/
public Adapter createIfcTableRowAdapter() {
return null;
}
/**
* Creates a new adapter for an object of class '{@link org.bimserver.models.ifc2x3tc1.IfcTankType Ifc Tank Type}'.
*
* This default implementation returns null so that we can easily ignore cases;
* it's useful to ignore a case when inheritance will catch all the cases anyway.
*
* @return the new adapter.
* @see org.bimserver.models.ifc2x3tc1.IfcTankType
* @generated
*/
public Adapter createIfcTankTypeAdapter() {
return null;
}
/**
* Creates a new adapter for an object of class '{@link org.bimserver.models.ifc2x3tc1.IfcTask Ifc Task}'.
*
* This default implementation returns null so that we can easily ignore cases;
* it's useful to ignore a case when inheritance will catch all the cases anyway.
*
* @return the new adapter.
* @see org.bimserver.models.ifc2x3tc1.IfcTask
* @generated
*/
public Adapter createIfcTaskAdapter() {
return null;
}
/**
* Creates a new adapter for an object of class '{@link org.bimserver.models.ifc2x3tc1.IfcTelecomAddress Ifc Telecom Address}'.
*
* This default implementation returns null so that we can easily ignore cases;
* it's useful to ignore a case when inheritance will catch all the cases anyway.
*
* @return the new adapter.
* @see org.bimserver.models.ifc2x3tc1.IfcTelecomAddress
* @generated
*/
public Adapter createIfcTelecomAddressAdapter() {
return null;
}
/**
* Creates a new adapter for an object of class '{@link org.bimserver.models.ifc2x3tc1.IfcTendon Ifc Tendon}'.
*
* This default implementation returns null so that we can easily ignore cases;
* it's useful to ignore a case when inheritance will catch all the cases anyway.
*
* @return the new adapter.
* @see org.bimserver.models.ifc2x3tc1.IfcTendon
* @generated
*/
public Adapter createIfcTendonAdapter() {
return null;
}
/**
* Creates a new adapter for an object of class '{@link org.bimserver.models.ifc2x3tc1.IfcTendonAnchor Ifc Tendon Anchor}'.
*
* This default implementation returns null so that we can easily ignore cases;
* it's useful to ignore a case when inheritance will catch all the cases anyway.
*
* @return the new adapter.
* @see org.bimserver.models.ifc2x3tc1.IfcTendonAnchor
* @generated
*/
public Adapter createIfcTendonAnchorAdapter() {
return null;
}
/**
* Creates a new adapter for an object of class '{@link org.bimserver.models.ifc2x3tc1.IfcTerminatorSymbol Ifc Terminator Symbol}'.
*
* This default implementation returns null so that we can easily ignore cases;
* it's useful to ignore a case when inheritance will catch all the cases anyway.
*
* @return the new adapter.
* @see org.bimserver.models.ifc2x3tc1.IfcTerminatorSymbol
* @generated
*/
public Adapter createIfcTerminatorSymbolAdapter() {
return null;
}
/**
* Creates a new adapter for an object of class '{@link org.bimserver.models.ifc2x3tc1.IfcTextLiteral Ifc Text Literal}'.
*
* This default implementation returns null so that we can easily ignore cases;
* it's useful to ignore a case when inheritance will catch all the cases anyway.
*
* @return the new adapter.
* @see org.bimserver.models.ifc2x3tc1.IfcTextLiteral
* @generated
*/
public Adapter createIfcTextLiteralAdapter() {
return null;
}
/**
* Creates a new adapter for an object of class '{@link org.bimserver.models.ifc2x3tc1.IfcTextLiteralWithExtent Ifc Text Literal With Extent}'.
*
* This default implementation returns null so that we can easily ignore cases;
* it's useful to ignore a case when inheritance will catch all the cases anyway.
*
* @return the new adapter.
* @see org.bimserver.models.ifc2x3tc1.IfcTextLiteralWithExtent
* @generated
*/
public Adapter createIfcTextLiteralWithExtentAdapter() {
return null;
}
/**
* Creates a new adapter for an object of class '{@link org.bimserver.models.ifc2x3tc1.IfcTextStyle Ifc Text Style}'.
*
* This default implementation returns null so that we can easily ignore cases;
* it's useful to ignore a case when inheritance will catch all the cases anyway.
*
* @return the new adapter.
* @see org.bimserver.models.ifc2x3tc1.IfcTextStyle
* @generated
*/
public Adapter createIfcTextStyleAdapter() {
return null;
}
/**
* Creates a new adapter for an object of class '{@link org.bimserver.models.ifc2x3tc1.IfcTextStyleFontModel Ifc Text Style Font Model}'.
*
* This default implementation returns null so that we can easily ignore cases;
* it's useful to ignore a case when inheritance will catch all the cases anyway.
*
* @return the new adapter.
* @see org.bimserver.models.ifc2x3tc1.IfcTextStyleFontModel
* @generated
*/
public Adapter createIfcTextStyleFontModelAdapter() {
return null;
}
/**
* Creates a new adapter for an object of class '{@link org.bimserver.models.ifc2x3tc1.IfcTextStyleForDefinedFont Ifc Text Style For Defined Font}'.
*
* This default implementation returns null so that we can easily ignore cases;
* it's useful to ignore a case when inheritance will catch all the cases anyway.
*
* @return the new adapter.
* @see org.bimserver.models.ifc2x3tc1.IfcTextStyleForDefinedFont
* @generated
*/
public Adapter createIfcTextStyleForDefinedFontAdapter() {
return null;
}
/**
* Creates a new adapter for an object of class '{@link org.bimserver.models.ifc2x3tc1.IfcTextStyleTextModel Ifc Text Style Text Model}'.
*
* This default implementation returns null so that we can easily ignore cases;
* it's useful to ignore a case when inheritance will catch all the cases anyway.
*
* @return the new adapter.
* @see org.bimserver.models.ifc2x3tc1.IfcTextStyleTextModel
* @generated
*/
public Adapter createIfcTextStyleTextModelAdapter() {
return null;
}
/**
* Creates a new adapter for an object of class '{@link org.bimserver.models.ifc2x3tc1.IfcTextStyleWithBoxCharacteristics Ifc Text Style With Box Characteristics}'.
*
* This default implementation returns null so that we can easily ignore cases;
* it's useful to ignore a case when inheritance will catch all the cases anyway.
*
* @return the new adapter.
* @see org.bimserver.models.ifc2x3tc1.IfcTextStyleWithBoxCharacteristics
* @generated
*/
public Adapter createIfcTextStyleWithBoxCharacteristicsAdapter() {
return null;
}
/**
* Creates a new adapter for an object of class '{@link org.bimserver.models.ifc2x3tc1.IfcTextureCoordinate Ifc Texture Coordinate}'.
*
* This default implementation returns null so that we can easily ignore cases;
* it's useful to ignore a case when inheritance will catch all the cases anyway.
*
* @return the new adapter.
* @see org.bimserver.models.ifc2x3tc1.IfcTextureCoordinate
* @generated
*/
public Adapter createIfcTextureCoordinateAdapter() {
return null;
}
/**
* Creates a new adapter for an object of class '{@link org.bimserver.models.ifc2x3tc1.IfcTextureCoordinateGenerator Ifc Texture Coordinate Generator}'.
*
* This default implementation returns null so that we can easily ignore cases;
* it's useful to ignore a case when inheritance will catch all the cases anyway.
*
* @return the new adapter.
* @see org.bimserver.models.ifc2x3tc1.IfcTextureCoordinateGenerator
* @generated
*/
public Adapter createIfcTextureCoordinateGeneratorAdapter() {
return null;
}
/**
* Creates a new adapter for an object of class '{@link org.bimserver.models.ifc2x3tc1.IfcTextureMap Ifc Texture Map}'.
*
* This default implementation returns null so that we can easily ignore cases;
* it's useful to ignore a case when inheritance will catch all the cases anyway.
*
* @return the new adapter.
* @see org.bimserver.models.ifc2x3tc1.IfcTextureMap
* @generated
*/
public Adapter createIfcTextureMapAdapter() {
return null;
}
/**
* Creates a new adapter for an object of class '{@link org.bimserver.models.ifc2x3tc1.IfcTextureVertex Ifc Texture Vertex}'.
*
* This default implementation returns null so that we can easily ignore cases;
* it's useful to ignore a case when inheritance will catch all the cases anyway.
*
* @return the new adapter.
* @see org.bimserver.models.ifc2x3tc1.IfcTextureVertex
* @generated
*/
public Adapter createIfcTextureVertexAdapter() {
return null;
}
/**
* Creates a new adapter for an object of class '{@link org.bimserver.models.ifc2x3tc1.IfcThermalMaterialProperties Ifc Thermal Material Properties}'.
*
* This default implementation returns null so that we can easily ignore cases;
* it's useful to ignore a case when inheritance will catch all the cases anyway.
*
* @return the new adapter.
* @see org.bimserver.models.ifc2x3tc1.IfcThermalMaterialProperties
* @generated
*/
public Adapter createIfcThermalMaterialPropertiesAdapter() {
return null;
}
/**
* Creates a new adapter for an object of class '{@link org.bimserver.models.ifc2x3tc1.IfcTimeSeries Ifc Time Series}'.
*
* This default implementation returns null so that we can easily ignore cases;
* it's useful to ignore a case when inheritance will catch all the cases anyway.
*
* @return the new adapter.
* @see org.bimserver.models.ifc2x3tc1.IfcTimeSeries
* @generated
*/
public Adapter createIfcTimeSeriesAdapter() {
return null;
}
/**
* Creates a new adapter for an object of class '{@link org.bimserver.models.ifc2x3tc1.IfcTimeSeriesReferenceRelationship Ifc Time Series Reference Relationship}'.
*
* This default implementation returns null so that we can easily ignore cases;
* it's useful to ignore a case when inheritance will catch all the cases anyway.
*
* @return the new adapter.
* @see org.bimserver.models.ifc2x3tc1.IfcTimeSeriesReferenceRelationship
* @generated
*/
public Adapter createIfcTimeSeriesReferenceRelationshipAdapter() {
return null;
}
/**
* Creates a new adapter for an object of class '{@link org.bimserver.models.ifc2x3tc1.IfcTimeSeriesSchedule Ifc Time Series Schedule}'.
*
* This default implementation returns null so that we can easily ignore cases;
* it's useful to ignore a case when inheritance will catch all the cases anyway.
*
* @return the new adapter.
* @see org.bimserver.models.ifc2x3tc1.IfcTimeSeriesSchedule
* @generated
*/
public Adapter createIfcTimeSeriesScheduleAdapter() {
return null;
}
/**
* Creates a new adapter for an object of class '{@link org.bimserver.models.ifc2x3tc1.IfcTimeSeriesValue Ifc Time Series Value}'.
*
* This default implementation returns null so that we can easily ignore cases;
* it's useful to ignore a case when inheritance will catch all the cases anyway.
*
* @return the new adapter.
* @see org.bimserver.models.ifc2x3tc1.IfcTimeSeriesValue
* @generated
*/
public Adapter createIfcTimeSeriesValueAdapter() {
return null;
}
/**
* Creates a new adapter for an object of class '{@link org.bimserver.models.ifc2x3tc1.IfcTopologicalRepresentationItem Ifc Topological Representation Item}'.
*
* This default implementation returns null so that we can easily ignore cases;
* it's useful to ignore a case when inheritance will catch all the cases anyway.
*
* @return the new adapter.
* @see org.bimserver.models.ifc2x3tc1.IfcTopologicalRepresentationItem
* @generated
*/
public Adapter createIfcTopologicalRepresentationItemAdapter() {
return null;
}
/**
* Creates a new adapter for an object of class '{@link org.bimserver.models.ifc2x3tc1.IfcTopologyRepresentation Ifc Topology Representation}'.
*
* This default implementation returns null so that we can easily ignore cases;
* it's useful to ignore a case when inheritance will catch all the cases anyway.
*
* @return the new adapter.
* @see org.bimserver.models.ifc2x3tc1.IfcTopologyRepresentation
* @generated
*/
public Adapter createIfcTopologyRepresentationAdapter() {
return null;
}
/**
* Creates a new adapter for an object of class '{@link org.bimserver.models.ifc2x3tc1.IfcTransformerType Ifc Transformer Type}'.
*
* This default implementation returns null so that we can easily ignore cases;
* it's useful to ignore a case when inheritance will catch all the cases anyway.
*
* @return the new adapter.
* @see org.bimserver.models.ifc2x3tc1.IfcTransformerType
* @generated
*/
public Adapter createIfcTransformerTypeAdapter() {
return null;
}
/**
* Creates a new adapter for an object of class '{@link org.bimserver.models.ifc2x3tc1.IfcTransportElement Ifc Transport Element}'.
*
* This default implementation returns null so that we can easily ignore cases;
* it's useful to ignore a case when inheritance will catch all the cases anyway.
*
* @return the new adapter.
* @see org.bimserver.models.ifc2x3tc1.IfcTransportElement
* @generated
*/
public Adapter createIfcTransportElementAdapter() {
return null;
}
/**
* Creates a new adapter for an object of class '{@link org.bimserver.models.ifc2x3tc1.IfcTransportElementType Ifc Transport Element Type}'.
*
* This default implementation returns null so that we can easily ignore cases;
* it's useful to ignore a case when inheritance will catch all the cases anyway.
*
* @return the new adapter.
* @see org.bimserver.models.ifc2x3tc1.IfcTransportElementType
* @generated
*/
public Adapter createIfcTransportElementTypeAdapter() {
return null;
}
/**
* Creates a new adapter for an object of class '{@link org.bimserver.models.ifc2x3tc1.IfcTrapeziumProfileDef Ifc Trapezium Profile Def}'.
*
* This default implementation returns null so that we can easily ignore cases;
* it's useful to ignore a case when inheritance will catch all the cases anyway.
*
* @return the new adapter.
* @see org.bimserver.models.ifc2x3tc1.IfcTrapeziumProfileDef
* @generated
*/
public Adapter createIfcTrapeziumProfileDefAdapter() {
return null;
}
/**
* Creates a new adapter for an object of class '{@link org.bimserver.models.ifc2x3tc1.IfcTrimmedCurve Ifc Trimmed Curve}'.
*
* This default implementation returns null so that we can easily ignore cases;
* it's useful to ignore a case when inheritance will catch all the cases anyway.
*
* @return the new adapter.
* @see org.bimserver.models.ifc2x3tc1.IfcTrimmedCurve
* @generated
*/
public Adapter createIfcTrimmedCurveAdapter() {
return null;
}
/**
* Creates a new adapter for an object of class '{@link org.bimserver.models.ifc2x3tc1.IfcTubeBundleType Ifc Tube Bundle Type}'.
*
* This default implementation returns null so that we can easily ignore cases;
* it's useful to ignore a case when inheritance will catch all the cases anyway.
*
* @return the new adapter.
* @see org.bimserver.models.ifc2x3tc1.IfcTubeBundleType
* @generated
*/
public Adapter createIfcTubeBundleTypeAdapter() {
return null;
}
/**
* Creates a new adapter for an object of class '{@link org.bimserver.models.ifc2x3tc1.IfcTwoDirectionRepeatFactor Ifc Two Direction Repeat Factor}'.
*
* This default implementation returns null so that we can easily ignore cases;
* it's useful to ignore a case when inheritance will catch all the cases anyway.
*
* @return the new adapter.
* @see org.bimserver.models.ifc2x3tc1.IfcTwoDirectionRepeatFactor
* @generated
*/
public Adapter createIfcTwoDirectionRepeatFactorAdapter() {
return null;
}
/**
* Creates a new adapter for an object of class '{@link org.bimserver.models.ifc2x3tc1.IfcTypeObject Ifc Type Object}'.
*
* This default implementation returns null so that we can easily ignore cases;
* it's useful to ignore a case when inheritance will catch all the cases anyway.
*
* @return the new adapter.
* @see org.bimserver.models.ifc2x3tc1.IfcTypeObject
* @generated
*/
public Adapter createIfcTypeObjectAdapter() {
return null;
}
/**
* Creates a new adapter for an object of class '{@link org.bimserver.models.ifc2x3tc1.IfcTypeProduct Ifc Type Product}'.
*
* This default implementation returns null so that we can easily ignore cases;
* it's useful to ignore a case when inheritance will catch all the cases anyway.
*
* @return the new adapter.
* @see org.bimserver.models.ifc2x3tc1.IfcTypeProduct
* @generated
*/
public Adapter createIfcTypeProductAdapter() {
return null;
}
/**
* Creates a new adapter for an object of class '{@link org.bimserver.models.ifc2x3tc1.IfcUShapeProfileDef Ifc UShape Profile Def}'.
*
* This default implementation returns null so that we can easily ignore cases;
* it's useful to ignore a case when inheritance will catch all the cases anyway.
*
* @return the new adapter.
* @see org.bimserver.models.ifc2x3tc1.IfcUShapeProfileDef
* @generated
*/
public Adapter createIfcUShapeProfileDefAdapter() {
return null;
}
/**
* Creates a new adapter for an object of class '{@link org.bimserver.models.ifc2x3tc1.IfcUnitAssignment Ifc Unit Assignment}'.
*
* This default implementation returns null so that we can easily ignore cases;
* it's useful to ignore a case when inheritance will catch all the cases anyway.
*
* @return the new adapter.
* @see org.bimserver.models.ifc2x3tc1.IfcUnitAssignment
* @generated
*/
public Adapter createIfcUnitAssignmentAdapter() {
return null;
}
/**
* Creates a new adapter for an object of class '{@link org.bimserver.models.ifc2x3tc1.IfcUnitaryEquipmentType Ifc Unitary Equipment Type}'.
*
* This default implementation returns null so that we can easily ignore cases;
* it's useful to ignore a case when inheritance will catch all the cases anyway.
*
* @return the new adapter.
* @see org.bimserver.models.ifc2x3tc1.IfcUnitaryEquipmentType
* @generated
*/
public Adapter createIfcUnitaryEquipmentTypeAdapter() {
return null;
}
/**
* Creates a new adapter for an object of class '{@link org.bimserver.models.ifc2x3tc1.IfcValveType Ifc Valve Type}'.
*
* This default implementation returns null so that we can easily ignore cases;
* it's useful to ignore a case when inheritance will catch all the cases anyway.
*
* @return the new adapter.
* @see org.bimserver.models.ifc2x3tc1.IfcValveType
* @generated
*/
public Adapter createIfcValveTypeAdapter() {
return null;
}
/**
* Creates a new adapter for an object of class '{@link org.bimserver.models.ifc2x3tc1.IfcVector Ifc Vector}'.
*
* This default implementation returns null so that we can easily ignore cases;
* it's useful to ignore a case when inheritance will catch all the cases anyway.
*
* @return the new adapter.
* @see org.bimserver.models.ifc2x3tc1.IfcVector
* @generated
*/
public Adapter createIfcVectorAdapter() {
return null;
}
/**
* Creates a new adapter for an object of class '{@link org.bimserver.models.ifc2x3tc1.IfcVertex Ifc Vertex}'.
*
* This default implementation returns null so that we can easily ignore cases;
* it's useful to ignore a case when inheritance will catch all the cases anyway.
*
* @return the new adapter.
* @see org.bimserver.models.ifc2x3tc1.IfcVertex
* @generated
*/
public Adapter createIfcVertexAdapter() {
return null;
}
/**
* Creates a new adapter for an object of class '{@link org.bimserver.models.ifc2x3tc1.IfcVertexBasedTextureMap Ifc Vertex Based Texture Map}'.
*
* This default implementation returns null so that we can easily ignore cases;
* it's useful to ignore a case when inheritance will catch all the cases anyway.
*
* @return the new adapter.
* @see org.bimserver.models.ifc2x3tc1.IfcVertexBasedTextureMap
* @generated
*/
public Adapter createIfcVertexBasedTextureMapAdapter() {
return null;
}
/**
* Creates a new adapter for an object of class '{@link org.bimserver.models.ifc2x3tc1.IfcVertexLoop Ifc Vertex Loop}'.
*
* This default implementation returns null so that we can easily ignore cases;
* it's useful to ignore a case when inheritance will catch all the cases anyway.
*
* @return the new adapter.
* @see org.bimserver.models.ifc2x3tc1.IfcVertexLoop
* @generated
*/
public Adapter createIfcVertexLoopAdapter() {
return null;
}
/**
* Creates a new adapter for an object of class '{@link org.bimserver.models.ifc2x3tc1.IfcVertexPoint Ifc Vertex Point}'.
*
* This default implementation returns null so that we can easily ignore cases;
* it's useful to ignore a case when inheritance will catch all the cases anyway.
*
* @return the new adapter.
* @see org.bimserver.models.ifc2x3tc1.IfcVertexPoint
* @generated
*/
public Adapter createIfcVertexPointAdapter() {
return null;
}
/**
* Creates a new adapter for an object of class '{@link org.bimserver.models.ifc2x3tc1.IfcVibrationIsolatorType Ifc Vibration Isolator Type}'.
*
* This default implementation returns null so that we can easily ignore cases;
* it's useful to ignore a case when inheritance will catch all the cases anyway.
*
* @return the new adapter.
* @see org.bimserver.models.ifc2x3tc1.IfcVibrationIsolatorType
* @generated
*/
public Adapter createIfcVibrationIsolatorTypeAdapter() {
return null;
}
/**
* Creates a new adapter for an object of class '{@link org.bimserver.models.ifc2x3tc1.IfcVirtualElement Ifc Virtual Element}'.
*
* This default implementation returns null so that we can easily ignore cases;
* it's useful to ignore a case when inheritance will catch all the cases anyway.
*
* @return the new adapter.
* @see org.bimserver.models.ifc2x3tc1.IfcVirtualElement
* @generated
*/
public Adapter createIfcVirtualElementAdapter() {
return null;
}
/**
* Creates a new adapter for an object of class '{@link org.bimserver.models.ifc2x3tc1.IfcVirtualGridIntersection Ifc Virtual Grid Intersection}'.
*
* This default implementation returns null so that we can easily ignore cases;
* it's useful to ignore a case when inheritance will catch all the cases anyway.
*
* @return the new adapter.
* @see org.bimserver.models.ifc2x3tc1.IfcVirtualGridIntersection
* @generated
*/
public Adapter createIfcVirtualGridIntersectionAdapter() {
return null;
}
/**
* Creates a new adapter for an object of class '{@link org.bimserver.models.ifc2x3tc1.IfcWall Ifc Wall}'.
*
* This default implementation returns null so that we can easily ignore cases;
* it's useful to ignore a case when inheritance will catch all the cases anyway.
*
* @return the new adapter.
* @see org.bimserver.models.ifc2x3tc1.IfcWall
* @generated
*/
public Adapter createIfcWallAdapter() {
return null;
}
/**
* Creates a new adapter for an object of class '{@link org.bimserver.models.ifc2x3tc1.IfcWallStandardCase Ifc Wall Standard Case}'.
*
* This default implementation returns null so that we can easily ignore cases;
* it's useful to ignore a case when inheritance will catch all the cases anyway.
*
* @return the new adapter.
* @see org.bimserver.models.ifc2x3tc1.IfcWallStandardCase
* @generated
*/
public Adapter createIfcWallStandardCaseAdapter() {
return null;
}
/**
* Creates a new adapter for an object of class '{@link org.bimserver.models.ifc2x3tc1.IfcWallType Ifc Wall Type}'.
*
* This default implementation returns null so that we can easily ignore cases;
* it's useful to ignore a case when inheritance will catch all the cases anyway.
*
* @return the new adapter.
* @see org.bimserver.models.ifc2x3tc1.IfcWallType
* @generated
*/
public Adapter createIfcWallTypeAdapter() {
return null;
}
/**
* Creates a new adapter for an object of class '{@link org.bimserver.models.ifc2x3tc1.IfcWasteTerminalType Ifc Waste Terminal Type}'.
*
* This default implementation returns null so that we can easily ignore cases;
* it's useful to ignore a case when inheritance will catch all the cases anyway.
*
* @return the new adapter.
* @see org.bimserver.models.ifc2x3tc1.IfcWasteTerminalType
* @generated
*/
public Adapter createIfcWasteTerminalTypeAdapter() {
return null;
}
/**
* Creates a new adapter for an object of class '{@link org.bimserver.models.ifc2x3tc1.IfcWaterProperties Ifc Water Properties}'.
*
* This default implementation returns null so that we can easily ignore cases;
* it's useful to ignore a case when inheritance will catch all the cases anyway.
*
* @return the new adapter.
* @see org.bimserver.models.ifc2x3tc1.IfcWaterProperties
* @generated
*/
public Adapter createIfcWaterPropertiesAdapter() {
return null;
}
/**
* Creates a new adapter for an object of class '{@link org.bimserver.models.ifc2x3tc1.IfcWindow Ifc Window}'.
*
* This default implementation returns null so that we can easily ignore cases;
* it's useful to ignore a case when inheritance will catch all the cases anyway.
*
* @return the new adapter.
* @see org.bimserver.models.ifc2x3tc1.IfcWindow
* @generated
*/
public Adapter createIfcWindowAdapter() {
return null;
}
/**
* Creates a new adapter for an object of class '{@link org.bimserver.models.ifc2x3tc1.IfcWindowLiningProperties Ifc Window Lining Properties}'.
*
* This default implementation returns null so that we can easily ignore cases;
* it's useful to ignore a case when inheritance will catch all the cases anyway.
*
* @return the new adapter.
* @see org.bimserver.models.ifc2x3tc1.IfcWindowLiningProperties
* @generated
*/
public Adapter createIfcWindowLiningPropertiesAdapter() {
return null;
}
/**
* Creates a new adapter for an object of class '{@link org.bimserver.models.ifc2x3tc1.IfcWindowPanelProperties Ifc Window Panel Properties}'.
*
* This default implementation returns null so that we can easily ignore cases;
* it's useful to ignore a case when inheritance will catch all the cases anyway.
*
* @return the new adapter.
* @see org.bimserver.models.ifc2x3tc1.IfcWindowPanelProperties
* @generated
*/
public Adapter createIfcWindowPanelPropertiesAdapter() {
return null;
}
/**
* Creates a new adapter for an object of class '{@link org.bimserver.models.ifc2x3tc1.IfcWindowStyle Ifc Window Style}'.
*
* This default implementation returns null so that we can easily ignore cases;
* it's useful to ignore a case when inheritance will catch all the cases anyway.
*
* @return the new adapter.
* @see org.bimserver.models.ifc2x3tc1.IfcWindowStyle
* @generated
*/
public Adapter createIfcWindowStyleAdapter() {
return null;
}
/**
* Creates a new adapter for an object of class '{@link org.bimserver.models.ifc2x3tc1.IfcWorkControl Ifc Work Control}'.
*
* This default implementation returns null so that we can easily ignore cases;
* it's useful to ignore a case when inheritance will catch all the cases anyway.
*
* @return the new adapter.
* @see org.bimserver.models.ifc2x3tc1.IfcWorkControl
* @generated
*/
public Adapter createIfcWorkControlAdapter() {
return null;
}
/**
* Creates a new adapter for an object of class '{@link org.bimserver.models.ifc2x3tc1.IfcWorkPlan Ifc Work Plan}'.
*
* This default implementation returns null so that we can easily ignore cases;
* it's useful to ignore a case when inheritance will catch all the cases anyway.
*
* @return the new adapter.
* @see org.bimserver.models.ifc2x3tc1.IfcWorkPlan
* @generated
*/
public Adapter createIfcWorkPlanAdapter() {
return null;
}
/**
* Creates a new adapter for an object of class '{@link org.bimserver.models.ifc2x3tc1.IfcWorkSchedule Ifc Work Schedule}'.
*
* This default implementation returns null so that we can easily ignore cases;
* it's useful to ignore a case when inheritance will catch all the cases anyway.
*
* @return the new adapter.
* @see org.bimserver.models.ifc2x3tc1.IfcWorkSchedule
* @generated
*/
public Adapter createIfcWorkScheduleAdapter() {
return null;
}
/**
* Creates a new adapter for an object of class '{@link org.bimserver.models.ifc2x3tc1.IfcZShapeProfileDef Ifc ZShape Profile Def}'.
*
* This default implementation returns null so that we can easily ignore cases;
* it's useful to ignore a case when inheritance will catch all the cases anyway.
*
* @return the new adapter.
* @see org.bimserver.models.ifc2x3tc1.IfcZShapeProfileDef
* @generated
*/
public Adapter createIfcZShapeProfileDefAdapter() {
return null;
}
/**
* Creates a new adapter for an object of class '{@link org.bimserver.models.ifc2x3tc1.IfcZone Ifc Zone}'.
*
* This default implementation returns null so that we can easily ignore cases;
* it's useful to ignore a case when inheritance will catch all the cases anyway.
*
* @return the new adapter.
* @see org.bimserver.models.ifc2x3tc1.IfcZone
* @generated
*/
public Adapter createIfcZoneAdapter() {
return null;
}
/**
* Creates a new adapter for an object of class '{@link org.bimserver.models.ifc2x3tc1.IfcAbsorbedDoseMeasure Ifc Absorbed Dose Measure}'.
*
* This default implementation returns null so that we can easily ignore cases;
* it's useful to ignore a case when inheritance will catch all the cases anyway.
*
* @return the new adapter.
* @see org.bimserver.models.ifc2x3tc1.IfcAbsorbedDoseMeasure
* @generated
*/
public Adapter createIfcAbsorbedDoseMeasureAdapter() {
return null;
}
/**
* Creates a new adapter for an object of class '{@link org.bimserver.models.ifc2x3tc1.IfcAccelerationMeasure Ifc Acceleration Measure}'.
*
* This default implementation returns null so that we can easily ignore cases;
* it's useful to ignore a case when inheritance will catch all the cases anyway.
*
* @return the new adapter.
* @see org.bimserver.models.ifc2x3tc1.IfcAccelerationMeasure
* @generated
*/
public Adapter createIfcAccelerationMeasureAdapter() {
return null;
}
/**
* Creates a new adapter for an object of class '{@link org.bimserver.models.ifc2x3tc1.IfcAmountOfSubstanceMeasure Ifc Amount Of Substance Measure}'.
*
* This default implementation returns null so that we can easily ignore cases;
* it's useful to ignore a case when inheritance will catch all the cases anyway.
*
* @return the new adapter.
* @see org.bimserver.models.ifc2x3tc1.IfcAmountOfSubstanceMeasure
* @generated
*/
public Adapter createIfcAmountOfSubstanceMeasureAdapter() {
return null;
}
/**
* Creates a new adapter for an object of class '{@link org.bimserver.models.ifc2x3tc1.IfcAngularVelocityMeasure Ifc Angular Velocity Measure}'.
*
* This default implementation returns null so that we can easily ignore cases;
* it's useful to ignore a case when inheritance will catch all the cases anyway.
*
* @return the new adapter.
* @see org.bimserver.models.ifc2x3tc1.IfcAngularVelocityMeasure
* @generated
*/
public Adapter createIfcAngularVelocityMeasureAdapter() {
return null;
}
/**
* Creates a new adapter for an object of class '{@link org.bimserver.models.ifc2x3tc1.IfcAreaMeasure Ifc Area Measure}'.
*
* This default implementation returns null so that we can easily ignore cases;
* it's useful to ignore a case when inheritance will catch all the cases anyway.
*
* @return the new adapter.
* @see org.bimserver.models.ifc2x3tc1.IfcAreaMeasure
* @generated
*/
public Adapter createIfcAreaMeasureAdapter() {
return null;
}
/**
* Creates a new adapter for an object of class '{@link org.bimserver.models.ifc2x3tc1.IfcBoolean Ifc Boolean}'.
*
* This default implementation returns null so that we can easily ignore cases;
* it's useful to ignore a case when inheritance will catch all the cases anyway.
*
* @return the new adapter.
* @see org.bimserver.models.ifc2x3tc1.IfcBoolean
* @generated
*/
public Adapter createIfcBooleanAdapter() {
return null;
}
/**
* Creates a new adapter for an object of class '{@link org.bimserver.models.ifc2x3tc1.IfcContextDependentMeasure Ifc Context Dependent Measure}'.
*
* This default implementation returns null so that we can easily ignore cases;
* it's useful to ignore a case when inheritance will catch all the cases anyway.
*
* @return the new adapter.
* @see org.bimserver.models.ifc2x3tc1.IfcContextDependentMeasure
* @generated
*/
public Adapter createIfcContextDependentMeasureAdapter() {
return null;
}
/**
* Creates a new adapter for an object of class '{@link org.bimserver.models.ifc2x3tc1.IfcCountMeasure Ifc Count Measure}'.
*
* This default implementation returns null so that we can easily ignore cases;
* it's useful to ignore a case when inheritance will catch all the cases anyway.
*
* @return the new adapter.
* @see org.bimserver.models.ifc2x3tc1.IfcCountMeasure
* @generated
*/
public Adapter createIfcCountMeasureAdapter() {
return null;
}
/**
* Creates a new adapter for an object of class '{@link org.bimserver.models.ifc2x3tc1.IfcCurvatureMeasure Ifc Curvature Measure}'.
*
* This default implementation returns null so that we can easily ignore cases;
* it's useful to ignore a case when inheritance will catch all the cases anyway.
*
* @return the new adapter.
* @see org.bimserver.models.ifc2x3tc1.IfcCurvatureMeasure
* @generated
*/
public Adapter createIfcCurvatureMeasureAdapter() {
return null;
}
/**
* Creates a new adapter for an object of class '{@link org.bimserver.models.ifc2x3tc1.IfcDayInMonthNumber Ifc Day In Month Number}'.
*
* This default implementation returns null so that we can easily ignore cases;
* it's useful to ignore a case when inheritance will catch all the cases anyway.
*
* @return the new adapter.
* @see org.bimserver.models.ifc2x3tc1.IfcDayInMonthNumber
* @generated
*/
public Adapter createIfcDayInMonthNumberAdapter() {
return null;
}
/**
* Creates a new adapter for an object of class '{@link org.bimserver.models.ifc2x3tc1.IfcDaylightSavingHour Ifc Daylight Saving Hour}'.
*
* This default implementation returns null so that we can easily ignore cases;
* it's useful to ignore a case when inheritance will catch all the cases anyway.
*
* @return the new adapter.
* @see org.bimserver.models.ifc2x3tc1.IfcDaylightSavingHour
* @generated
*/
public Adapter createIfcDaylightSavingHourAdapter() {
return null;
}
/**
* Creates a new adapter for an object of class '{@link org.bimserver.models.ifc2x3tc1.IfcDescriptiveMeasure Ifc Descriptive Measure}'.
*
* This default implementation returns null so that we can easily ignore cases;
* it's useful to ignore a case when inheritance will catch all the cases anyway.
*
* @return the new adapter.
* @see org.bimserver.models.ifc2x3tc1.IfcDescriptiveMeasure
* @generated
*/
public Adapter createIfcDescriptiveMeasureAdapter() {
return null;
}
/**
* Creates a new adapter for an object of class '{@link org.bimserver.models.ifc2x3tc1.IfcDimensionCount Ifc Dimension Count}'.
*
* This default implementation returns null so that we can easily ignore cases;
* it's useful to ignore a case when inheritance will catch all the cases anyway.
*
* @return the new adapter.
* @see org.bimserver.models.ifc2x3tc1.IfcDimensionCount
* @generated
*/
public Adapter createIfcDimensionCountAdapter() {
return null;
}
/**
* Creates a new adapter for an object of class '{@link org.bimserver.models.ifc2x3tc1.IfcDoseEquivalentMeasure Ifc Dose Equivalent Measure}'.
*
* This default implementation returns null so that we can easily ignore cases;
* it's useful to ignore a case when inheritance will catch all the cases anyway.
*
* @return the new adapter.
* @see org.bimserver.models.ifc2x3tc1.IfcDoseEquivalentMeasure
* @generated
*/
public Adapter createIfcDoseEquivalentMeasureAdapter() {
return null;
}
/**
* Creates a new adapter for an object of class '{@link org.bimserver.models.ifc2x3tc1.IfcDynamicViscosityMeasure Ifc Dynamic Viscosity Measure}'.
*
* This default implementation returns null so that we can easily ignore cases;
* it's useful to ignore a case when inheritance will catch all the cases anyway.
*
* @return the new adapter.
* @see org.bimserver.models.ifc2x3tc1.IfcDynamicViscosityMeasure
* @generated
*/
public Adapter createIfcDynamicViscosityMeasureAdapter() {
return null;
}
/**
* Creates a new adapter for an object of class '{@link org.bimserver.models.ifc2x3tc1.IfcElectricCapacitanceMeasure Ifc Electric Capacitance Measure}'.
*
* This default implementation returns null so that we can easily ignore cases;
* it's useful to ignore a case when inheritance will catch all the cases anyway.
*
* @return the new adapter.
* @see org.bimserver.models.ifc2x3tc1.IfcElectricCapacitanceMeasure
* @generated
*/
public Adapter createIfcElectricCapacitanceMeasureAdapter() {
return null;
}
/**
* Creates a new adapter for an object of class '{@link org.bimserver.models.ifc2x3tc1.IfcElectricChargeMeasure Ifc Electric Charge Measure}'.
*
* This default implementation returns null so that we can easily ignore cases;
* it's useful to ignore a case when inheritance will catch all the cases anyway.
*
* @return the new adapter.
* @see org.bimserver.models.ifc2x3tc1.IfcElectricChargeMeasure
* @generated
*/
public Adapter createIfcElectricChargeMeasureAdapter() {
return null;
}
/**
* Creates a new adapter for an object of class '{@link org.bimserver.models.ifc2x3tc1.IfcElectricConductanceMeasure Ifc Electric Conductance Measure}'.
*
* This default implementation returns null so that we can easily ignore cases;
* it's useful to ignore a case when inheritance will catch all the cases anyway.
*
* @return the new adapter.
* @see org.bimserver.models.ifc2x3tc1.IfcElectricConductanceMeasure
* @generated
*/
public Adapter createIfcElectricConductanceMeasureAdapter() {
return null;
}
/**
* Creates a new adapter for an object of class '{@link org.bimserver.models.ifc2x3tc1.IfcElectricCurrentMeasure Ifc Electric Current Measure}'.
*
* This default implementation returns null so that we can easily ignore cases;
* it's useful to ignore a case when inheritance will catch all the cases anyway.
*
* @return the new adapter.
* @see org.bimserver.models.ifc2x3tc1.IfcElectricCurrentMeasure
* @generated
*/
public Adapter createIfcElectricCurrentMeasureAdapter() {
return null;
}
/**
* Creates a new adapter for an object of class '{@link org.bimserver.models.ifc2x3tc1.IfcElectricResistanceMeasure Ifc Electric Resistance Measure}'.
*
* This default implementation returns null so that we can easily ignore cases;
* it's useful to ignore a case when inheritance will catch all the cases anyway.
*
* @return the new adapter.
* @see org.bimserver.models.ifc2x3tc1.IfcElectricResistanceMeasure
* @generated
*/
public Adapter createIfcElectricResistanceMeasureAdapter() {
return null;
}
/**
* Creates a new adapter for an object of class '{@link org.bimserver.models.ifc2x3tc1.IfcElectricVoltageMeasure Ifc Electric Voltage Measure}'.
*
* This default implementation returns null so that we can easily ignore cases;
* it's useful to ignore a case when inheritance will catch all the cases anyway.
*
* @return the new adapter.
* @see org.bimserver.models.ifc2x3tc1.IfcElectricVoltageMeasure
* @generated
*/
public Adapter createIfcElectricVoltageMeasureAdapter() {
return null;
}
/**
* Creates a new adapter for an object of class '{@link org.bimserver.models.ifc2x3tc1.IfcEnergyMeasure Ifc Energy Measure}'.
*
* This default implementation returns null so that we can easily ignore cases;
* it's useful to ignore a case when inheritance will catch all the cases anyway.
*
* @return the new adapter.
* @see org.bimserver.models.ifc2x3tc1.IfcEnergyMeasure
* @generated
*/
public Adapter createIfcEnergyMeasureAdapter() {
return null;
}
/**
* Creates a new adapter for an object of class '{@link org.bimserver.models.ifc2x3tc1.IfcFontStyle Ifc Font Style}'.
*
* This default implementation returns null so that we can easily ignore cases;
* it's useful to ignore a case when inheritance will catch all the cases anyway.
*
* @return the new adapter.
* @see org.bimserver.models.ifc2x3tc1.IfcFontStyle
* @generated
*/
public Adapter createIfcFontStyleAdapter() {
return null;
}
/**
* Creates a new adapter for an object of class '{@link org.bimserver.models.ifc2x3tc1.IfcFontVariant Ifc Font Variant}'.
*
* This default implementation returns null so that we can easily ignore cases;
* it's useful to ignore a case when inheritance will catch all the cases anyway.
*
* @return the new adapter.
* @see org.bimserver.models.ifc2x3tc1.IfcFontVariant
* @generated
*/
public Adapter createIfcFontVariantAdapter() {
return null;
}
/**
* Creates a new adapter for an object of class '{@link org.bimserver.models.ifc2x3tc1.IfcFontWeight Ifc Font Weight}'.
*
* This default implementation returns null so that we can easily ignore cases;
* it's useful to ignore a case when inheritance will catch all the cases anyway.
*
* @return the new adapter.
* @see org.bimserver.models.ifc2x3tc1.IfcFontWeight
* @generated
*/
public Adapter createIfcFontWeightAdapter() {
return null;
}
/**
* Creates a new adapter for an object of class '{@link org.bimserver.models.ifc2x3tc1.IfcForceMeasure Ifc Force Measure}'.
*
* This default implementation returns null so that we can easily ignore cases;
* it's useful to ignore a case when inheritance will catch all the cases anyway.
*
* @return the new adapter.
* @see org.bimserver.models.ifc2x3tc1.IfcForceMeasure
* @generated
*/
public Adapter createIfcForceMeasureAdapter() {
return null;
}
/**
* Creates a new adapter for an object of class '{@link org.bimserver.models.ifc2x3tc1.IfcFrequencyMeasure Ifc Frequency Measure}'.
*
* This default implementation returns null so that we can easily ignore cases;
* it's useful to ignore a case when inheritance will catch all the cases anyway.
*
* @return the new adapter.
* @see org.bimserver.models.ifc2x3tc1.IfcFrequencyMeasure
* @generated
*/
public Adapter createIfcFrequencyMeasureAdapter() {
return null;
}
/**
* Creates a new adapter for an object of class '{@link org.bimserver.models.ifc2x3tc1.IfcGloballyUniqueId Ifc Globally Unique Id}'.
*
* This default implementation returns null so that we can easily ignore cases;
* it's useful to ignore a case when inheritance will catch all the cases anyway.
*
* @return the new adapter.
* @see org.bimserver.models.ifc2x3tc1.IfcGloballyUniqueId
* @generated
*/
public Adapter createIfcGloballyUniqueIdAdapter() {
return null;
}
/**
* Creates a new adapter for an object of class '{@link org.bimserver.models.ifc2x3tc1.IfcHeatFluxDensityMeasure Ifc Heat Flux Density Measure}'.
*
* This default implementation returns null so that we can easily ignore cases;
* it's useful to ignore a case when inheritance will catch all the cases anyway.
*
* @return the new adapter.
* @see org.bimserver.models.ifc2x3tc1.IfcHeatFluxDensityMeasure
* @generated
*/
public Adapter createIfcHeatFluxDensityMeasureAdapter() {
return null;
}
/**
* Creates a new adapter for an object of class '{@link org.bimserver.models.ifc2x3tc1.IfcHeatingValueMeasure Ifc Heating Value Measure}'.
*
* This default implementation returns null so that we can easily ignore cases;
* it's useful to ignore a case when inheritance will catch all the cases anyway.
*
* @return the new adapter.
* @see org.bimserver.models.ifc2x3tc1.IfcHeatingValueMeasure
* @generated
*/
public Adapter createIfcHeatingValueMeasureAdapter() {
return null;
}
/**
* Creates a new adapter for an object of class '{@link org.bimserver.models.ifc2x3tc1.IfcHourInDay Ifc Hour In Day}'.
*
* This default implementation returns null so that we can easily ignore cases;
* it's useful to ignore a case when inheritance will catch all the cases anyway.
*
* @return the new adapter.
* @see org.bimserver.models.ifc2x3tc1.IfcHourInDay
* @generated
*/
public Adapter createIfcHourInDayAdapter() {
return null;
}
/**
* Creates a new adapter for an object of class '{@link org.bimserver.models.ifc2x3tc1.IfcIdentifier Ifc Identifier}'.
*
* This default implementation returns null so that we can easily ignore cases;
* it's useful to ignore a case when inheritance will catch all the cases anyway.
*
* @return the new adapter.
* @see org.bimserver.models.ifc2x3tc1.IfcIdentifier
* @generated
*/
public Adapter createIfcIdentifierAdapter() {
return null;
}
/**
* Creates a new adapter for an object of class '{@link org.bimserver.models.ifc2x3tc1.IfcIlluminanceMeasure Ifc Illuminance Measure}'.
*
* This default implementation returns null so that we can easily ignore cases;
* it's useful to ignore a case when inheritance will catch all the cases anyway.
*
* @return the new adapter.
* @see org.bimserver.models.ifc2x3tc1.IfcIlluminanceMeasure
* @generated
*/
public Adapter createIfcIlluminanceMeasureAdapter() {
return null;
}
/**
* Creates a new adapter for an object of class '{@link org.bimserver.models.ifc2x3tc1.IfcInductanceMeasure Ifc Inductance Measure}'.
*
* This default implementation returns null so that we can easily ignore cases;
* it's useful to ignore a case when inheritance will catch all the cases anyway.
*
* @return the new adapter.
* @see org.bimserver.models.ifc2x3tc1.IfcInductanceMeasure
* @generated
*/
public Adapter createIfcInductanceMeasureAdapter() {
return null;
}
/**
* Creates a new adapter for an object of class '{@link org.bimserver.models.ifc2x3tc1.IfcInteger Ifc Integer}'.
*
* This default implementation returns null so that we can easily ignore cases;
* it's useful to ignore a case when inheritance will catch all the cases anyway.
*
* @return the new adapter.
* @see org.bimserver.models.ifc2x3tc1.IfcInteger
* @generated
*/
public Adapter createIfcIntegerAdapter() {
return null;
}
/**
* Creates a new adapter for an object of class '{@link org.bimserver.models.ifc2x3tc1.IfcIntegerCountRateMeasure Ifc Integer Count Rate Measure}'.
*
* This default implementation returns null so that we can easily ignore cases;
* it's useful to ignore a case when inheritance will catch all the cases anyway.
*
* @return the new adapter.
* @see org.bimserver.models.ifc2x3tc1.IfcIntegerCountRateMeasure
* @generated
*/
public Adapter createIfcIntegerCountRateMeasureAdapter() {
return null;
}
/**
* Creates a new adapter for an object of class '{@link org.bimserver.models.ifc2x3tc1.IfcIonConcentrationMeasure Ifc Ion Concentration Measure}'.
*
* This default implementation returns null so that we can easily ignore cases;
* it's useful to ignore a case when inheritance will catch all the cases anyway.
*
* @return the new adapter.
* @see org.bimserver.models.ifc2x3tc1.IfcIonConcentrationMeasure
* @generated
*/
public Adapter createIfcIonConcentrationMeasureAdapter() {
return null;
}
/**
* Creates a new adapter for an object of class '{@link org.bimserver.models.ifc2x3tc1.IfcIsothermalMoistureCapacityMeasure Ifc Isothermal Moisture Capacity Measure}'.
*
* This default implementation returns null so that we can easily ignore cases;
* it's useful to ignore a case when inheritance will catch all the cases anyway.
*
* @return the new adapter.
* @see org.bimserver.models.ifc2x3tc1.IfcIsothermalMoistureCapacityMeasure
* @generated
*/
public Adapter createIfcIsothermalMoistureCapacityMeasureAdapter() {
return null;
}
/**
* Creates a new adapter for an object of class '{@link org.bimserver.models.ifc2x3tc1.IfcKinematicViscosityMeasure Ifc Kinematic Viscosity Measure}'.
*
* This default implementation returns null so that we can easily ignore cases;
* it's useful to ignore a case when inheritance will catch all the cases anyway.
*
* @return the new adapter.
* @see org.bimserver.models.ifc2x3tc1.IfcKinematicViscosityMeasure
* @generated
*/
public Adapter createIfcKinematicViscosityMeasureAdapter() {
return null;
}
/**
* Creates a new adapter for an object of class '{@link org.bimserver.models.ifc2x3tc1.IfcLabel Ifc Label}'.
*
* This default implementation returns null so that we can easily ignore cases;
* it's useful to ignore a case when inheritance will catch all the cases anyway.
*
* @return the new adapter.
* @see org.bimserver.models.ifc2x3tc1.IfcLabel
* @generated
*/
public Adapter createIfcLabelAdapter() {
return null;
}
/**
* Creates a new adapter for an object of class '{@link org.bimserver.models.ifc2x3tc1.IfcLengthMeasure Ifc Length Measure}'.
*
* This default implementation returns null so that we can easily ignore cases;
* it's useful to ignore a case when inheritance will catch all the cases anyway.
*
* @return the new adapter.
* @see org.bimserver.models.ifc2x3tc1.IfcLengthMeasure
* @generated
*/
public Adapter createIfcLengthMeasureAdapter() {
return null;
}
/**
* Creates a new adapter for an object of class '{@link org.bimserver.models.ifc2x3tc1.IfcLinearForceMeasure Ifc Linear Force Measure}'.
*
* This default implementation returns null so that we can easily ignore cases;
* it's useful to ignore a case when inheritance will catch all the cases anyway.
*
* @return the new adapter.
* @see org.bimserver.models.ifc2x3tc1.IfcLinearForceMeasure
* @generated
*/
public Adapter createIfcLinearForceMeasureAdapter() {
return null;
}
/**
* Creates a new adapter for an object of class '{@link org.bimserver.models.ifc2x3tc1.IfcLinearMomentMeasure Ifc Linear Moment Measure}'.
*
* This default implementation returns null so that we can easily ignore cases;
* it's useful to ignore a case when inheritance will catch all the cases anyway.
*
* @return the new adapter.
* @see org.bimserver.models.ifc2x3tc1.IfcLinearMomentMeasure
* @generated
*/
public Adapter createIfcLinearMomentMeasureAdapter() {
return null;
}
/**
* Creates a new adapter for an object of class '{@link org.bimserver.models.ifc2x3tc1.IfcLinearStiffnessMeasure Ifc Linear Stiffness Measure}'.
*
* This default implementation returns null so that we can easily ignore cases;
* it's useful to ignore a case when inheritance will catch all the cases anyway.
*
* @return the new adapter.
* @see org.bimserver.models.ifc2x3tc1.IfcLinearStiffnessMeasure
* @generated
*/
public Adapter createIfcLinearStiffnessMeasureAdapter() {
return null;
}
/**
* Creates a new adapter for an object of class '{@link org.bimserver.models.ifc2x3tc1.IfcLinearVelocityMeasure Ifc Linear Velocity Measure}'.
*
* This default implementation returns null so that we can easily ignore cases;
* it's useful to ignore a case when inheritance will catch all the cases anyway.
*
* @return the new adapter.
* @see org.bimserver.models.ifc2x3tc1.IfcLinearVelocityMeasure
* @generated
*/
public Adapter createIfcLinearVelocityMeasureAdapter() {
return null;
}
/**
* Creates a new adapter for an object of class '{@link org.bimserver.models.ifc2x3tc1.IfcLogical Ifc Logical}'.
*
* This default implementation returns null so that we can easily ignore cases;
* it's useful to ignore a case when inheritance will catch all the cases anyway.
*
* @return the new adapter.
* @see org.bimserver.models.ifc2x3tc1.IfcLogical
* @generated
*/
public Adapter createIfcLogicalAdapter() {
return null;
}
/**
* Creates a new adapter for an object of class '{@link org.bimserver.models.ifc2x3tc1.IfcLuminousFluxMeasure Ifc Luminous Flux Measure}'.
*
* This default implementation returns null so that we can easily ignore cases;
* it's useful to ignore a case when inheritance will catch all the cases anyway.
*
* @return the new adapter.
* @see org.bimserver.models.ifc2x3tc1.IfcLuminousFluxMeasure
* @generated
*/
public Adapter createIfcLuminousFluxMeasureAdapter() {
return null;
}
/**
* Creates a new adapter for an object of class '{@link org.bimserver.models.ifc2x3tc1.IfcLuminousIntensityDistributionMeasure Ifc Luminous Intensity Distribution Measure}'.
*
* This default implementation returns null so that we can easily ignore cases;
* it's useful to ignore a case when inheritance will catch all the cases anyway.
*
* @return the new adapter.
* @see org.bimserver.models.ifc2x3tc1.IfcLuminousIntensityDistributionMeasure
* @generated
*/
public Adapter createIfcLuminousIntensityDistributionMeasureAdapter() {
return null;
}
/**
* Creates a new adapter for an object of class '{@link org.bimserver.models.ifc2x3tc1.IfcLuminousIntensityMeasure Ifc Luminous Intensity Measure}'.
*
* This default implementation returns null so that we can easily ignore cases;
* it's useful to ignore a case when inheritance will catch all the cases anyway.
*
* @return the new adapter.
* @see org.bimserver.models.ifc2x3tc1.IfcLuminousIntensityMeasure
* @generated
*/
public Adapter createIfcLuminousIntensityMeasureAdapter() {
return null;
}
/**
* Creates a new adapter for an object of class '{@link org.bimserver.models.ifc2x3tc1.IfcMagneticFluxDensityMeasure Ifc Magnetic Flux Density Measure}'.
*
* This default implementation returns null so that we can easily ignore cases;
* it's useful to ignore a case when inheritance will catch all the cases anyway.
*
* @return the new adapter.
* @see org.bimserver.models.ifc2x3tc1.IfcMagneticFluxDensityMeasure
* @generated
*/
public Adapter createIfcMagneticFluxDensityMeasureAdapter() {
return null;
}
/**
* Creates a new adapter for an object of class '{@link org.bimserver.models.ifc2x3tc1.IfcMagneticFluxMeasure Ifc Magnetic Flux Measure}'.
*
* This default implementation returns null so that we can easily ignore cases;
* it's useful to ignore a case when inheritance will catch all the cases anyway.
*
* @return the new adapter.
* @see org.bimserver.models.ifc2x3tc1.IfcMagneticFluxMeasure
* @generated
*/
public Adapter createIfcMagneticFluxMeasureAdapter() {
return null;
}
/**
* Creates a new adapter for an object of class '{@link org.bimserver.models.ifc2x3tc1.IfcMassDensityMeasure Ifc Mass Density Measure}'.
*
* This default implementation returns null so that we can easily ignore cases;
* it's useful to ignore a case when inheritance will catch all the cases anyway.
*
* @return the new adapter.
* @see org.bimserver.models.ifc2x3tc1.IfcMassDensityMeasure
* @generated
*/
public Adapter createIfcMassDensityMeasureAdapter() {
return null;
}
/**
* Creates a new adapter for an object of class '{@link org.bimserver.models.ifc2x3tc1.IfcMassFlowRateMeasure Ifc Mass Flow Rate Measure}'.
*
* This default implementation returns null so that we can easily ignore cases;
* it's useful to ignore a case when inheritance will catch all the cases anyway.
*
* @return the new adapter.
* @see org.bimserver.models.ifc2x3tc1.IfcMassFlowRateMeasure
* @generated
*/
public Adapter createIfcMassFlowRateMeasureAdapter() {
return null;
}
/**
* Creates a new adapter for an object of class '{@link org.bimserver.models.ifc2x3tc1.IfcMassMeasure Ifc Mass Measure}'.
*
* This default implementation returns null so that we can easily ignore cases;
* it's useful to ignore a case when inheritance will catch all the cases anyway.
*
* @return the new adapter.
* @see org.bimserver.models.ifc2x3tc1.IfcMassMeasure
* @generated
*/
public Adapter createIfcMassMeasureAdapter() {
return null;
}
/**
* Creates a new adapter for an object of class '{@link org.bimserver.models.ifc2x3tc1.IfcMassPerLengthMeasure Ifc Mass Per Length Measure}'.
*
* This default implementation returns null so that we can easily ignore cases;
* it's useful to ignore a case when inheritance will catch all the cases anyway.
*
* @return the new adapter.
* @see org.bimserver.models.ifc2x3tc1.IfcMassPerLengthMeasure
* @generated
*/
public Adapter createIfcMassPerLengthMeasureAdapter() {
return null;
}
/**
* Creates a new adapter for an object of class '{@link org.bimserver.models.ifc2x3tc1.IfcMinuteInHour Ifc Minute In Hour}'.
*
* This default implementation returns null so that we can easily ignore cases;
* it's useful to ignore a case when inheritance will catch all the cases anyway.
*
* @return the new adapter.
* @see org.bimserver.models.ifc2x3tc1.IfcMinuteInHour
* @generated
*/
public Adapter createIfcMinuteInHourAdapter() {
return null;
}
/**
* Creates a new adapter for an object of class '{@link org.bimserver.models.ifc2x3tc1.IfcModulusOfElasticityMeasure Ifc Modulus Of Elasticity Measure}'.
*
* This default implementation returns null so that we can easily ignore cases;
* it's useful to ignore a case when inheritance will catch all the cases anyway.
*
* @return the new adapter.
* @see org.bimserver.models.ifc2x3tc1.IfcModulusOfElasticityMeasure
* @generated
*/
public Adapter createIfcModulusOfElasticityMeasureAdapter() {
return null;
}
/**
* Creates a new adapter for an object of class '{@link org.bimserver.models.ifc2x3tc1.IfcModulusOfLinearSubgradeReactionMeasure Ifc Modulus Of Linear Subgrade Reaction Measure}'.
*
* This default implementation returns null so that we can easily ignore cases;
* it's useful to ignore a case when inheritance will catch all the cases anyway.
*
* @return the new adapter.
* @see org.bimserver.models.ifc2x3tc1.IfcModulusOfLinearSubgradeReactionMeasure
* @generated
*/
public Adapter createIfcModulusOfLinearSubgradeReactionMeasureAdapter() {
return null;
}
/**
* Creates a new adapter for an object of class '{@link org.bimserver.models.ifc2x3tc1.IfcModulusOfRotationalSubgradeReactionMeasure Ifc Modulus Of Rotational Subgrade Reaction Measure}'.
*
* This default implementation returns null so that we can easily ignore cases;
* it's useful to ignore a case when inheritance will catch all the cases anyway.
*
* @return the new adapter.
* @see org.bimserver.models.ifc2x3tc1.IfcModulusOfRotationalSubgradeReactionMeasure
* @generated
*/
public Adapter createIfcModulusOfRotationalSubgradeReactionMeasureAdapter() {
return null;
}
/**
* Creates a new adapter for an object of class '{@link org.bimserver.models.ifc2x3tc1.IfcModulusOfSubgradeReactionMeasure Ifc Modulus Of Subgrade Reaction Measure}'.
*
* This default implementation returns null so that we can easily ignore cases;
* it's useful to ignore a case when inheritance will catch all the cases anyway.
*
* @return the new adapter.
* @see org.bimserver.models.ifc2x3tc1.IfcModulusOfSubgradeReactionMeasure
* @generated
*/
public Adapter createIfcModulusOfSubgradeReactionMeasureAdapter() {
return null;
}
/**
* Creates a new adapter for an object of class '{@link org.bimserver.models.ifc2x3tc1.IfcMoistureDiffusivityMeasure Ifc Moisture Diffusivity Measure}'.
*
* This default implementation returns null so that we can easily ignore cases;
* it's useful to ignore a case when inheritance will catch all the cases anyway.
*
* @return the new adapter.
* @see org.bimserver.models.ifc2x3tc1.IfcMoistureDiffusivityMeasure
* @generated
*/
public Adapter createIfcMoistureDiffusivityMeasureAdapter() {
return null;
}
/**
* Creates a new adapter for an object of class '{@link org.bimserver.models.ifc2x3tc1.IfcMolecularWeightMeasure Ifc Molecular Weight Measure}'.
*
* This default implementation returns null so that we can easily ignore cases;
* it's useful to ignore a case when inheritance will catch all the cases anyway.
*
* @return the new adapter.
* @see org.bimserver.models.ifc2x3tc1.IfcMolecularWeightMeasure
* @generated
*/
public Adapter createIfcMolecularWeightMeasureAdapter() {
return null;
}
/**
* Creates a new adapter for an object of class '{@link org.bimserver.models.ifc2x3tc1.IfcMomentOfInertiaMeasure Ifc Moment Of Inertia Measure}'.
*
* This default implementation returns null so that we can easily ignore cases;
* it's useful to ignore a case when inheritance will catch all the cases anyway.
*
* @return the new adapter.
* @see org.bimserver.models.ifc2x3tc1.IfcMomentOfInertiaMeasure
* @generated
*/
public Adapter createIfcMomentOfInertiaMeasureAdapter() {
return null;
}
/**
* Creates a new adapter for an object of class '{@link org.bimserver.models.ifc2x3tc1.IfcMonetaryMeasure Ifc Monetary Measure}'.
*
* This default implementation returns null so that we can easily ignore cases;
* it's useful to ignore a case when inheritance will catch all the cases anyway.
*
* @return the new adapter.
* @see org.bimserver.models.ifc2x3tc1.IfcMonetaryMeasure
* @generated
*/
public Adapter createIfcMonetaryMeasureAdapter() {
return null;
}
/**
* Creates a new adapter for an object of class '{@link org.bimserver.models.ifc2x3tc1.IfcMonthInYearNumber Ifc Month In Year Number}'.
*
* This default implementation returns null so that we can easily ignore cases;
* it's useful to ignore a case when inheritance will catch all the cases anyway.
*
* @return the new adapter.
* @see org.bimserver.models.ifc2x3tc1.IfcMonthInYearNumber
* @generated
*/
public Adapter createIfcMonthInYearNumberAdapter() {
return null;
}
/**
* Creates a new adapter for an object of class '{@link org.bimserver.models.ifc2x3tc1.IfcNumericMeasure Ifc Numeric Measure}'.
*
* This default implementation returns null so that we can easily ignore cases;
* it's useful to ignore a case when inheritance will catch all the cases anyway.
*
* @return the new adapter.
* @see org.bimserver.models.ifc2x3tc1.IfcNumericMeasure
* @generated
*/
public Adapter createIfcNumericMeasureAdapter() {
return null;
}
/**
* Creates a new adapter for an object of class '{@link org.bimserver.models.ifc2x3tc1.IfcPHMeasure Ifc PH Measure}'.
*
* This default implementation returns null so that we can easily ignore cases;
* it's useful to ignore a case when inheritance will catch all the cases anyway.
*
* @return the new adapter.
* @see org.bimserver.models.ifc2x3tc1.IfcPHMeasure
* @generated
*/
public Adapter createIfcPHMeasureAdapter() {
return null;
}
/**
* Creates a new adapter for an object of class '{@link org.bimserver.models.ifc2x3tc1.IfcParameterValue Ifc Parameter Value}'.
*
* This default implementation returns null so that we can easily ignore cases;
* it's useful to ignore a case when inheritance will catch all the cases anyway.
*
* @return the new adapter.
* @see org.bimserver.models.ifc2x3tc1.IfcParameterValue
* @generated
*/
public Adapter createIfcParameterValueAdapter() {
return null;
}
/**
* Creates a new adapter for an object of class '{@link org.bimserver.models.ifc2x3tc1.IfcPlanarForceMeasure Ifc Planar Force Measure}'.
*
* This default implementation returns null so that we can easily ignore cases;
* it's useful to ignore a case when inheritance will catch all the cases anyway.
*
* @return the new adapter.
* @see org.bimserver.models.ifc2x3tc1.IfcPlanarForceMeasure
* @generated
*/
public Adapter createIfcPlanarForceMeasureAdapter() {
return null;
}
/**
* Creates a new adapter for an object of class '{@link org.bimserver.models.ifc2x3tc1.IfcPlaneAngleMeasure Ifc Plane Angle Measure}'.
*
* This default implementation returns null so that we can easily ignore cases;
* it's useful to ignore a case when inheritance will catch all the cases anyway.
*
* @return the new adapter.
* @see org.bimserver.models.ifc2x3tc1.IfcPlaneAngleMeasure
* @generated
*/
public Adapter createIfcPlaneAngleMeasureAdapter() {
return null;
}
/**
* Creates a new adapter for an object of class '{@link org.bimserver.models.ifc2x3tc1.IfcPowerMeasure Ifc Power Measure}'.
*
* This default implementation returns null so that we can easily ignore cases;
* it's useful to ignore a case when inheritance will catch all the cases anyway.
*
* @return the new adapter.
* @see org.bimserver.models.ifc2x3tc1.IfcPowerMeasure
* @generated
*/
public Adapter createIfcPowerMeasureAdapter() {
return null;
}
/**
* Creates a new adapter for an object of class '{@link org.bimserver.models.ifc2x3tc1.IfcPresentableText Ifc Presentable Text}'.
*
* This default implementation returns null so that we can easily ignore cases;
* it's useful to ignore a case when inheritance will catch all the cases anyway.
*
* @return the new adapter.
* @see org.bimserver.models.ifc2x3tc1.IfcPresentableText
* @generated
*/
public Adapter createIfcPresentableTextAdapter() {
return null;
}
/**
* Creates a new adapter for an object of class '{@link org.bimserver.models.ifc2x3tc1.IfcPressureMeasure Ifc Pressure Measure}'.
*
* This default implementation returns null so that we can easily ignore cases;
* it's useful to ignore a case when inheritance will catch all the cases anyway.
*
* @return the new adapter.
* @see org.bimserver.models.ifc2x3tc1.IfcPressureMeasure
* @generated
*/
public Adapter createIfcPressureMeasureAdapter() {
return null;
}
/**
* Creates a new adapter for an object of class '{@link org.bimserver.models.ifc2x3tc1.IfcRadioActivityMeasure Ifc Radio Activity Measure}'.
*
* This default implementation returns null so that we can easily ignore cases;
* it's useful to ignore a case when inheritance will catch all the cases anyway.
*
* @return the new adapter.
* @see org.bimserver.models.ifc2x3tc1.IfcRadioActivityMeasure
* @generated
*/
public Adapter createIfcRadioActivityMeasureAdapter() {
return null;
}
/**
* Creates a new adapter for an object of class '{@link org.bimserver.models.ifc2x3tc1.IfcRatioMeasure Ifc Ratio Measure}'.
*
* This default implementation returns null so that we can easily ignore cases;
* it's useful to ignore a case when inheritance will catch all the cases anyway.
*
* @return the new adapter.
* @see org.bimserver.models.ifc2x3tc1.IfcRatioMeasure
* @generated
*/
public Adapter createIfcRatioMeasureAdapter() {
return null;
}
/**
* Creates a new adapter for an object of class '{@link org.bimserver.models.ifc2x3tc1.IfcReal Ifc Real}'.
*
* This default implementation returns null so that we can easily ignore cases;
* it's useful to ignore a case when inheritance will catch all the cases anyway.
*
* @return the new adapter.
* @see org.bimserver.models.ifc2x3tc1.IfcReal
* @generated
*/
public Adapter createIfcRealAdapter() {
return null;
}
/**
* Creates a new adapter for an object of class '{@link org.bimserver.models.ifc2x3tc1.IfcRotationalFrequencyMeasure Ifc Rotational Frequency Measure}'.
*
* This default implementation returns null so that we can easily ignore cases;
* it's useful to ignore a case when inheritance will catch all the cases anyway.
*
* @return the new adapter.
* @see org.bimserver.models.ifc2x3tc1.IfcRotationalFrequencyMeasure
* @generated
*/
public Adapter createIfcRotationalFrequencyMeasureAdapter() {
return null;
}
/**
* Creates a new adapter for an object of class '{@link org.bimserver.models.ifc2x3tc1.IfcRotationalMassMeasure Ifc Rotational Mass Measure}'.
*
* This default implementation returns null so that we can easily ignore cases;
* it's useful to ignore a case when inheritance will catch all the cases anyway.
*
* @return the new adapter.
* @see org.bimserver.models.ifc2x3tc1.IfcRotationalMassMeasure
* @generated
*/
public Adapter createIfcRotationalMassMeasureAdapter() {
return null;
}
/**
* Creates a new adapter for an object of class '{@link org.bimserver.models.ifc2x3tc1.IfcRotationalStiffnessMeasure Ifc Rotational Stiffness Measure}'.
*
* This default implementation returns null so that we can easily ignore cases;
* it's useful to ignore a case when inheritance will catch all the cases anyway.
*
* @return the new adapter.
* @see org.bimserver.models.ifc2x3tc1.IfcRotationalStiffnessMeasure
* @generated
*/
public Adapter createIfcRotationalStiffnessMeasureAdapter() {
return null;
}
/**
* Creates a new adapter for an object of class '{@link org.bimserver.models.ifc2x3tc1.IfcSecondInMinute Ifc Second In Minute}'.
*
* This default implementation returns null so that we can easily ignore cases;
* it's useful to ignore a case when inheritance will catch all the cases anyway.
*
* @return the new adapter.
* @see org.bimserver.models.ifc2x3tc1.IfcSecondInMinute
* @generated
*/
public Adapter createIfcSecondInMinuteAdapter() {
return null;
}
/**
* Creates a new adapter for an object of class '{@link org.bimserver.models.ifc2x3tc1.IfcSectionModulusMeasure Ifc Section Modulus Measure}'.
*
* This default implementation returns null so that we can easily ignore cases;
* it's useful to ignore a case when inheritance will catch all the cases anyway.
*
* @return the new adapter.
* @see org.bimserver.models.ifc2x3tc1.IfcSectionModulusMeasure
* @generated
*/
public Adapter createIfcSectionModulusMeasureAdapter() {
return null;
}
/**
* Creates a new adapter for an object of class '{@link org.bimserver.models.ifc2x3tc1.IfcSectionalAreaIntegralMeasure Ifc Sectional Area Integral Measure}'.
*
* This default implementation returns null so that we can easily ignore cases;
* it's useful to ignore a case when inheritance will catch all the cases anyway.
*
* @return the new adapter.
* @see org.bimserver.models.ifc2x3tc1.IfcSectionalAreaIntegralMeasure
* @generated
*/
public Adapter createIfcSectionalAreaIntegralMeasureAdapter() {
return null;
}
/**
* Creates a new adapter for an object of class '{@link org.bimserver.models.ifc2x3tc1.IfcShearModulusMeasure Ifc Shear Modulus Measure}'.
*
* This default implementation returns null so that we can easily ignore cases;
* it's useful to ignore a case when inheritance will catch all the cases anyway.
*
* @return the new adapter.
* @see org.bimserver.models.ifc2x3tc1.IfcShearModulusMeasure
* @generated
*/
public Adapter createIfcShearModulusMeasureAdapter() {
return null;
}
/**
* Creates a new adapter for an object of class '{@link org.bimserver.models.ifc2x3tc1.IfcSolidAngleMeasure Ifc Solid Angle Measure}'.
*
* This default implementation returns null so that we can easily ignore cases;
* it's useful to ignore a case when inheritance will catch all the cases anyway.
*
* @return the new adapter.
* @see org.bimserver.models.ifc2x3tc1.IfcSolidAngleMeasure
* @generated
*/
public Adapter createIfcSolidAngleMeasureAdapter() {
return null;
}
/**
* Creates a new adapter for an object of class '{@link org.bimserver.models.ifc2x3tc1.IfcSoundPowerMeasure Ifc Sound Power Measure}'.
*
* This default implementation returns null so that we can easily ignore cases;
* it's useful to ignore a case when inheritance will catch all the cases anyway.
*
* @return the new adapter.
* @see org.bimserver.models.ifc2x3tc1.IfcSoundPowerMeasure
* @generated
*/
public Adapter createIfcSoundPowerMeasureAdapter() {
return null;
}
/**
* Creates a new adapter for an object of class '{@link org.bimserver.models.ifc2x3tc1.IfcSoundPressureMeasure Ifc Sound Pressure Measure}'.
*
* This default implementation returns null so that we can easily ignore cases;
* it's useful to ignore a case when inheritance will catch all the cases anyway.
*
* @return the new adapter.
* @see org.bimserver.models.ifc2x3tc1.IfcSoundPressureMeasure
* @generated
*/
public Adapter createIfcSoundPressureMeasureAdapter() {
return null;
}
/**
* Creates a new adapter for an object of class '{@link org.bimserver.models.ifc2x3tc1.IfcSpecificHeatCapacityMeasure Ifc Specific Heat Capacity Measure}'.
*
* This default implementation returns null so that we can easily ignore cases;
* it's useful to ignore a case when inheritance will catch all the cases anyway.
*
* @return the new adapter.
* @see org.bimserver.models.ifc2x3tc1.IfcSpecificHeatCapacityMeasure
* @generated
*/
public Adapter createIfcSpecificHeatCapacityMeasureAdapter() {
return null;
}
/**
* Creates a new adapter for an object of class '{@link org.bimserver.models.ifc2x3tc1.IfcSpecularExponent Ifc Specular Exponent}'.
*
* This default implementation returns null so that we can easily ignore cases;
* it's useful to ignore a case when inheritance will catch all the cases anyway.
*
* @return the new adapter.
* @see org.bimserver.models.ifc2x3tc1.IfcSpecularExponent
* @generated
*/
public Adapter createIfcSpecularExponentAdapter() {
return null;
}
/**
* Creates a new adapter for an object of class '{@link org.bimserver.models.ifc2x3tc1.IfcSpecularRoughness Ifc Specular Roughness}'.
*
* This default implementation returns null so that we can easily ignore cases;
* it's useful to ignore a case when inheritance will catch all the cases anyway.
*
* @return the new adapter.
* @see org.bimserver.models.ifc2x3tc1.IfcSpecularRoughness
* @generated
*/
public Adapter createIfcSpecularRoughnessAdapter() {
return null;
}
/**
* Creates a new adapter for an object of class '{@link org.bimserver.models.ifc2x3tc1.IfcTemperatureGradientMeasure Ifc Temperature Gradient Measure}'.
*
* This default implementation returns null so that we can easily ignore cases;
* it's useful to ignore a case when inheritance will catch all the cases anyway.
*
* @return the new adapter.
* @see org.bimserver.models.ifc2x3tc1.IfcTemperatureGradientMeasure
* @generated
*/
public Adapter createIfcTemperatureGradientMeasureAdapter() {
return null;
}
/**
* Creates a new adapter for an object of class '{@link org.bimserver.models.ifc2x3tc1.IfcText Ifc Text}'.
*
* This default implementation returns null so that we can easily ignore cases;
* it's useful to ignore a case when inheritance will catch all the cases anyway.
*
* @return the new adapter.
* @see org.bimserver.models.ifc2x3tc1.IfcText
* @generated
*/
public Adapter createIfcTextAdapter() {
return null;
}
/**
* Creates a new adapter for an object of class '{@link org.bimserver.models.ifc2x3tc1.IfcTextAlignment Ifc Text Alignment}'.
*
* This default implementation returns null so that we can easily ignore cases;
* it's useful to ignore a case when inheritance will catch all the cases anyway.
*
* @return the new adapter.
* @see org.bimserver.models.ifc2x3tc1.IfcTextAlignment
* @generated
*/
public Adapter createIfcTextAlignmentAdapter() {
return null;
}
/**
* Creates a new adapter for an object of class '{@link org.bimserver.models.ifc2x3tc1.IfcTextDecoration Ifc Text Decoration}'.
*
* This default implementation returns null so that we can easily ignore cases;
* it's useful to ignore a case when inheritance will catch all the cases anyway.
*
* @return the new adapter.
* @see org.bimserver.models.ifc2x3tc1.IfcTextDecoration
* @generated
*/
public Adapter createIfcTextDecorationAdapter() {
return null;
}
/**
* Creates a new adapter for an object of class '{@link org.bimserver.models.ifc2x3tc1.IfcTextFontName Ifc Text Font Name}'.
*
* This default implementation returns null so that we can easily ignore cases;
* it's useful to ignore a case when inheritance will catch all the cases anyway.
*
* @return the new adapter.
* @see org.bimserver.models.ifc2x3tc1.IfcTextFontName
* @generated
*/
public Adapter createIfcTextFontNameAdapter() {
return null;
}
/**
* Creates a new adapter for an object of class '{@link org.bimserver.models.ifc2x3tc1.IfcTextTransformation Ifc Text Transformation}'.
*
* This default implementation returns null so that we can easily ignore cases;
* it's useful to ignore a case when inheritance will catch all the cases anyway.
*
* @return the new adapter.
* @see org.bimserver.models.ifc2x3tc1.IfcTextTransformation
* @generated
*/
public Adapter createIfcTextTransformationAdapter() {
return null;
}
/**
* Creates a new adapter for an object of class '{@link org.bimserver.models.ifc2x3tc1.IfcThermalAdmittanceMeasure Ifc Thermal Admittance Measure}'.
*
* This default implementation returns null so that we can easily ignore cases;
* it's useful to ignore a case when inheritance will catch all the cases anyway.
*
* @return the new adapter.
* @see org.bimserver.models.ifc2x3tc1.IfcThermalAdmittanceMeasure
* @generated
*/
public Adapter createIfcThermalAdmittanceMeasureAdapter() {
return null;
}
/**
* Creates a new adapter for an object of class '{@link org.bimserver.models.ifc2x3tc1.IfcThermalConductivityMeasure Ifc Thermal Conductivity Measure}'.
*
* This default implementation returns null so that we can easily ignore cases;
* it's useful to ignore a case when inheritance will catch all the cases anyway.
*
* @return the new adapter.
* @see org.bimserver.models.ifc2x3tc1.IfcThermalConductivityMeasure
* @generated
*/
public Adapter createIfcThermalConductivityMeasureAdapter() {
return null;
}
/**
* Creates a new adapter for an object of class '{@link org.bimserver.models.ifc2x3tc1.IfcThermalExpansionCoefficientMeasure Ifc Thermal Expansion Coefficient Measure}'.
*
* This default implementation returns null so that we can easily ignore cases;
* it's useful to ignore a case when inheritance will catch all the cases anyway.
*
* @return the new adapter.
* @see org.bimserver.models.ifc2x3tc1.IfcThermalExpansionCoefficientMeasure
* @generated
*/
public Adapter createIfcThermalExpansionCoefficientMeasureAdapter() {
return null;
}
/**
* Creates a new adapter for an object of class '{@link org.bimserver.models.ifc2x3tc1.IfcThermalResistanceMeasure Ifc Thermal Resistance Measure}'.
*
* This default implementation returns null so that we can easily ignore cases;
* it's useful to ignore a case when inheritance will catch all the cases anyway.
*
* @return the new adapter.
* @see org.bimserver.models.ifc2x3tc1.IfcThermalResistanceMeasure
* @generated
*/
public Adapter createIfcThermalResistanceMeasureAdapter() {
return null;
}
/**
* Creates a new adapter for an object of class '{@link org.bimserver.models.ifc2x3tc1.IfcThermalTransmittanceMeasure Ifc Thermal Transmittance Measure}'.
*
* This default implementation returns null so that we can easily ignore cases;
* it's useful to ignore a case when inheritance will catch all the cases anyway.
*
* @return the new adapter.
* @see org.bimserver.models.ifc2x3tc1.IfcThermalTransmittanceMeasure
* @generated
*/
public Adapter createIfcThermalTransmittanceMeasureAdapter() {
return null;
}
/**
* Creates a new adapter for an object of class '{@link org.bimserver.models.ifc2x3tc1.IfcThermodynamicTemperatureMeasure Ifc Thermodynamic Temperature Measure}'.
*
* This default implementation returns null so that we can easily ignore cases;
* it's useful to ignore a case when inheritance will catch all the cases anyway.
*
* @return the new adapter.
* @see org.bimserver.models.ifc2x3tc1.IfcThermodynamicTemperatureMeasure
* @generated
*/
public Adapter createIfcThermodynamicTemperatureMeasureAdapter() {
return null;
}
/**
* Creates a new adapter for an object of class '{@link org.bimserver.models.ifc2x3tc1.IfcTimeMeasure Ifc Time Measure}'.
*
* This default implementation returns null so that we can easily ignore cases;
* it's useful to ignore a case when inheritance will catch all the cases anyway.
*
* @return the new adapter.
* @see org.bimserver.models.ifc2x3tc1.IfcTimeMeasure
* @generated
*/
public Adapter createIfcTimeMeasureAdapter() {
return null;
}
/**
* Creates a new adapter for an object of class '{@link org.bimserver.models.ifc2x3tc1.IfcTimeStamp Ifc Time Stamp}'.
*
* This default implementation returns null so that we can easily ignore cases;
* it's useful to ignore a case when inheritance will catch all the cases anyway.
*
* @return the new adapter.
* @see org.bimserver.models.ifc2x3tc1.IfcTimeStamp
* @generated
*/
public Adapter createIfcTimeStampAdapter() {
return null;
}
/**
* Creates a new adapter for an object of class '{@link org.bimserver.models.ifc2x3tc1.IfcTorqueMeasure Ifc Torque Measure}'.
*
* This default implementation returns null so that we can easily ignore cases;
* it's useful to ignore a case when inheritance will catch all the cases anyway.
*
* @return the new adapter.
* @see org.bimserver.models.ifc2x3tc1.IfcTorqueMeasure
* @generated
*/
public Adapter createIfcTorqueMeasureAdapter() {
return null;
}
/**
* Creates a new adapter for an object of class '{@link org.bimserver.models.ifc2x3tc1.IfcVaporPermeabilityMeasure Ifc Vapor Permeability Measure}'.
*
* This default implementation returns null so that we can easily ignore cases;
* it's useful to ignore a case when inheritance will catch all the cases anyway.
*
* @return the new adapter.
* @see org.bimserver.models.ifc2x3tc1.IfcVaporPermeabilityMeasure
* @generated
*/
public Adapter createIfcVaporPermeabilityMeasureAdapter() {
return null;
}
/**
* Creates a new adapter for an object of class '{@link org.bimserver.models.ifc2x3tc1.IfcVolumeMeasure Ifc Volume Measure}'.
*
* This default implementation returns null so that we can easily ignore cases;
* it's useful to ignore a case when inheritance will catch all the cases anyway.
*
* @return the new adapter.
* @see org.bimserver.models.ifc2x3tc1.IfcVolumeMeasure
* @generated
*/
public Adapter createIfcVolumeMeasureAdapter() {
return null;
}
/**
* Creates a new adapter for an object of class '{@link org.bimserver.models.ifc2x3tc1.IfcVolumetricFlowRateMeasure Ifc Volumetric Flow Rate Measure}'.
*
* This default implementation returns null so that we can easily ignore cases;
* it's useful to ignore a case when inheritance will catch all the cases anyway.
*
* @return the new adapter.
* @see org.bimserver.models.ifc2x3tc1.IfcVolumetricFlowRateMeasure
* @generated
*/
public Adapter createIfcVolumetricFlowRateMeasureAdapter() {
return null;
}
/**
* Creates a new adapter for an object of class '{@link org.bimserver.models.ifc2x3tc1.IfcWarpingConstantMeasure Ifc Warping Constant Measure}'.
*
* This default implementation returns null so that we can easily ignore cases;
* it's useful to ignore a case when inheritance will catch all the cases anyway.
*
* @return the new adapter.
* @see org.bimserver.models.ifc2x3tc1.IfcWarpingConstantMeasure
* @generated
*/
public Adapter createIfcWarpingConstantMeasureAdapter() {
return null;
}
/**
* Creates a new adapter for an object of class '{@link org.bimserver.models.ifc2x3tc1.IfcWarpingMomentMeasure Ifc Warping Moment Measure}'.
*
* This default implementation returns null so that we can easily ignore cases;
* it's useful to ignore a case when inheritance will catch all the cases anyway.
*
* @return the new adapter.
* @see org.bimserver.models.ifc2x3tc1.IfcWarpingMomentMeasure
* @generated
*/
public Adapter createIfcWarpingMomentMeasureAdapter() {
return null;
}
/**
* Creates a new adapter for an object of class '{@link org.bimserver.models.ifc2x3tc1.IfcYearNumber Ifc Year Number}'.
*
* This default implementation returns null so that we can easily ignore cases;
* it's useful to ignore a case when inheritance will catch all the cases anyway.
*
* @return the new adapter.
* @see org.bimserver.models.ifc2x3tc1.IfcYearNumber
* @generated
*/
public Adapter createIfcYearNumberAdapter() {
return null;
}
/**
* Creates a new adapter for an object of class '{@link org.bimserver.models.ifc2x3tc1.IfcBoxAlignment Ifc Box Alignment}'.
*
* This default implementation returns null so that we can easily ignore cases;
* it's useful to ignore a case when inheritance will catch all the cases anyway.
*
* @return the new adapter.
* @see org.bimserver.models.ifc2x3tc1.IfcBoxAlignment
* @generated
*/
public Adapter createIfcBoxAlignmentAdapter() {
return null;
}
/**
* Creates a new adapter for an object of class '{@link org.bimserver.models.ifc2x3tc1.IfcCompoundPlaneAngleMeasure Ifc Compound Plane Angle Measure}'.
*
* This default implementation returns null so that we can easily ignore cases;
* it's useful to ignore a case when inheritance will catch all the cases anyway.
*
* @return the new adapter.
* @see org.bimserver.models.ifc2x3tc1.IfcCompoundPlaneAngleMeasure
* @generated
*/
public Adapter createIfcCompoundPlaneAngleMeasureAdapter() {
return null;
}
/**
* Creates a new adapter for an object of class '{@link org.bimserver.models.ifc2x3tc1.IfcNormalisedRatioMeasure Ifc Normalised Ratio Measure}'.
*
* This default implementation returns null so that we can easily ignore cases;
* it's useful to ignore a case when inheritance will catch all the cases anyway.
*
* @return the new adapter.
* @see org.bimserver.models.ifc2x3tc1.IfcNormalisedRatioMeasure
* @generated
*/
public Adapter createIfcNormalisedRatioMeasureAdapter() {
return null;
}
/**
* Creates a new adapter for an object of class '{@link org.bimserver.models.ifc2x3tc1.IfcPositiveLengthMeasure Ifc Positive Length Measure}'.
*
* This default implementation returns null so that we can easily ignore cases;
* it's useful to ignore a case when inheritance will catch all the cases anyway.
*
* @return the new adapter.
* @see org.bimserver.models.ifc2x3tc1.IfcPositiveLengthMeasure
* @generated
*/
public Adapter createIfcPositiveLengthMeasureAdapter() {
return null;
}
/**
* Creates a new adapter for an object of class '{@link org.bimserver.models.ifc2x3tc1.IfcPositivePlaneAngleMeasure Ifc Positive Plane Angle Measure}'.
*
* This default implementation returns null so that we can easily ignore cases;
* it's useful to ignore a case when inheritance will catch all the cases anyway.
*
* @return the new adapter.
* @see org.bimserver.models.ifc2x3tc1.IfcPositivePlaneAngleMeasure
* @generated
*/
public Adapter createIfcPositivePlaneAngleMeasureAdapter() {
return null;
}
/**
* Creates a new adapter for an object of class '{@link org.bimserver.models.ifc2x3tc1.IfcPositiveRatioMeasure Ifc Positive Ratio Measure}'.
*
* This default implementation returns null so that we can easily ignore cases;
* it's useful to ignore a case when inheritance will catch all the cases anyway.
*
* @return the new adapter.
* @see org.bimserver.models.ifc2x3tc1.IfcPositiveRatioMeasure
* @generated
*/
public Adapter createIfcPositiveRatioMeasureAdapter() {
return null;
}
/**
* Creates a new adapter for an object of class '{@link org.bimserver.models.ifc2x3tc1.IfcComplexNumber Ifc Complex Number}'.
*
* This default implementation returns null so that we can easily ignore cases;
* it's useful to ignore a case when inheritance will catch all the cases anyway.
*
* @return the new adapter.
* @see org.bimserver.models.ifc2x3tc1.IfcComplexNumber
* @generated
*/
public Adapter createIfcComplexNumberAdapter() {
return null;
}
/**
* Creates a new adapter for an object of class '{@link org.bimserver.models.ifc2x3tc1.IfcNullStyle Ifc Null Style}'.
*
* This default implementation returns null so that we can easily ignore cases;
* it's useful to ignore a case when inheritance will catch all the cases anyway.
*
* @return the new adapter.
* @see org.bimserver.models.ifc2x3tc1.IfcNullStyle
* @generated
*/
public Adapter createIfcNullStyleAdapter() {
return null;
}
/**
* Creates a new adapter for an object of class '{@link org.bimserver.models.ifc2x3tc1.IfcActorSelect Ifc Actor Select}'.
*
* This default implementation returns null so that we can easily ignore cases;
* it's useful to ignore a case when inheritance will catch all the cases anyway.
*
* @return the new adapter.
* @see org.bimserver.models.ifc2x3tc1.IfcActorSelect
* @generated
*/
public Adapter createIfcActorSelectAdapter() {
return null;
}
/**
* Creates a new adapter for an object of class '{@link org.bimserver.models.ifc2x3tc1.IfcAppliedValueSelect Ifc Applied Value Select}'.
*
* This default implementation returns null so that we can easily ignore cases;
* it's useful to ignore a case when inheritance will catch all the cases anyway.
*
* @return the new adapter.
* @see org.bimserver.models.ifc2x3tc1.IfcAppliedValueSelect
* @generated
*/
public Adapter createIfcAppliedValueSelectAdapter() {
return null;
}
/**
* Creates a new adapter for an object of class '{@link org.bimserver.models.ifc2x3tc1.IfcAxis2Placement Ifc Axis2 Placement}'.
*
* This default implementation returns null so that we can easily ignore cases;
* it's useful to ignore a case when inheritance will catch all the cases anyway.
*
* @return the new adapter.
* @see org.bimserver.models.ifc2x3tc1.IfcAxis2Placement
* @generated
*/
public Adapter createIfcAxis2PlacementAdapter() {
return null;
}
/**
* Creates a new adapter for an object of class '{@link org.bimserver.models.ifc2x3tc1.IfcBooleanOperand Ifc Boolean Operand}'.
*
* This default implementation returns null so that we can easily ignore cases;
* it's useful to ignore a case when inheritance will catch all the cases anyway.
*
* @return the new adapter.
* @see org.bimserver.models.ifc2x3tc1.IfcBooleanOperand
* @generated
*/
public Adapter createIfcBooleanOperandAdapter() {
return null;
}
/**
* Creates a new adapter for an object of class '{@link org.bimserver.models.ifc2x3tc1.IfcCharacterStyleSelect Ifc Character Style Select}'.
*
* This default implementation returns null so that we can easily ignore cases;
* it's useful to ignore a case when inheritance will catch all the cases anyway.
*
* @return the new adapter.
* @see org.bimserver.models.ifc2x3tc1.IfcCharacterStyleSelect
* @generated
*/
public Adapter createIfcCharacterStyleSelectAdapter() {
return null;
}
/**
* Creates a new adapter for an object of class '{@link org.bimserver.models.ifc2x3tc1.IfcClassificationNotationSelect Ifc Classification Notation Select}'.
*
* This default implementation returns null so that we can easily ignore cases;
* it's useful to ignore a case when inheritance will catch all the cases anyway.
*
* @return the new adapter.
* @see org.bimserver.models.ifc2x3tc1.IfcClassificationNotationSelect
* @generated
*/
public Adapter createIfcClassificationNotationSelectAdapter() {
return null;
}
/**
* Creates a new adapter for an object of class '{@link org.bimserver.models.ifc2x3tc1.IfcColour Ifc Colour}'.
*
* This default implementation returns null so that we can easily ignore cases;
* it's useful to ignore a case when inheritance will catch all the cases anyway.
*
* @return the new adapter.
* @see org.bimserver.models.ifc2x3tc1.IfcColour
* @generated
*/
public Adapter createIfcColourAdapter() {
return null;
}
/**
* Creates a new adapter for an object of class '{@link org.bimserver.models.ifc2x3tc1.IfcColourOrFactor Ifc Colour Or Factor}'.
*
* This default implementation returns null so that we can easily ignore cases;
* it's useful to ignore a case when inheritance will catch all the cases anyway.
*
* @return the new adapter.
* @see org.bimserver.models.ifc2x3tc1.IfcColourOrFactor
* @generated
*/
public Adapter createIfcColourOrFactorAdapter() {
return null;
}
/**
* Creates a new adapter for an object of class '{@link org.bimserver.models.ifc2x3tc1.IfcConditionCriterionSelect Ifc Condition Criterion Select}'.
*
* This default implementation returns null so that we can easily ignore cases;
* it's useful to ignore a case when inheritance will catch all the cases anyway.
*
* @return the new adapter.
* @see org.bimserver.models.ifc2x3tc1.IfcConditionCriterionSelect
* @generated
*/
public Adapter createIfcConditionCriterionSelectAdapter() {
return null;
}
/**
* Creates a new adapter for an object of class '{@link org.bimserver.models.ifc2x3tc1.IfcCsgSelect Ifc Csg Select}'.
*
* This default implementation returns null so that we can easily ignore cases;
* it's useful to ignore a case when inheritance will catch all the cases anyway.
*
* @return the new adapter.
* @see org.bimserver.models.ifc2x3tc1.IfcCsgSelect
* @generated
*/
public Adapter createIfcCsgSelectAdapter() {
return null;
}
/**
* Creates a new adapter for an object of class '{@link org.bimserver.models.ifc2x3tc1.IfcCurveFontOrScaledCurveFontSelect Ifc Curve Font Or Scaled Curve Font Select}'.
*
* This default implementation returns null so that we can easily ignore cases;
* it's useful to ignore a case when inheritance will catch all the cases anyway.
*
* @return the new adapter.
* @see org.bimserver.models.ifc2x3tc1.IfcCurveFontOrScaledCurveFontSelect
* @generated
*/
public Adapter createIfcCurveFontOrScaledCurveFontSelectAdapter() {
return null;
}
/**
* Creates a new adapter for an object of class '{@link org.bimserver.models.ifc2x3tc1.IfcCurveOrEdgeCurve Ifc Curve Or Edge Curve}'.
*
* This default implementation returns null so that we can easily ignore cases;
* it's useful to ignore a case when inheritance will catch all the cases anyway.
*
* @return the new adapter.
* @see org.bimserver.models.ifc2x3tc1.IfcCurveOrEdgeCurve
* @generated
*/
public Adapter createIfcCurveOrEdgeCurveAdapter() {
return null;
}
/**
* Creates a new adapter for an object of class '{@link org.bimserver.models.ifc2x3tc1.IfcCurveStyleFontSelect Ifc Curve Style Font Select}'.
*
* This default implementation returns null so that we can easily ignore cases;
* it's useful to ignore a case when inheritance will catch all the cases anyway.
*
* @return the new adapter.
* @see org.bimserver.models.ifc2x3tc1.IfcCurveStyleFontSelect
* @generated
*/
public Adapter createIfcCurveStyleFontSelectAdapter() {
return null;
}
/**
* Creates a new adapter for an object of class '{@link org.bimserver.models.ifc2x3tc1.IfcDateTimeSelect Ifc Date Time Select}'.
*
* This default implementation returns null so that we can easily ignore cases;
* it's useful to ignore a case when inheritance will catch all the cases anyway.
*
* @return the new adapter.
* @see org.bimserver.models.ifc2x3tc1.IfcDateTimeSelect
* @generated
*/
public Adapter createIfcDateTimeSelectAdapter() {
return null;
}
/**
* Creates a new adapter for an object of class '{@link org.bimserver.models.ifc2x3tc1.IfcDefinedSymbolSelect Ifc Defined Symbol Select}'.
*
* This default implementation returns null so that we can easily ignore cases;
* it's useful to ignore a case when inheritance will catch all the cases anyway.
*
* @return the new adapter.
* @see org.bimserver.models.ifc2x3tc1.IfcDefinedSymbolSelect
* @generated
*/
public Adapter createIfcDefinedSymbolSelectAdapter() {
return null;
}
/**
* Creates a new adapter for an object of class '{@link org.bimserver.models.ifc2x3tc1.IfcDerivedMeasureValue Ifc Derived Measure Value}'.
*
* This default implementation returns null so that we can easily ignore cases;
* it's useful to ignore a case when inheritance will catch all the cases anyway.
*
* @return the new adapter.
* @see org.bimserver.models.ifc2x3tc1.IfcDerivedMeasureValue
* @generated
*/
public Adapter createIfcDerivedMeasureValueAdapter() {
return null;
}
/**
* Creates a new adapter for an object of class '{@link org.bimserver.models.ifc2x3tc1.IfcDocumentSelect Ifc Document Select}'.
*
* This default implementation returns null so that we can easily ignore cases;
* it's useful to ignore a case when inheritance will catch all the cases anyway.
*
* @return the new adapter.
* @see org.bimserver.models.ifc2x3tc1.IfcDocumentSelect
* @generated
*/
public Adapter createIfcDocumentSelectAdapter() {
return null;
}
/**
* Creates a new adapter for an object of class '{@link org.bimserver.models.ifc2x3tc1.IfcDraughtingCalloutElement Ifc Draughting Callout Element}'.
*
* This default implementation returns null so that we can easily ignore cases;
* it's useful to ignore a case when inheritance will catch all the cases anyway.
*
* @return the new adapter.
* @see org.bimserver.models.ifc2x3tc1.IfcDraughtingCalloutElement
* @generated
*/
public Adapter createIfcDraughtingCalloutElementAdapter() {
return null;
}
/**
* Creates a new adapter for an object of class '{@link org.bimserver.models.ifc2x3tc1.IfcFillAreaStyleTileShapeSelect Ifc Fill Area Style Tile Shape Select}'.
*
* This default implementation returns null so that we can easily ignore cases;
* it's useful to ignore a case when inheritance will catch all the cases anyway.
*
* @return the new adapter.
* @see org.bimserver.models.ifc2x3tc1.IfcFillAreaStyleTileShapeSelect
* @generated
*/
public Adapter createIfcFillAreaStyleTileShapeSelectAdapter() {
return null;
}
/**
* Creates a new adapter for an object of class '{@link org.bimserver.models.ifc2x3tc1.IfcFillStyleSelect Ifc Fill Style Select}'.
*
* This default implementation returns null so that we can easily ignore cases;
* it's useful to ignore a case when inheritance will catch all the cases anyway.
*
* @return the new adapter.
* @see org.bimserver.models.ifc2x3tc1.IfcFillStyleSelect
* @generated
*/
public Adapter createIfcFillStyleSelectAdapter() {
return null;
}
/**
* Creates a new adapter for an object of class '{@link org.bimserver.models.ifc2x3tc1.IfcGeometricSetSelect Ifc Geometric Set Select}'.
*
* This default implementation returns null so that we can easily ignore cases;
* it's useful to ignore a case when inheritance will catch all the cases anyway.
*
* @return the new adapter.
* @see org.bimserver.models.ifc2x3tc1.IfcGeometricSetSelect
* @generated
*/
public Adapter createIfcGeometricSetSelectAdapter() {
return null;
}
/**
* Creates a new adapter for an object of class '{@link org.bimserver.models.ifc2x3tc1.IfcHatchLineDistanceSelect Ifc Hatch Line Distance Select}'.
*
* This default implementation returns null so that we can easily ignore cases;
* it's useful to ignore a case when inheritance will catch all the cases anyway.
*
* @return the new adapter.
* @see org.bimserver.models.ifc2x3tc1.IfcHatchLineDistanceSelect
* @generated
*/
public Adapter createIfcHatchLineDistanceSelectAdapter() {
return null;
}
/**
* Creates a new adapter for an object of class '{@link org.bimserver.models.ifc2x3tc1.IfcLayeredItem Ifc Layered Item}'.
*
* This default implementation returns null so that we can easily ignore cases;
* it's useful to ignore a case when inheritance will catch all the cases anyway.
*
* @return the new adapter.
* @see org.bimserver.models.ifc2x3tc1.IfcLayeredItem
* @generated
*/
public Adapter createIfcLayeredItemAdapter() {
return null;
}
/**
* Creates a new adapter for an object of class '{@link org.bimserver.models.ifc2x3tc1.IfcLibrarySelect Ifc Library Select}'.
*
* This default implementation returns null so that we can easily ignore cases;
* it's useful to ignore a case when inheritance will catch all the cases anyway.
*
* @return the new adapter.
* @see org.bimserver.models.ifc2x3tc1.IfcLibrarySelect
* @generated
*/
public Adapter createIfcLibrarySelectAdapter() {
return null;
}
/**
* Creates a new adapter for an object of class '{@link org.bimserver.models.ifc2x3tc1.IfcLightDistributionDataSourceSelect Ifc Light Distribution Data Source Select}'.
*
* This default implementation returns null so that we can easily ignore cases;
* it's useful to ignore a case when inheritance will catch all the cases anyway.
*
* @return the new adapter.
* @see org.bimserver.models.ifc2x3tc1.IfcLightDistributionDataSourceSelect
* @generated
*/
public Adapter createIfcLightDistributionDataSourceSelectAdapter() {
return null;
}
/**
* Creates a new adapter for an object of class '{@link org.bimserver.models.ifc2x3tc1.IfcMaterialSelect Ifc Material Select}'.
*
* This default implementation returns null so that we can easily ignore cases;
* it's useful to ignore a case when inheritance will catch all the cases anyway.
*
* @return the new adapter.
* @see org.bimserver.models.ifc2x3tc1.IfcMaterialSelect
* @generated
*/
public Adapter createIfcMaterialSelectAdapter() {
return null;
}
/**
* Creates a new adapter for an object of class '{@link org.bimserver.models.ifc2x3tc1.IfcMeasureValue Ifc Measure Value}'.
*
* This default implementation returns null so that we can easily ignore cases;
* it's useful to ignore a case when inheritance will catch all the cases anyway.
*
* @return the new adapter.
* @see org.bimserver.models.ifc2x3tc1.IfcMeasureValue
* @generated
*/
public Adapter createIfcMeasureValueAdapter() {
return null;
}
/**
* Creates a new adapter for an object of class '{@link org.bimserver.models.ifc2x3tc1.IfcMetricValueSelect Ifc Metric Value Select}'.
*
* This default implementation returns null so that we can easily ignore cases;
* it's useful to ignore a case when inheritance will catch all the cases anyway.
*
* @return the new adapter.
* @see org.bimserver.models.ifc2x3tc1.IfcMetricValueSelect
* @generated
*/
public Adapter createIfcMetricValueSelectAdapter() {
return null;
}
/**
* Creates a new adapter for an object of class '{@link org.bimserver.models.ifc2x3tc1.IfcObjectReferenceSelect Ifc Object Reference Select}'.
*
* This default implementation returns null so that we can easily ignore cases;
* it's useful to ignore a case when inheritance will catch all the cases anyway.
*
* @return the new adapter.
* @see org.bimserver.models.ifc2x3tc1.IfcObjectReferenceSelect
* @generated
*/
public Adapter createIfcObjectReferenceSelectAdapter() {
return null;
}
/**
* Creates a new adapter for an object of class '{@link org.bimserver.models.ifc2x3tc1.IfcOrientationSelect Ifc Orientation Select}'.
*
* This default implementation returns null so that we can easily ignore cases;
* it's useful to ignore a case when inheritance will catch all the cases anyway.
*
* @return the new adapter.
* @see org.bimserver.models.ifc2x3tc1.IfcOrientationSelect
* @generated
*/
public Adapter createIfcOrientationSelectAdapter() {
return null;
}
/**
* Creates a new adapter for an object of class '{@link org.bimserver.models.ifc2x3tc1.IfcPointOrVertexPoint Ifc Point Or Vertex Point}'.
*
* This default implementation returns null so that we can easily ignore cases;
* it's useful to ignore a case when inheritance will catch all the cases anyway.
*
* @return the new adapter.
* @see org.bimserver.models.ifc2x3tc1.IfcPointOrVertexPoint
* @generated
*/
public Adapter createIfcPointOrVertexPointAdapter() {
return null;
}
/**
* Creates a new adapter for an object of class '{@link org.bimserver.models.ifc2x3tc1.IfcPresentationStyleSelect Ifc Presentation Style Select}'.
*
* This default implementation returns null so that we can easily ignore cases;
* it's useful to ignore a case when inheritance will catch all the cases anyway.
*
* @return the new adapter.
* @see org.bimserver.models.ifc2x3tc1.IfcPresentationStyleSelect
* @generated
*/
public Adapter createIfcPresentationStyleSelectAdapter() {
return null;
}
/**
* Creates a new adapter for an object of class '{@link org.bimserver.models.ifc2x3tc1.IfcShell Ifc Shell}'.
*
* This default implementation returns null so that we can easily ignore cases;
* it's useful to ignore a case when inheritance will catch all the cases anyway.
*
* @return the new adapter.
* @see org.bimserver.models.ifc2x3tc1.IfcShell
* @generated
*/
public Adapter createIfcShellAdapter() {
return null;
}
/**
* Creates a new adapter for an object of class '{@link org.bimserver.models.ifc2x3tc1.IfcSimpleValue Ifc Simple Value}'.
*
* This default implementation returns null so that we can easily ignore cases;
* it's useful to ignore a case when inheritance will catch all the cases anyway.
*
* @return the new adapter.
* @see org.bimserver.models.ifc2x3tc1.IfcSimpleValue
* @generated
*/
public Adapter createIfcSimpleValueAdapter() {
return null;
}
/**
* Creates a new adapter for an object of class '{@link org.bimserver.models.ifc2x3tc1.IfcSizeSelect Ifc Size Select}'.
*
* This default implementation returns null so that we can easily ignore cases;
* it's useful to ignore a case when inheritance will catch all the cases anyway.
*
* @return the new adapter.
* @see org.bimserver.models.ifc2x3tc1.IfcSizeSelect
* @generated
*/
public Adapter createIfcSizeSelectAdapter() {
return null;
}
/**
* Creates a new adapter for an object of class '{@link org.bimserver.models.ifc2x3tc1.IfcSpecularHighlightSelect Ifc Specular Highlight Select}'.
*
* This default implementation returns null so that we can easily ignore cases;
* it's useful to ignore a case when inheritance will catch all the cases anyway.
*
* @return the new adapter.
* @see org.bimserver.models.ifc2x3tc1.IfcSpecularHighlightSelect
* @generated
*/
public Adapter createIfcSpecularHighlightSelectAdapter() {
return null;
}
/**
* Creates a new adapter for an object of class '{@link org.bimserver.models.ifc2x3tc1.IfcStructuralActivityAssignmentSelect Ifc Structural Activity Assignment Select}'.
*
* This default implementation returns null so that we can easily ignore cases;
* it's useful to ignore a case when inheritance will catch all the cases anyway.
*
* @return the new adapter.
* @see org.bimserver.models.ifc2x3tc1.IfcStructuralActivityAssignmentSelect
* @generated
*/
public Adapter createIfcStructuralActivityAssignmentSelectAdapter() {
return null;
}
/**
* Creates a new adapter for an object of class '{@link org.bimserver.models.ifc2x3tc1.IfcSurfaceOrFaceSurface Ifc Surface Or Face Surface}'.
*
* This default implementation returns null so that we can easily ignore cases;
* it's useful to ignore a case when inheritance will catch all the cases anyway.
*
* @return the new adapter.
* @see org.bimserver.models.ifc2x3tc1.IfcSurfaceOrFaceSurface
* @generated
*/
public Adapter createIfcSurfaceOrFaceSurfaceAdapter() {
return null;
}
/**
* Creates a new adapter for an object of class '{@link org.bimserver.models.ifc2x3tc1.IfcSurfaceStyleElementSelect Ifc Surface Style Element Select}'.
*
* This default implementation returns null so that we can easily ignore cases;
* it's useful to ignore a case when inheritance will catch all the cases anyway.
*
* @return the new adapter.
* @see org.bimserver.models.ifc2x3tc1.IfcSurfaceStyleElementSelect
* @generated
*/
public Adapter createIfcSurfaceStyleElementSelectAdapter() {
return null;
}
/**
* Creates a new adapter for an object of class '{@link org.bimserver.models.ifc2x3tc1.IfcSymbolStyleSelect Ifc Symbol Style Select}'.
*
* This default implementation returns null so that we can easily ignore cases;
* it's useful to ignore a case when inheritance will catch all the cases anyway.
*
* @return the new adapter.
* @see org.bimserver.models.ifc2x3tc1.IfcSymbolStyleSelect
* @generated
*/
public Adapter createIfcSymbolStyleSelectAdapter() {
return null;
}
/**
* Creates a new adapter for an object of class '{@link org.bimserver.models.ifc2x3tc1.IfcTextFontSelect Ifc Text Font Select}'.
*
* This default implementation returns null so that we can easily ignore cases;
* it's useful to ignore a case when inheritance will catch all the cases anyway.
*
* @return the new adapter.
* @see org.bimserver.models.ifc2x3tc1.IfcTextFontSelect
* @generated
*/
public Adapter createIfcTextFontSelectAdapter() {
return null;
}
/**
* Creates a new adapter for an object of class '{@link org.bimserver.models.ifc2x3tc1.IfcTextStyleSelect Ifc Text Style Select}'.
*
* This default implementation returns null so that we can easily ignore cases;
* it's useful to ignore a case when inheritance will catch all the cases anyway.
*
* @return the new adapter.
* @see org.bimserver.models.ifc2x3tc1.IfcTextStyleSelect
* @generated
*/
public Adapter createIfcTextStyleSelectAdapter() {
return null;
}
/**
* Creates a new adapter for an object of class '{@link org.bimserver.models.ifc2x3tc1.IfcTrimmingSelect Ifc Trimming Select}'.
*
* This default implementation returns null so that we can easily ignore cases;
* it's useful to ignore a case when inheritance will catch all the cases anyway.
*
* @return the new adapter.
* @see org.bimserver.models.ifc2x3tc1.IfcTrimmingSelect
* @generated
*/
public Adapter createIfcTrimmingSelectAdapter() {
return null;
}
/**
* Creates a new adapter for an object of class '{@link org.bimserver.models.ifc2x3tc1.IfcUnit Ifc Unit}'.
*
* This default implementation returns null so that we can easily ignore cases;
* it's useful to ignore a case when inheritance will catch all the cases anyway.
*
* @return the new adapter.
* @see org.bimserver.models.ifc2x3tc1.IfcUnit
* @generated
*/
public Adapter createIfcUnitAdapter() {
return null;
}
/**
* Creates a new adapter for an object of class '{@link org.bimserver.models.ifc2x3tc1.IfcValue Ifc Value}'.
*
* This default implementation returns null so that we can easily ignore cases;
* it's useful to ignore a case when inheritance will catch all the cases anyway.
*
* @return the new adapter.
* @see org.bimserver.models.ifc2x3tc1.IfcValue
* @generated
*/
public Adapter createIfcValueAdapter() {
return null;
}
/**
* Creates a new adapter for an object of class '{@link org.bimserver.models.ifc2x3tc1.IfcVectorOrDirection Ifc Vector Or Direction}'.
*
* This default implementation returns null so that we can easily ignore cases;
* it's useful to ignore a case when inheritance will catch all the cases anyway.
*
* @return the new adapter.
* @see org.bimserver.models.ifc2x3tc1.IfcVectorOrDirection
* @generated
*/
public Adapter createIfcVectorOrDirectionAdapter() {
return null;
}
/**
* Creates a new adapter for the default case.
*
* This default implementation returns null.
*
* @return the new adapter.
* @generated
*/
public Adapter createEObjectAdapter() {
return null;
}
} //Ifc2x3tc1AdapterFactory
© 2015 - 2025 Weber Informatics LLC | Privacy Policy