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

org.bimserver.models.ifc2x3tc1.IfcConstraint 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;

import org.bimserver.emf.IdEObject;
import org.eclipse.emf.common.util.EList;

/**
 * 
 * A representation of the model object 'Ifc Constraint'.
 * 
 *
 * 

* The following features are supported: *

*
    *
  • {@link org.bimserver.models.ifc2x3tc1.IfcConstraint#getName Name}
  • *
  • {@link org.bimserver.models.ifc2x3tc1.IfcConstraint#getDescription Description}
  • *
  • {@link org.bimserver.models.ifc2x3tc1.IfcConstraint#getConstraintGrade Constraint Grade}
  • *
  • {@link org.bimserver.models.ifc2x3tc1.IfcConstraint#getConstraintSource Constraint Source}
  • *
  • {@link org.bimserver.models.ifc2x3tc1.IfcConstraint#getCreatingActor Creating Actor}
  • *
  • {@link org.bimserver.models.ifc2x3tc1.IfcConstraint#getCreationTime Creation Time}
  • *
  • {@link org.bimserver.models.ifc2x3tc1.IfcConstraint#getUserDefinedGrade User Defined Grade}
  • *
  • {@link org.bimserver.models.ifc2x3tc1.IfcConstraint#getClassifiedAs Classified As}
  • *
  • {@link org.bimserver.models.ifc2x3tc1.IfcConstraint#getRelatesConstraints Relates Constraints}
  • *
  • {@link org.bimserver.models.ifc2x3tc1.IfcConstraint#getIsRelatedWith Is Related With}
  • *
  • {@link org.bimserver.models.ifc2x3tc1.IfcConstraint#getPropertiesForConstraint Properties For Constraint}
  • *
  • {@link org.bimserver.models.ifc2x3tc1.IfcConstraint#getAggregates Aggregates}
  • *
  • {@link org.bimserver.models.ifc2x3tc1.IfcConstraint#getIsAggregatedIn Is Aggregated In}
  • *
* * @see org.bimserver.models.ifc2x3tc1.Ifc2x3tc1Package#getIfcConstraint() * @model * @extends IdEObject * @generated */ public interface IfcConstraint extends IdEObject { /** * Returns the value of the 'Name' attribute. * *

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

* * @return the value of the 'Name' attribute. * @see #setName(String) * @see org.bimserver.models.ifc2x3tc1.Ifc2x3tc1Package#getIfcConstraint_Name() * @model * @generated */ String getName(); /** * Sets the value of the '{@link org.bimserver.models.ifc2x3tc1.IfcConstraint#getName Name}' attribute. * * * @param value the new value of the 'Name' attribute. * @see #getName() * @generated */ void setName(String value); /** * Returns the value of the 'Description' attribute. * *

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

* * @return the value of the 'Description' attribute. * @see #isSetDescription() * @see #unsetDescription() * @see #setDescription(String) * @see org.bimserver.models.ifc2x3tc1.Ifc2x3tc1Package#getIfcConstraint_Description() * @model unsettable="true" * @generated */ String getDescription(); /** * Sets the value of the '{@link org.bimserver.models.ifc2x3tc1.IfcConstraint#getDescription Description}' attribute. * * * @param value the new value of the 'Description' attribute. * @see #isSetDescription() * @see #unsetDescription() * @see #getDescription() * @generated */ void setDescription(String value); /** * Unsets the value of the '{@link org.bimserver.models.ifc2x3tc1.IfcConstraint#getDescription Description}' attribute. * * * @see #isSetDescription() * @see #getDescription() * @see #setDescription(String) * @generated */ void unsetDescription(); /** * Returns whether the value of the '{@link org.bimserver.models.ifc2x3tc1.IfcConstraint#getDescription Description}' attribute is set. * * * @return whether the value of the 'Description' attribute is set. * @see #unsetDescription() * @see #getDescription() * @see #setDescription(String) * @generated */ boolean isSetDescription(); /** * Returns the value of the 'Constraint Grade' attribute. * The literals are from the enumeration {@link org.bimserver.models.ifc2x3tc1.IfcConstraintEnum}. * *

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

* * @return the value of the 'Constraint Grade' attribute. * @see org.bimserver.models.ifc2x3tc1.IfcConstraintEnum * @see #setConstraintGrade(IfcConstraintEnum) * @see org.bimserver.models.ifc2x3tc1.Ifc2x3tc1Package#getIfcConstraint_ConstraintGrade() * @model * @generated */ IfcConstraintEnum getConstraintGrade(); /** * Sets the value of the '{@link org.bimserver.models.ifc2x3tc1.IfcConstraint#getConstraintGrade Constraint Grade}' attribute. * * * @param value the new value of the 'Constraint Grade' attribute. * @see org.bimserver.models.ifc2x3tc1.IfcConstraintEnum * @see #getConstraintGrade() * @generated */ void setConstraintGrade(IfcConstraintEnum value); /** * Returns the value of the 'Constraint Source' attribute. * *

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

* * @return the value of the 'Constraint Source' attribute. * @see #isSetConstraintSource() * @see #unsetConstraintSource() * @see #setConstraintSource(String) * @see org.bimserver.models.ifc2x3tc1.Ifc2x3tc1Package#getIfcConstraint_ConstraintSource() * @model unsettable="true" * @generated */ String getConstraintSource(); /** * Sets the value of the '{@link org.bimserver.models.ifc2x3tc1.IfcConstraint#getConstraintSource Constraint Source}' attribute. * * * @param value the new value of the 'Constraint Source' attribute. * @see #isSetConstraintSource() * @see #unsetConstraintSource() * @see #getConstraintSource() * @generated */ void setConstraintSource(String value); /** * Unsets the value of the '{@link org.bimserver.models.ifc2x3tc1.IfcConstraint#getConstraintSource Constraint Source}' attribute. * * * @see #isSetConstraintSource() * @see #getConstraintSource() * @see #setConstraintSource(String) * @generated */ void unsetConstraintSource(); /** * Returns whether the value of the '{@link org.bimserver.models.ifc2x3tc1.IfcConstraint#getConstraintSource Constraint Source}' attribute is set. * * * @return whether the value of the 'Constraint Source' attribute is set. * @see #unsetConstraintSource() * @see #getConstraintSource() * @see #setConstraintSource(String) * @generated */ boolean isSetConstraintSource(); /** * Returns the value of the 'Creating Actor' reference. * *

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

* * @return the value of the 'Creating Actor' reference. * @see #isSetCreatingActor() * @see #unsetCreatingActor() * @see #setCreatingActor(IfcActorSelect) * @see org.bimserver.models.ifc2x3tc1.Ifc2x3tc1Package#getIfcConstraint_CreatingActor() * @model unsettable="true" * @generated */ IfcActorSelect getCreatingActor(); /** * Sets the value of the '{@link org.bimserver.models.ifc2x3tc1.IfcConstraint#getCreatingActor Creating Actor}' reference. * * * @param value the new value of the 'Creating Actor' reference. * @see #isSetCreatingActor() * @see #unsetCreatingActor() * @see #getCreatingActor() * @generated */ void setCreatingActor(IfcActorSelect value); /** * Unsets the value of the '{@link org.bimserver.models.ifc2x3tc1.IfcConstraint#getCreatingActor Creating Actor}' reference. * * * @see #isSetCreatingActor() * @see #getCreatingActor() * @see #setCreatingActor(IfcActorSelect) * @generated */ void unsetCreatingActor(); /** * Returns whether the value of the '{@link org.bimserver.models.ifc2x3tc1.IfcConstraint#getCreatingActor Creating Actor}' reference is set. * * * @return whether the value of the 'Creating Actor' reference is set. * @see #unsetCreatingActor() * @see #getCreatingActor() * @see #setCreatingActor(IfcActorSelect) * @generated */ boolean isSetCreatingActor(); /** * Returns the value of the 'Creation Time' reference. * *

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

* * @return the value of the 'Creation Time' reference. * @see #isSetCreationTime() * @see #unsetCreationTime() * @see #setCreationTime(IfcDateTimeSelect) * @see org.bimserver.models.ifc2x3tc1.Ifc2x3tc1Package#getIfcConstraint_CreationTime() * @model unsettable="true" * @generated */ IfcDateTimeSelect getCreationTime(); /** * Sets the value of the '{@link org.bimserver.models.ifc2x3tc1.IfcConstraint#getCreationTime Creation Time}' reference. * * * @param value the new value of the 'Creation Time' reference. * @see #isSetCreationTime() * @see #unsetCreationTime() * @see #getCreationTime() * @generated */ void setCreationTime(IfcDateTimeSelect value); /** * Unsets the value of the '{@link org.bimserver.models.ifc2x3tc1.IfcConstraint#getCreationTime Creation Time}' reference. * * * @see #isSetCreationTime() * @see #getCreationTime() * @see #setCreationTime(IfcDateTimeSelect) * @generated */ void unsetCreationTime(); /** * Returns whether the value of the '{@link org.bimserver.models.ifc2x3tc1.IfcConstraint#getCreationTime Creation Time}' reference is set. * * * @return whether the value of the 'Creation Time' reference is set. * @see #unsetCreationTime() * @see #getCreationTime() * @see #setCreationTime(IfcDateTimeSelect) * @generated */ boolean isSetCreationTime(); /** * Returns the value of the 'User Defined Grade' attribute. * *

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

* * @return the value of the 'User Defined Grade' attribute. * @see #isSetUserDefinedGrade() * @see #unsetUserDefinedGrade() * @see #setUserDefinedGrade(String) * @see org.bimserver.models.ifc2x3tc1.Ifc2x3tc1Package#getIfcConstraint_UserDefinedGrade() * @model unsettable="true" * @generated */ String getUserDefinedGrade(); /** * Sets the value of the '{@link org.bimserver.models.ifc2x3tc1.IfcConstraint#getUserDefinedGrade User Defined Grade}' attribute. * * * @param value the new value of the 'User Defined Grade' attribute. * @see #isSetUserDefinedGrade() * @see #unsetUserDefinedGrade() * @see #getUserDefinedGrade() * @generated */ void setUserDefinedGrade(String value); /** * Unsets the value of the '{@link org.bimserver.models.ifc2x3tc1.IfcConstraint#getUserDefinedGrade User Defined Grade}' attribute. * * * @see #isSetUserDefinedGrade() * @see #getUserDefinedGrade() * @see #setUserDefinedGrade(String) * @generated */ void unsetUserDefinedGrade(); /** * Returns whether the value of the '{@link org.bimserver.models.ifc2x3tc1.IfcConstraint#getUserDefinedGrade User Defined Grade}' attribute is set. * * * @return whether the value of the 'User Defined Grade' attribute is set. * @see #unsetUserDefinedGrade() * @see #getUserDefinedGrade() * @see #setUserDefinedGrade(String) * @generated */ boolean isSetUserDefinedGrade(); /** * Returns the value of the 'Classified As' reference list. * The list contents are of type {@link org.bimserver.models.ifc2x3tc1.IfcConstraintClassificationRelationship}. * It is bidirectional and its opposite is '{@link org.bimserver.models.ifc2x3tc1.IfcConstraintClassificationRelationship#getClassifiedConstraint Classified Constraint}'. * *

* If the meaning of the 'Classified As' reference list isn't clear, * there really should be more of a description here... *

* * @return the value of the 'Classified As' reference list. * @see #isSetClassifiedAs() * @see #unsetClassifiedAs() * @see org.bimserver.models.ifc2x3tc1.Ifc2x3tc1Package#getIfcConstraint_ClassifiedAs() * @see org.bimserver.models.ifc2x3tc1.IfcConstraintClassificationRelationship#getClassifiedConstraint * @model opposite="ClassifiedConstraint" unsettable="true" * @generated */ EList getClassifiedAs(); /** * Unsets the value of the '{@link org.bimserver.models.ifc2x3tc1.IfcConstraint#getClassifiedAs Classified As}' reference list. * * * @see #isSetClassifiedAs() * @see #getClassifiedAs() * @generated */ void unsetClassifiedAs(); /** * Returns whether the value of the '{@link org.bimserver.models.ifc2x3tc1.IfcConstraint#getClassifiedAs Classified As}' reference list is set. * * * @return whether the value of the 'Classified As' reference list is set. * @see #unsetClassifiedAs() * @see #getClassifiedAs() * @generated */ boolean isSetClassifiedAs(); /** * Returns the value of the 'Relates Constraints' reference list. * The list contents are of type {@link org.bimserver.models.ifc2x3tc1.IfcConstraintRelationship}. * It is bidirectional and its opposite is '{@link org.bimserver.models.ifc2x3tc1.IfcConstraintRelationship#getRelatingConstraint Relating Constraint}'. * *

* If the meaning of the 'Relates Constraints' reference list isn't clear, * there really should be more of a description here... *

* * @return the value of the 'Relates Constraints' reference list. * @see #isSetRelatesConstraints() * @see #unsetRelatesConstraints() * @see org.bimserver.models.ifc2x3tc1.Ifc2x3tc1Package#getIfcConstraint_RelatesConstraints() * @see org.bimserver.models.ifc2x3tc1.IfcConstraintRelationship#getRelatingConstraint * @model opposite="RelatingConstraint" unsettable="true" * @generated */ EList getRelatesConstraints(); /** * Unsets the value of the '{@link org.bimserver.models.ifc2x3tc1.IfcConstraint#getRelatesConstraints Relates Constraints}' reference list. * * * @see #isSetRelatesConstraints() * @see #getRelatesConstraints() * @generated */ void unsetRelatesConstraints(); /** * Returns whether the value of the '{@link org.bimserver.models.ifc2x3tc1.IfcConstraint#getRelatesConstraints Relates Constraints}' reference list is set. * * * @return whether the value of the 'Relates Constraints' reference list is set. * @see #unsetRelatesConstraints() * @see #getRelatesConstraints() * @generated */ boolean isSetRelatesConstraints(); /** * Returns the value of the 'Is Related With' reference list. * The list contents are of type {@link org.bimserver.models.ifc2x3tc1.IfcConstraintRelationship}. * It is bidirectional and its opposite is '{@link org.bimserver.models.ifc2x3tc1.IfcConstraintRelationship#getRelatedConstraints Related Constraints}'. * *

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

* * @return the value of the 'Is Related With' reference list. * @see #isSetIsRelatedWith() * @see #unsetIsRelatedWith() * @see org.bimserver.models.ifc2x3tc1.Ifc2x3tc1Package#getIfcConstraint_IsRelatedWith() * @see org.bimserver.models.ifc2x3tc1.IfcConstraintRelationship#getRelatedConstraints * @model opposite="RelatedConstraints" unsettable="true" * @generated */ EList getIsRelatedWith(); /** * Unsets the value of the '{@link org.bimserver.models.ifc2x3tc1.IfcConstraint#getIsRelatedWith Is Related With}' reference list. * * * @see #isSetIsRelatedWith() * @see #getIsRelatedWith() * @generated */ void unsetIsRelatedWith(); /** * Returns whether the value of the '{@link org.bimserver.models.ifc2x3tc1.IfcConstraint#getIsRelatedWith Is Related With}' reference list is set. * * * @return whether the value of the 'Is Related With' reference list is set. * @see #unsetIsRelatedWith() * @see #getIsRelatedWith() * @generated */ boolean isSetIsRelatedWith(); /** * Returns the value of the 'Properties For Constraint' reference list. * The list contents are of type {@link org.bimserver.models.ifc2x3tc1.IfcPropertyConstraintRelationship}. * It is bidirectional and its opposite is '{@link org.bimserver.models.ifc2x3tc1.IfcPropertyConstraintRelationship#getRelatingConstraint Relating Constraint}'. * *

* If the meaning of the 'Properties For Constraint' reference list isn't clear, * there really should be more of a description here... *

* * @return the value of the 'Properties For Constraint' reference list. * @see #isSetPropertiesForConstraint() * @see #unsetPropertiesForConstraint() * @see org.bimserver.models.ifc2x3tc1.Ifc2x3tc1Package#getIfcConstraint_PropertiesForConstraint() * @see org.bimserver.models.ifc2x3tc1.IfcPropertyConstraintRelationship#getRelatingConstraint * @model opposite="RelatingConstraint" unsettable="true" * @generated */ EList getPropertiesForConstraint(); /** * Unsets the value of the '{@link org.bimserver.models.ifc2x3tc1.IfcConstraint#getPropertiesForConstraint Properties For Constraint}' reference list. * * * @see #isSetPropertiesForConstraint() * @see #getPropertiesForConstraint() * @generated */ void unsetPropertiesForConstraint(); /** * Returns whether the value of the '{@link org.bimserver.models.ifc2x3tc1.IfcConstraint#getPropertiesForConstraint Properties For Constraint}' reference list is set. * * * @return whether the value of the 'Properties For Constraint' reference list is set. * @see #unsetPropertiesForConstraint() * @see #getPropertiesForConstraint() * @generated */ boolean isSetPropertiesForConstraint(); /** * Returns the value of the 'Aggregates' reference list. * The list contents are of type {@link org.bimserver.models.ifc2x3tc1.IfcConstraintAggregationRelationship}. * It is bidirectional and its opposite is '{@link org.bimserver.models.ifc2x3tc1.IfcConstraintAggregationRelationship#getRelatingConstraint Relating Constraint}'. * *

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

* * @return the value of the 'Aggregates' reference list. * @see #isSetAggregates() * @see #unsetAggregates() * @see org.bimserver.models.ifc2x3tc1.Ifc2x3tc1Package#getIfcConstraint_Aggregates() * @see org.bimserver.models.ifc2x3tc1.IfcConstraintAggregationRelationship#getRelatingConstraint * @model opposite="RelatingConstraint" unsettable="true" * @generated */ EList getAggregates(); /** * Unsets the value of the '{@link org.bimserver.models.ifc2x3tc1.IfcConstraint#getAggregates Aggregates}' reference list. * * * @see #isSetAggregates() * @see #getAggregates() * @generated */ void unsetAggregates(); /** * Returns whether the value of the '{@link org.bimserver.models.ifc2x3tc1.IfcConstraint#getAggregates Aggregates}' reference list is set. * * * @return whether the value of the 'Aggregates' reference list is set. * @see #unsetAggregates() * @see #getAggregates() * @generated */ boolean isSetAggregates(); /** * Returns the value of the 'Is Aggregated In' reference list. * The list contents are of type {@link org.bimserver.models.ifc2x3tc1.IfcConstraintAggregationRelationship}. * It is bidirectional and its opposite is '{@link org.bimserver.models.ifc2x3tc1.IfcConstraintAggregationRelationship#getRelatedConstraints Related Constraints}'. * *

* If the meaning of the 'Is Aggregated In' reference list isn't clear, * there really should be more of a description here... *

* * @return the value of the 'Is Aggregated In' reference list. * @see #isSetIsAggregatedIn() * @see #unsetIsAggregatedIn() * @see org.bimserver.models.ifc2x3tc1.Ifc2x3tc1Package#getIfcConstraint_IsAggregatedIn() * @see org.bimserver.models.ifc2x3tc1.IfcConstraintAggregationRelationship#getRelatedConstraints * @model opposite="RelatedConstraints" unsettable="true" * @generated */ EList getIsAggregatedIn(); /** * Unsets the value of the '{@link org.bimserver.models.ifc2x3tc1.IfcConstraint#getIsAggregatedIn Is Aggregated In}' reference list. * * * @see #isSetIsAggregatedIn() * @see #getIsAggregatedIn() * @generated */ void unsetIsAggregatedIn(); /** * Returns whether the value of the '{@link org.bimserver.models.ifc2x3tc1.IfcConstraint#getIsAggregatedIn Is Aggregated In}' reference list is set. * * * @return whether the value of the 'Is Aggregated In' reference list is set. * @see #unsetIsAggregatedIn() * @see #getIsAggregatedIn() * @generated */ boolean isSetIsAggregatedIn(); } // IfcConstraint




© 2015 - 2024 Weber Informatics LLC | Privacy Policy