Tagged Questions
The modelling tag has no wiki summary.
26
votes
9answers
6k views
XML Attributes vs Elements
When should you use XML attributes and when should you use XML elements?
e.g.
<customData>
<records>
<record name="foo" description="bar" />
</records>
...
17
votes
7answers
679 views
How should I start playing with 3D?
I'm a developer for just about 6 months now, and since I enjoy programming I've started little programs such as encripters, calculators, tools, stuff to play with DropBox (hehe), stuff that play with ...
14
votes
5answers
1k views
Yet another dynamic data model question
I have a project that requires user-defined attributes for a particular object at runtime (Lets say a person object in this example). The project will have many different users (1000 +), each ...
12
votes
8answers
1k views
How do you break circular associations between entities?
my first time on the site so apologies if it's tagged incorrectly or been answered elsewhere...
I keep running into particular situation on my current project and I was wondering how you guys would ...
12
votes
7answers
1k views
What tools/diagrams do you use for modelling multithreaded systems?
I'm sitting there every time I model my systems, thinking, there must be a better way to model concurrency than using UML activity diagrams.
Please share your thoughts. What's your favourite tool or ...
10
votes
6answers
4k views
Free UML Modelling tool for OS/X
are there any good free native UML modelling tools for OS/X that allow you to quickly whip up simple UML diagrams.
I know about ArgoUML, great for a java app (its usable), but certainly painful to ...
10
votes
14answers
2k views
What are some good web resources for learning Object-Oriented Programming?
I've started programming more in OO style than ever (Python).
Any good web resources I could read? I need help constructing and modelling objects, relations, interfaces etc. . Not only dry theory ...
9
votes
9answers
5k views
Free/cheap PowerDesigner alternative?
We are using PowerDesigner at work for database modelling. But there is a hell of a price tag on that piece of software. And frankly, all I use is physical diagrams for MS SQL, which is about 1% of ...
8
votes
2answers
393 views
Is OpenCL good for agent based simulation?
I'm learning Scala with the aim of writing agent based simulations using actor concurrency. I currently know very little about OpenCL, and before I dive in can anyone tell me if it is likely to be ...
7
votes
3answers
293 views
Implementing Domain Driven Design
Is anyone using the techniques from Domain Driven Design? I've recently read the Eric Evans book of the same name (well, most of it!) and would be interested to hear from anyone who's implemented ...
7
votes
6answers
252 views
How to start modelling a web application?
I ask this, because tomorrow is my first meeting with the client, in which she tells me, what she is doing right now (by hand) and what it is, what the new web-application should do in the end.
I ...
7
votes
6answers
6k views
XNA Game Studio 3D model editor suggestions
I want to create basic low-poly 3D models to use in XNA Game Studio games. What cheap/free tools do people recommend?
And does anyone have any links or snippets of code that show how to load 3D ...
7
votes
4answers
593 views
Model Based Testing Strategies
What strategies have you used with Model Based Testing?
Do you use it exclusively for
integration testing, or branch it
out to other areas
(unit/functional/system/spec verification)?
Do you build ...
6
votes
6answers
3k views
What alternatives exist to UML to graphically represent software models
Excluding UML, What other formal methodologies exist to visually represent software models?
Do you know any tools that allow you to work with them?
4
votes
8answers
256 views
Inheritance or enum
I must structure new model for application and I don't what is better:
using inheritance or using enum as type of object:
For example :
Books
class Book
{
public string Name {get;set;}
public ...
4
votes
7answers
567 views
Simple UML Drawing Tool for Windows That Supports Eiffel
I don't want anything that reads or generates code just drawing diagrams.
I also must be able to enter code as text because i'm pretty sure it will not support the Eiffel langauge and i really don't ...
4
votes
4answers
868 views
Is there a database modelling library for Java?
Does anyone know of a Java library that provides a useful abstraction for analyzing and manipulating arbitrary relational database schemata? I'm thinking of something that could do things like
...
4
votes
3answers
2k views
What is the best way to graphically represent page flow, as applicable to an action oriented web application?
What is the best way to graphically represent page flow, as applicable to an action oriented web application?
What model do you use to represent page flows (page flow diagrams) encompassing pages ...
3
votes
1answer
87 views
Modelling in Zend framework
I'm working on a large project at the moment and am just wondering which is best practice, to model entities and sets of entities seperately or in one class?
Currently I am implementing two classes ...
3
votes
0answers
161 views
Which tool/programm can create 2d/3d model of human face, based on facial key points (distanse between eyes, etc.)? [closed]
I need to control an existing model or create new from the ground, based on 60 face key points.
In other words I have 60 key-positions(face-points) of human face, and I need to draw a new face based ...
3
votes
2answers
162 views
How to apply spline() to a large dataframe
I am a newbie to R and I am trying to apply smooth.spline() to a large dataframe. I've looked at the related threads ("Apply a list of n functions to each row of a dataframe,", "How to apply a spline ...
3
votes
2answers
1k views
Django OneToMany
I'm implementing a small e-shop application in django.
My question concerns modelling an Order with many OrderLines:
How to model the Order to OrderLines relationship with the OrderLines accessible ...
3
votes
6answers
120 views
How to document software algorithms?
I'm working on a large project for a university assignment, we're developing an application that is used by a business to compile quotes for their various services.
I need to document the algorithms ...
3
votes
3answers
405 views
Good “Modelling & Simulation” book recommendations for programmers?
I'm a programmer, and have completely forgotten all the advanced engineering Math I studied ~20 years ago at school. I now have an urgent need to learn about Modelling and Simulation. Though the ...
3
votes
2answers
1k views
What is the difference between UML 2.1.2 and UML 2.2
I am evaluating a tool which says that it supports UML 2.2. However if I search on internet, I can't find what incremental change has occured between two version.
And yes, I tried to go through OMG ...
3
votes
3answers
1k views
Open source software for building/designing a house?
Are there any open source tools for building or designing houses? Does it have many features, like calculating costs or simulating extreme weather conditions/aging, etc?
I had the idea to start up a ...
3
votes
3answers
179 views
Modelling C applications
I would like to know if there are any tools that can help me model C applications i.e. Functional programming.
E.g. I'm currently building a shared library.
But to communicate my design visually, I ...
3
votes
7answers
347 views
Are there design patterns on modelling a structure containing Teams, Roles and Skills?
I need to model a system where by there will be a team who will consist of users who perform roles in the team and have skills assigned to them.
i.e. a team A 5 members, one performs the team leader ...
3
votes
5answers
1k views
Can a Sequence Diagram realistically capture your logic in the same depth as code?
I use UML Sequence Diagrams all the time, and am familiar with the UML2 notation.
But I only ever use them to capture the essence of what I intend to do. In other words the diagram always exists at a ...
2
votes
3answers
141 views
Modeling a linear system with Python
I would like to simulate/model a closed-loop, linear, time-invariant system (specifically a locked PLL approximation) with python.
Each sub-block within the model has a known transfer function which ...
2
votes
2answers
71 views
Modelling a Pizza
I'm trying to create a food ordering application. It will recieve menu data from a webservice (format not yet decided), and turn it into an order form.
I'm having trouble working out how to approach ...
2
votes
3answers
114 views
UML - association or aggregation relationship?
When a class holds a type of another class as an attribute, what kind of relationship is this - association or aggregation?
e.g.
a Flight class holding a type of City class as an attribute called ...
2
votes
1answer
85 views
modelling 3d cells defined by intersections of surfaces
I'm trying to create an interactive 3d representation of cells that are defined by the intersection of arbitrary surfaces. I'm having a hard time figuring out how to create a mesh from this (or is ...
2
votes
1answer
129 views
A math modelling interview question
What's the best way to (relative) grade a class (of 50 students) on a test (with 7 questions)?
They did not want the traditional percentile-intervals answer, but a more CS-ey one.
It's a pretty open ...
2
votes
4answers
235 views
What are some tools to convert Java programs into sequence diagrams?
What are some tools to convert Java programs into sequence diagrams?
2
votes
3answers
131 views
strategies for learning complex software packages
I am a fairly novice Java programmer and I am currently working on a project to extend a piece of software that has been developed over a few years.
So it has pretty big code base and the previous ...
2
votes
1answer
122 views
How should I model associations between classes
I am modelling the domain model in my application. Obviously, some of the object relationships are assocations, but those associations also have attributes. For example:
Foo can have one-to-many ...
2
votes
2answers
524 views
Comparison of GAMS versus AMPL Algebraic Modelling Languages
I'd be interested in getting the opinion from users of GAMS and AMPL on what the strength and weaknesses of each these languages are.
2
votes
3answers
251 views
Database Inheritance Select
For my university assignment I have to design some basic managment system for sicknesses and all for a school. I have decided to model some basic inheritance in the form of
Person --> Student
...
1
vote
0answers
22 views
iPhone Core Data :: basic design for view preference objects of underlying data
I am using Core Data, and have created the following objects in my xcdatamodel:
(1) ContactEntity - attributes: firstname, lastname, relationship to MyEmailsEntity and MyNumbersEntity objects
(2) ...
1
vote
0answers
67 views
water tank modeling in simscape
I want to model a simple tank with water flowing out of it.
Which has level sensor and connected to a controller.
When the sensor gets activated(means minimum value of tank has been reached), it sends ...
1
vote
0answers
51 views
Can I use EMF/ECore for XML based models?
EMF has support for XSD through Ecore to XSD import export capability, but I have a use case that requires continuous switch between the two domains.
I have a set of published XSD schemas, and ...
1
vote
2answers
133 views
Suitable diagramming type and tool for a model based on DevExpress Domain Components
I'm busy prototyping a training management app using the DevExpress eXpressApp framework & Domain Components. This paradigm uses interfaces to specify domain entities, with default implementation ...
1
vote
1answer
59 views
Simple (CRC-style) domain design / modelling tool
I thought this would be easy....
For a new project about to start, I'm looking for a simple Windows-based tool for domain-driven modeling - something like "digital CRC's" (Collaboration ...
1
vote
5answers
43 views
Software for browsing classes in a C/C++ project
I have seen that some developers have a graphical representation of all their classes in an image file which comes with their project. How can I myself create these graphics?
Basically they show what ...
1
vote
0answers
33 views
Can anyone tell me which section of a Specifications Requirements document should I include my Sequence Diagrams?
I am using the Volere template and I have edited out the parts where I feel they are not required for my project. I have inluded my use case diagrm in the section titled project scope, is this the ...
1
vote
3answers
119 views
What are some best object-oriented design practices?
I didn't find any question that would be this general.
Please post whatever you find to be a useful rule for oject-oriented design.
1
vote
2answers
413 views
Best 3D library to model robotic motion
A short while I asked for suggestions on choosing a Python-compatible 3D graphics library for robotic motion modelling (using inverse kinematics in Python). After doing a bit of research and ...
1
vote
3answers
90 views
Algorithm for particles targeting
I'm building a particles systems, one of the features I'd like to add is a "target" feature. What I want to be able to do is set an X,Y target for each particle and make it go there, not in a straight ...
1
vote
0answers
34 views
Any resources on how to recreate a real world city in 3D?
Does anybody know is there any websites dedicated to 3D modelling of real cities or their districts? It is very cool to use real world buildings in own programs/games but not just emit realistic ...