Show Posts

This section allows you to view all posts made by this member. Note that you can only see posts made in areas you currently have access to.


Messages - jdavid

Pages: [1] 2 3 4
1
I have components that have attributes such as StartDate and EndDate that I would like to place on a diagram and then display as a grant chart

2
General Board / Work on multiple user stories at the same time
« on: December 19, 2019, 10:16:38 am »
Is it possible to have 2 users stories open at the same time? Specifically what I want to do is open a diagram that is a use case model, select User Story 1, then select Scenarios, and then open the Structure Editor. Then do the same with User Story 2. This way I could work between the 2 of them at the same time

3
Suggestions and Requests / Typescript
« on: April 30, 2019, 05:32:19 am »
Treat Typescript just like any of the other programming languages in EA. Provide the ability to import/export and sync with code

4
General Board / Object Model
« on: March 23, 2019, 07:17:51 am »
I have a class, lets call it Account, I want to create an object model that will contain an instance of Account. In the instance (which is now defined as an object) I want to assign values to the attributes. So for example:
Class: Account
Attribute: Name
Attribute: MaxFinanceAmount
Attribute: Status

5
General Board / Integration of EA with Visual Studio Team Services
« on: November 18, 2018, 03:17:22 am »
I know that there is a free tool for integrating EA with TFS, will this also work with VSTS? Has anyone else accomplished this?

6
So will this connector also work with VSTS?

7
General Board / Re: Lock Root Node
« on: June 27, 2018, 03:21:57 am »
Simon
Great solution...that is if I had access to ProCloud Server capabilities, but Sparx has taken the direction that small customers like myself don't deserve access to this.

8
General Board / Lock Root Node
« on: June 20, 2018, 06:12:37 am »
We have all of our models in one repository with multiple root nodes (one for each of our clients) We would like to give access to our clients via the EA Viewer, but I would like to restrict access to only the root node that pertains to them. I have tried to lock these, but it seems that a user could still browse another clients models. Is there a solution for this?

Thanks.

9
Suggestions and Requests / Support newer concepts in C#
« on: February 07, 2013, 08:48:55 am »
EA will not pick up associations between the imported C# classes as shown below. Where MyClass has a collection of class X.

public class MyClass
{
   public List<X> MyProperty {get; set;}
}

public class X
{
    public string MyString {get; set;}
}

10
General Board / Actors and Swimlane (Activity Partition)
« on: April 10, 2014, 10:13:14 pm »
Is there any method to use an Actor and display as a Swimlane

11
General Board / Add info to node in deployment
« on: September 24, 2013, 11:31:16 pm »
In the example project a deployment diagram is shown where an instance of a server has some notes such as:
Disk Controller = No RAID
Disks = 18GB
RAM = 256MB
Processor = 1GHz PIII

How are these defined?

12
General Board / Re: Instance Count
« on: March 21, 2013, 06:09:52 am »
Thanks Geert, that was just what I was looking for

13
General Board / Instance Count
« on: March 20, 2013, 05:05:52 am »
When you drop an object on a diagram and create an instance of that object is there any way that you can get a count of the number of instances.

Example: I have an component: MicroSoft Server 2012 R2, that I can create multiple instances of on my deployment diagrams. Can I get a count of the number of instances of MicroSoft Server 2012 R2 I have in the project.

14
General Board / Re: Import C# Classes do not show associations
« on: February 07, 2013, 08:28:22 am »
Just changed the code per your suggestion, rebuilt. And it worked. I sure hope that EA will fix this in the near future since most developers do not use this approach anymore.

Thanks for your help, I thought I was going crazy

15
General Board / Re: Import C# Classes do not show associations
« on: February 07, 2013, 07:36:20 am »
These are just POCO objects for data transport, these are public properties in C# I don't know what a physical attribute is and I have been using C# for over 10 years.

if I put this in a constructor it still does not show an association
List<CommonName> StrainCommonNames = new List<CommonName>();

Pages: [1] 2 3 4