modeling

Modifying a model and texture mid-game code

Just have a question for anyone out there who knows some sort of game engine pretty well. What I am trying to implement is some sort of script or code that will allow me to make a custom game character and textures mid-game. A few examples would be along the lines of changing facial expressions and body part positions in the game SecondL...

a good program for designing 2d textures to use in XNA ?

I'm developing a game with Microsoft XNA. I haven't used any modelling program(even 2d modelling) before and I want to learn one. Which program is best ? Is there any free tutorial for it? ...

Are UML semantic variances necessary?

I am asking if it is necessary or useful to have semantic variances in UML. Would it not be more useful when it was more formal and therefore verifiable or even used for rapid prototyping. What is the benefit of the variance? Can you give some examples? ...

Modeling related objects and their templates

Hello everybody! I am having trouble correctly modeling related objects that can use templates. This is not homework, but part of a small project in the university. In this application the user can add several elements, which can either be passive or active. Each concrete element has different attributes, these must be set by the user....

huff model in gis

hello all, how would be the simplest version of the Huff model for territorial and economic analysis? sig using algorithms that I recommend or free libraries for working with files both vector and raster OGR ...

Do you know of a free .Net component for visual flow model graph design and editing?

An app (C#4, WinForms, Entity Framework, SQL Server 2008) of mine maintains a graph of interconnected objects, each having some simple member fields and a set of many directed (in and out) one-to-one links to other objects. I'd like to offer a user an ability to view and edit this graph visually some way, creating and removing connectio...

Composite Primary and Cardinality

I have some questions on Composite Primary Keys and the cardinality of the columns. I searched the web, but did not find any definitive answer, so I am trying again. The questions are: Context: Large (50M - 500M rows) OLAP Prep tables, not NOSQL, not Columnar. MySQL and DB2 1) Does the order of keys in a PK matter? 2) If the cardinali...

Creating Domain Model

Hi, I have created a use case of a small application and now I have to create a Domain Model of that use cases of the application and which functions will be implemented in this application. I have no previous experience in Domain Modeling and UML, please suggest me steps to create the domain model or any suggestions, Do I have to have a...

domain modeling naming problem

Hello There are some simple entities in an application (e.g containing only id and title) which rarely change and are being referenced by the more complex entities of the application. These are usually entities such as Country, City, Language etc. How are these called? I've used the following names for those in the past but I'm not sur...

django complex model and template

I remodel my objects using ManyToMany relationship using "through" as it's guided here: link text class Receipt(models.Model): name = models.CharField(max_length=128) (...) components = models.ManyToManyField(Product, through='ReceiptComponent') class Admin: pass def __unicode__(self): return self.name def url(self...

django modeling

Concept: Drinks are made of components. E.g. 10ml of Vodka. In some receipt the component is very particular (10ml of Finlandia Vodka), some not (10 ml of ANY Vodka). I wonder how to model a component to solve this problem - on stock I have particular product, which can satisfy more requirements. The model for now is: class Receipt(m...

Can I bind multiple forms to a single model using the default model binder?

I have a complex page with several forms on it. The page is divided into sections, and each section has a continue button on it. The page is bound to a pageViewModel, each section addresses a different set of properties on the model. The continue button makes an ajax call to the controller, and the model binder binds it appropriatel...

Representing complex scheduled recurrence in a database

I have an interesting problem trying to represent complex schedule data in a database. As a guideline, I need to be able to represent the entirety of what the iCalendar -- ics -- format can represent, but in a database. I'm not actually implementing anything relating to ics, but it gives a good scope of the type of rules I need to be abl...

When is the Data Vault model the right model for a data-warehouse?

I recently found a reference to 'Data Vault Modeling' as a model for data-warehouses. The models I've seen before are Inmon and Kimball. The author refers to possible performance problems due to the joins needed. It looks like a nice model, but I wonder about the gotcha's. Are there any experience reports on-line? ...

For Entity Framework associations, are Independent Associations or FK Associations recommended?

For Entity Framework associations, are Independent Associations or FK Associations recommended? I have been receiving an error with the multiplicity I tried to use in an independent association. ...

Is To Manually Assign An Entity's IDs A Good Idea?

We're developing a system to replace an old application from our clients. Actually there are many entities (like merchants, salesmen, products, etc) that must have a manual assigned ID -so they can be integrated with other existing systems. i.e. accounting. We think the best solution is simply allow the user to assign the entities IDs ...

Modeling software using Eclipse plugin

Hey all, I am brand new to modeling software (my greatest reference so far has been the Wikipedia page on UML). Are there any free tools that I can use with Eclipse to auto-generate diagrams? Thanks EDIT:Just to clarify, I am not necessarily looking for the 'right' solution, as I don't have a specific problem. I am just trying to s...

A component/tools of knowledge based modeling for .Net

I have had an idea of knowledge based modeling for a long time and I have surfed internet and couldn't find a suitable component/tools for .Net development to do so. My expected features are: Knowledge based. There is a central repository to store templates of classes, interfaces, properties and attributes. We will use these templat...

Any Visio templates for mocking up interfaces?

I would like to use Visio to mockup a few ASP.NET interfaces that I can share with a client. I know I can create these using Visual Studio, but I would rather use a graphics tool if possible. I have Visio 2007 that came with MS Office and I do not have any software or database templates. Does anyone know where I can find templates/ste...

Is there a JGraph alternative for Python?

Which library can I use to develop an application for visual modeling with graphs? Is there a library for Python like JGraph for Java? Thank you! ...