Ignore:
Timestamp:
07/03/07 01:14:58 (17 years ago)
Author:
x07vasba
Message:
 
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/org.modelica.uml.sysml/src/org/modelica/uml/sysml/impl/ModelicaClassImpl.java

    r492 r511  
    3434 */
    3535public class ModelicaClassImpl extends BlockImpl implements ModelicaClass {
    36     /**
     36/**
    3737     * The default value of the '{@link #isIsEncapsulatedClass() <em>Is Encapsulated Class</em>}' attribute.
    3838     * <!-- begin-user-doc --> <!-- end-user-doc -->
     
    4343    protected static final boolean IS_ENCAPSULATED_CLASS_EDEFAULT = false;
    4444
    45     /**
     45/**
    4646     * The cached value of the '{@link #isIsEncapsulatedClass() <em>Is Encapsulated Class</em>}' attribute.
    4747     * <!-- begin-user-doc --> <!-- end-user-doc -->
     
    5252    protected boolean isEncapsulatedClass = IS_ENCAPSULATED_CLASS_EDEFAULT;
    5353
    54     /**
     54/**
    5555     * <!-- begin-user-doc --> <!-- end-user-doc -->
    5656     * @generated
     
    6060    }
    6161
    62     public ModelicaComposition createModelicaComposition(String end1Name,
     62                                        public ModelicaComposition createModelicaComposition(String end1Name,
    6363            Type end1Type, String end2Name) {
    6464       
     
    7171    }
    7272
    73     /**
     73/**
    7474     * <!-- begin-user-doc --> <!-- end-user-doc -->
    7575     * @generated
Note: See TracChangeset for help on using the changeset viewer.