All Downloads are FREE. Search and download functionalities are using the official Maven repository.

org.bimserver.models.ifc2x3tc1.IfcRelInteractionRequirements Maven / Gradle / Ivy

/**
 * 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;

/**
 * 
 * A representation of the model object 'Ifc Rel Interaction Requirements'.
 * 
 *
 * 

* The following features are supported: *

*
    *
  • {@link org.bimserver.models.ifc2x3tc1.IfcRelInteractionRequirements#getDailyInteraction Daily Interaction}
  • *
  • {@link org.bimserver.models.ifc2x3tc1.IfcRelInteractionRequirements#getDailyInteractionAsString Daily Interaction As String}
  • *
  • {@link org.bimserver.models.ifc2x3tc1.IfcRelInteractionRequirements#getImportanceRating Importance Rating}
  • *
  • {@link org.bimserver.models.ifc2x3tc1.IfcRelInteractionRequirements#getImportanceRatingAsString Importance Rating As String}
  • *
  • {@link org.bimserver.models.ifc2x3tc1.IfcRelInteractionRequirements#getLocationOfInteraction Location Of Interaction}
  • *
  • {@link org.bimserver.models.ifc2x3tc1.IfcRelInteractionRequirements#getRelatedSpaceProgram Related Space Program}
  • *
  • {@link org.bimserver.models.ifc2x3tc1.IfcRelInteractionRequirements#getRelatingSpaceProgram Relating Space Program}
  • *
* * @see org.bimserver.models.ifc2x3tc1.Ifc2x3tc1Package#getIfcRelInteractionRequirements() * @model * @generated */ public interface IfcRelInteractionRequirements extends IfcRelConnects { /** * Returns the value of the 'Daily Interaction' attribute. * *

* If the meaning of the 'Daily Interaction' attribute isn't clear, * there really should be more of a description here... *

* * @return the value of the 'Daily Interaction' attribute. * @see #isSetDailyInteraction() * @see #unsetDailyInteraction() * @see #setDailyInteraction(double) * @see org.bimserver.models.ifc2x3tc1.Ifc2x3tc1Package#getIfcRelInteractionRequirements_DailyInteraction() * @model unsettable="true" * @generated */ double getDailyInteraction(); /** * Sets the value of the '{@link org.bimserver.models.ifc2x3tc1.IfcRelInteractionRequirements#getDailyInteraction Daily Interaction}' attribute. * * * @param value the new value of the 'Daily Interaction' attribute. * @see #isSetDailyInteraction() * @see #unsetDailyInteraction() * @see #getDailyInteraction() * @generated */ void setDailyInteraction(double value); /** * Unsets the value of the '{@link org.bimserver.models.ifc2x3tc1.IfcRelInteractionRequirements#getDailyInteraction Daily Interaction}' attribute. * * * @see #isSetDailyInteraction() * @see #getDailyInteraction() * @see #setDailyInteraction(double) * @generated */ void unsetDailyInteraction(); /** * Returns whether the value of the '{@link org.bimserver.models.ifc2x3tc1.IfcRelInteractionRequirements#getDailyInteraction Daily Interaction}' attribute is set. * * * @return whether the value of the 'Daily Interaction' attribute is set. * @see #unsetDailyInteraction() * @see #getDailyInteraction() * @see #setDailyInteraction(double) * @generated */ boolean isSetDailyInteraction(); /** * Returns the value of the 'Daily Interaction As String' attribute. * *

* If the meaning of the 'Daily Interaction As String' attribute isn't clear, * there really should be more of a description here... *

* * @return the value of the 'Daily Interaction As String' attribute. * @see #isSetDailyInteractionAsString() * @see #unsetDailyInteractionAsString() * @see #setDailyInteractionAsString(String) * @see org.bimserver.models.ifc2x3tc1.Ifc2x3tc1Package#getIfcRelInteractionRequirements_DailyInteractionAsString() * @model unsettable="true" * @generated */ String getDailyInteractionAsString(); /** * Sets the value of the '{@link org.bimserver.models.ifc2x3tc1.IfcRelInteractionRequirements#getDailyInteractionAsString Daily Interaction As String}' attribute. * * * @param value the new value of the 'Daily Interaction As String' attribute. * @see #isSetDailyInteractionAsString() * @see #unsetDailyInteractionAsString() * @see #getDailyInteractionAsString() * @generated */ void setDailyInteractionAsString(String value); /** * Unsets the value of the '{@link org.bimserver.models.ifc2x3tc1.IfcRelInteractionRequirements#getDailyInteractionAsString Daily Interaction As String}' attribute. * * * @see #isSetDailyInteractionAsString() * @see #getDailyInteractionAsString() * @see #setDailyInteractionAsString(String) * @generated */ void unsetDailyInteractionAsString(); /** * Returns whether the value of the '{@link org.bimserver.models.ifc2x3tc1.IfcRelInteractionRequirements#getDailyInteractionAsString Daily Interaction As String}' attribute is set. * * * @return whether the value of the 'Daily Interaction As String' attribute is set. * @see #unsetDailyInteractionAsString() * @see #getDailyInteractionAsString() * @see #setDailyInteractionAsString(String) * @generated */ boolean isSetDailyInteractionAsString(); /** * Returns the value of the 'Importance Rating' attribute. * *

* If the meaning of the 'Importance Rating' attribute isn't clear, * there really should be more of a description here... *

* * @return the value of the 'Importance Rating' attribute. * @see #isSetImportanceRating() * @see #unsetImportanceRating() * @see #setImportanceRating(double) * @see org.bimserver.models.ifc2x3tc1.Ifc2x3tc1Package#getIfcRelInteractionRequirements_ImportanceRating() * @model unsettable="true" * @generated */ double getImportanceRating(); /** * Sets the value of the '{@link org.bimserver.models.ifc2x3tc1.IfcRelInteractionRequirements#getImportanceRating Importance Rating}' attribute. * * * @param value the new value of the 'Importance Rating' attribute. * @see #isSetImportanceRating() * @see #unsetImportanceRating() * @see #getImportanceRating() * @generated */ void setImportanceRating(double value); /** * Unsets the value of the '{@link org.bimserver.models.ifc2x3tc1.IfcRelInteractionRequirements#getImportanceRating Importance Rating}' attribute. * * * @see #isSetImportanceRating() * @see #getImportanceRating() * @see #setImportanceRating(double) * @generated */ void unsetImportanceRating(); /** * Returns whether the value of the '{@link org.bimserver.models.ifc2x3tc1.IfcRelInteractionRequirements#getImportanceRating Importance Rating}' attribute is set. * * * @return whether the value of the 'Importance Rating' attribute is set. * @see #unsetImportanceRating() * @see #getImportanceRating() * @see #setImportanceRating(double) * @generated */ boolean isSetImportanceRating(); /** * Returns the value of the 'Importance Rating As String' attribute. * *

* If the meaning of the 'Importance Rating As String' attribute isn't clear, * there really should be more of a description here... *

* * @return the value of the 'Importance Rating As String' attribute. * @see #isSetImportanceRatingAsString() * @see #unsetImportanceRatingAsString() * @see #setImportanceRatingAsString(String) * @see org.bimserver.models.ifc2x3tc1.Ifc2x3tc1Package#getIfcRelInteractionRequirements_ImportanceRatingAsString() * @model unsettable="true" * @generated */ String getImportanceRatingAsString(); /** * Sets the value of the '{@link org.bimserver.models.ifc2x3tc1.IfcRelInteractionRequirements#getImportanceRatingAsString Importance Rating As String}' attribute. * * * @param value the new value of the 'Importance Rating As String' attribute. * @see #isSetImportanceRatingAsString() * @see #unsetImportanceRatingAsString() * @see #getImportanceRatingAsString() * @generated */ void setImportanceRatingAsString(String value); /** * Unsets the value of the '{@link org.bimserver.models.ifc2x3tc1.IfcRelInteractionRequirements#getImportanceRatingAsString Importance Rating As String}' attribute. * * * @see #isSetImportanceRatingAsString() * @see #getImportanceRatingAsString() * @see #setImportanceRatingAsString(String) * @generated */ void unsetImportanceRatingAsString(); /** * Returns whether the value of the '{@link org.bimserver.models.ifc2x3tc1.IfcRelInteractionRequirements#getImportanceRatingAsString Importance Rating As String}' attribute is set. * * * @return whether the value of the 'Importance Rating As String' attribute is set. * @see #unsetImportanceRatingAsString() * @see #getImportanceRatingAsString() * @see #setImportanceRatingAsString(String) * @generated */ boolean isSetImportanceRatingAsString(); /** * Returns the value of the 'Location Of Interaction' reference. * *

* If the meaning of the 'Location Of Interaction' reference isn't clear, * there really should be more of a description here... *

* * @return the value of the 'Location Of Interaction' reference. * @see #isSetLocationOfInteraction() * @see #unsetLocationOfInteraction() * @see #setLocationOfInteraction(IfcSpatialStructureElement) * @see org.bimserver.models.ifc2x3tc1.Ifc2x3tc1Package#getIfcRelInteractionRequirements_LocationOfInteraction() * @model unsettable="true" * @generated */ IfcSpatialStructureElement getLocationOfInteraction(); /** * Sets the value of the '{@link org.bimserver.models.ifc2x3tc1.IfcRelInteractionRequirements#getLocationOfInteraction Location Of Interaction}' reference. * * * @param value the new value of the 'Location Of Interaction' reference. * @see #isSetLocationOfInteraction() * @see #unsetLocationOfInteraction() * @see #getLocationOfInteraction() * @generated */ void setLocationOfInteraction(IfcSpatialStructureElement value); /** * Unsets the value of the '{@link org.bimserver.models.ifc2x3tc1.IfcRelInteractionRequirements#getLocationOfInteraction Location Of Interaction}' reference. * * * @see #isSetLocationOfInteraction() * @see #getLocationOfInteraction() * @see #setLocationOfInteraction(IfcSpatialStructureElement) * @generated */ void unsetLocationOfInteraction(); /** * Returns whether the value of the '{@link org.bimserver.models.ifc2x3tc1.IfcRelInteractionRequirements#getLocationOfInteraction Location Of Interaction}' reference is set. * * * @return whether the value of the 'Location Of Interaction' reference is set. * @see #unsetLocationOfInteraction() * @see #getLocationOfInteraction() * @see #setLocationOfInteraction(IfcSpatialStructureElement) * @generated */ boolean isSetLocationOfInteraction(); /** * Returns the value of the 'Related Space Program' reference. * It is bidirectional and its opposite is '{@link org.bimserver.models.ifc2x3tc1.IfcSpaceProgram#getHasInteractionReqsFrom Has Interaction Reqs From}'. * *

* If the meaning of the 'Related Space Program' reference isn't clear, * there really should be more of a description here... *

* * @return the value of the 'Related Space Program' reference. * @see #setRelatedSpaceProgram(IfcSpaceProgram) * @see org.bimserver.models.ifc2x3tc1.Ifc2x3tc1Package#getIfcRelInteractionRequirements_RelatedSpaceProgram() * @see org.bimserver.models.ifc2x3tc1.IfcSpaceProgram#getHasInteractionReqsFrom * @model opposite="HasInteractionReqsFrom" * @generated */ IfcSpaceProgram getRelatedSpaceProgram(); /** * Sets the value of the '{@link org.bimserver.models.ifc2x3tc1.IfcRelInteractionRequirements#getRelatedSpaceProgram Related Space Program}' reference. * * * @param value the new value of the 'Related Space Program' reference. * @see #getRelatedSpaceProgram() * @generated */ void setRelatedSpaceProgram(IfcSpaceProgram value); /** * Returns the value of the 'Relating Space Program' reference. * It is bidirectional and its opposite is '{@link org.bimserver.models.ifc2x3tc1.IfcSpaceProgram#getHasInteractionReqsTo Has Interaction Reqs To}'. * *

* If the meaning of the 'Relating Space Program' reference isn't clear, * there really should be more of a description here... *

* * @return the value of the 'Relating Space Program' reference. * @see #setRelatingSpaceProgram(IfcSpaceProgram) * @see org.bimserver.models.ifc2x3tc1.Ifc2x3tc1Package#getIfcRelInteractionRequirements_RelatingSpaceProgram() * @see org.bimserver.models.ifc2x3tc1.IfcSpaceProgram#getHasInteractionReqsTo * @model opposite="HasInteractionReqsTo" * @generated */ IfcSpaceProgram getRelatingSpaceProgram(); /** * Sets the value of the '{@link org.bimserver.models.ifc2x3tc1.IfcRelInteractionRequirements#getRelatingSpaceProgram Relating Space Program}' reference. * * * @param value the new value of the 'Relating Space Program' reference. * @see #getRelatingSpaceProgram() * @generated */ void setRelatingSpaceProgram(IfcSpaceProgram value); } // IfcRelInteractionRequirements




© 2015 - 2024 Weber Informatics LLC | Privacy Policy