Interface IArchitectureModelAccess

    • Method Detail

      • getModelName

        java.lang.String getModelName()
        Return the name of the architectural model.
        Returns:
        name of model.
      • isLogical

        boolean isLogical()
        Test if the architecture model is a logical model.
        Returns:
        true, if the model is logical, false if it is physical.
      • isPhysical

        boolean isPhysical()
        Test if the architecture model is a physical model.
        Returns:
        true, if the model is physical, false if it is logical.