org.bimserver.ifc.InverseMistmaches Maven / Gradle / Ivy
package org.bimserver.ifc;
/******************************************************************************
* Copyright (C) 2009-2018 BIMserver.org
*
* This program is free software: you can redistribute it and/or modify
* it under the terms of the GNU Affero General Public License as
* published by the Free Software Foundation, either version 3 of the
* License, or (at your option) any later version.
*
* 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 {@literal }.
*****************************************************************************/
public class InverseMistmaches {
// private final Map map = new HashMap<>();
public InverseMistmaches() {
// map.put(Ifc2x3tc1Package.eINSTANCE.getIfcTerminatorSymbol_AnnotatedCurve(), Ifc2x3tc1Package.eINSTANCE.getIfcDimensionCurve_AnnotatedBySymbols());
// map.put(Ifc2x3tc1Package.eINSTANCE.getIfcRelReferencedInSpatialStructure_RelatedElements(), Ifc2x3tc1Package.eINSTANCE.getIfcElement_ReferencedInStructures());
// map.put(Ifc2x3tc1Package.eINSTANCE.getIfcRelContainedInSpatialStructure_RelatedElements(), Ifc2x3tc1Package.eINSTANCE.getIfcAnnotation_ContainedInStructure());
// map.put(Ifc2x3tc1Package.eINSTANCE.getIfcRelContainedInSpatialStructure_RelatedElements(), Ifc2x3tc1Package.eINSTANCE.getIfcElement_ContainedInStructure());
// map.put(Ifc2x3tc1Package.eINSTANCE.getIfcRelContainedInSpatialStructure_RelatedElements(), Ifc2x3tc1Package.eINSTANCE.getIfcGrid_ContainedInStructure());
// map.put(Ifc2x3tc1Package.eINSTANCE.getIfcProduct_Representation(), Ifc2x3tc1Package.eINSTANCE.getIfcProductDefinitionShape_ShapeOfProduct());
// map.put(Ifc2x3tc1Package.eINSTANCE.getIfcRelAssociates_RelatedObjects(), Ifc2x3tc1Package.eINSTANCE.getIfcObjectDefinition_HasAssociations());
// map.put(Ifc2x3tc1Package.eINSTANCE.getIfcRelAssociates_RelatedObjects(), Ifc2x3tc1Package.eINSTANCE.getIfcPropertyDefinition_HasAssociations());
// map.put(Ifc2x3tc1Package.eINSTANCE.getIfcPresentationLayerAssignment_AssignedItems(), Ifc2x3tc1Package.eINSTANCE.getIfcRepresentation_LayerAssignments());
// map.put(Ifc2x3tc1Package.eINSTANCE.getIfcPresentationLayerAssignment_AssignedItems(), Ifc2x3tc1Package.eINSTANCE.getIfcRepresentationItem_LayerAssignments());
// map.put(Ifc2x3tc1Package.eINSTANCE.getIfcRelConnectsStructuralActivity_RelatingElement(), Ifc2x3tc1Package.eINSTANCE.getIfcStructuralItem_AssignedStructuralActivity());
}
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy