Modeling is the constructing and manipulating abstract (mathematical and/or graphical) representations of economic, engineering, manufacturing, social, and other types of situations and natural phenomenon, simulated with the help of a computer system.
0
votes
0answers
11 views
Modelling large scale web-application infrastructure?
I am looking for an industry standardised notation and methodology for showing these connections and a little bit of detail as to what data is being transferred at each step.
Here is my ad-hoc ...
0
votes
0answers
11 views
database modeling - tagging a user
Which is the database modeling for tagging a user? In my site I have comments, checkins etc
comments table is like
Id
user_id
object_id
caption
checkin table is like
id
user_id
place_id
how ...
0
votes
0answers
8 views
ERM to RM binary relationship with weak entity
I have a question about converting a ERM to the relational Model (RM).
For example:
Student(SNR,Name)
Action(time1,time2)
Work(WNR,Type)
In this example SNR and WNR are primary keys.
Action is a ...
0
votes
0answers
16 views
Modeling data for relationships/logs versus data templates
I frequently have a situation in which I want to use rows from one model as templates for adding rows to another model.
For example, I have an Invoice model to which I'd like to be able to add ...
0
votes
1answer
26 views
modeling composition and expose inner interface
I need to model something like this,
ClassA implements interface IClass;
ClassB implements interface IClass;
ClassA has a ClassB (composition);
But the ClassA's interface is the same interface of ...
0
votes
0answers
21 views
UML Notation for 2-Dimensional Array
I'm trying to model an arbitrarily sized 2-dimensional array of boolean values in UML, but I can't find any canonical reference on how to achieve this. Ideally, I would create an attribute along the ...
0
votes
0answers
16 views
can an EMF Ecore EReference own properties
I would like to make an ORM Entity metamodel and to be able to manipulate an instance (model) using a diagram representation (I am using "Obeo designer" software).
The entity EClass have a reference ...
0
votes
0answers
59 views
Class modeling: avoid code repetition without multiple inheritance
A little question to all you class designers and modelers.
Suppose you have a Content entity. It is defined by two interfaces, one for read only objects having only getters, one for write enabled ...
5
votes
1answer
64 views
Is there a better reference for r formulas than ?formula?
There are many redundant, and sometimes conflicting, ways of specifying formulae in R. Is there a comprehensive yet concise reference for mapping a conceptual models to R syntax than ?formula?
I am ...
0
votes
1answer
75 views
R nls to fit custom gompertz curve
I'm trying to fit my data to a user defined Gompertz equation. However, I received an error as follows:
Error in nls(Eq, data = GPdata, start = list(K = 1), algorithm = "default", :
singular ...
-1
votes
0answers
42 views
c# application modeling a diagram [closed]
i need to make an application, which takes information from user to generate diagram like this diagram <-link
then i want to generate the text which describes the diagram. Every action will take a ...
1
vote
1answer
34 views
data modeling : gas station managing
I need to create a database to manage a gas station.
I'm thinking of a basic product inventory and sales data model, but it need some changes.
See ...
-2
votes
2answers
218 views
Modelling the solar system in openGL [closed]
I'm looking to mode the solar system within c++ and openGL, and I was wondering if there was a cheap method that I could produce that would return an x,y,z vector that I could use to update the ...
0
votes
0answers
11 views
How configuration is modeled?
i'm making a class diagram but i'm stuck about a part of my project :
To put it in a nutshell:
How "configurations" or "parameters" is working in a program ?
How is it modeled ?
Because parameters ...
1
vote
1answer
79 views
Rendering the same model in multiple WPF Viewports
I am working on a WPF application which has 4 viewports. I build a 3D model which is fairly complex and contains 50,000-100,000 Triangles. I then want to display the same 3D model in all 4 ...
0
votes
0answers
50 views
How to Migrate between UML 1.4 / 2.4
What are the main differences, between UML in versions 1.4 and 2.4?
What changes were made in diagrams?
Where to look for guidelines about Migration from Old to New version?
1
vote
1answer
39 views
How to constrain parameters in regression models in STATA?
I am looking for a way to impose constraints on some of the parameters in a regression model in STATA. More specifically, it is a FE panel data model estimated with XTREG. I have searched the ...
-2
votes
0answers
30 views
FSP model for email system [closed]
FSP model for email server and email client:
There are two user jan and imran,Each users has a message box on the server that can accept a maximum of 3 messages. Each user may either send a one-line ...
0
votes
0answers
39 views
Carve CSG Library
Has anyone successfully compiled and used the Carve CSG library? I'm trying to use it in a project and I haven't been able to get it to work. Also, the documentation is pretty terrible. I've been ...
1
vote
2answers
47 views
How to get number of constraints from Cplex
I have a long program that I've written in C++ and I'm using ILOG Cplex12.5 Solver to solve it.
How can I get total the number of constraints? Is there a function for it?
-1
votes
1answer
59 views
Google Sketchup or other for 3D modeling/diagraming of software/integration architecture, not UML [closed]
I am looking for a 3D modeling/diagraming tool for software/integration architecture. Has anyone used Google Sketchup for this or any other recommendations?
0
votes
0answers
51 views
Indoor wireless channel modelling in Matlab, building layout representation [closed]
I am working on wireless channel modeling in MATLAB, in particular inside the 3-floor building where the transmitter and the receiver could be placed at any spot.
I have to make a 3D representation ...
0
votes
0answers
67 views
using Eclipse Modeling Framework generated code in Android App
Today i tried to use my generated Code inside of an Android Application.
There are problems during the installation where the SDK tries to pack all the jar files.
Error generating final archive: ...
0
votes
1answer
49 views
How to set/ get the time spent on packets fragmentation in ns-3 models?
If i transfer a packets through multiple subnets, which have different MTU on the routers, it may be fragmented. How can i get or set the time spent on each operation of fragmentations in ns-3 models? ...
1
vote
1answer
36 views
Allocating Supply to Match Demand in Excel
This is a bit of a logic puzzle that I've been working on and I'm curious to see what kind of solutions the SO community comes up with. I have 24 randomly generated demand values, one for each hour of ...
1
vote
1answer
76 views
Official UML Activity diagram meta model?
Is there an official UML Activity diagram meta model in form of an ecore or xsd file out there? By official I mean published by the OMG or a other consortium.
5
votes
4answers
341 views
What is the best way to model an organization using people, positions and teams when people have multiple jobs? [closed]
I have an interesting modeling problem. I am trying generate an org chart on a website (the backend is C# / SQL server and the frontend is javascript / google orgchart API, but the crux of the ...
0
votes
1answer
29 views
Which Graphical Notation Is This?
What is the modeling language used in the official JSON website's home page here?
Example:
-1
votes
1answer
65 views
FSP model for email server and email client
I want to develop an FSP model for email server and email client. The details of this simplified client/server application are given below:
• The server recognises only two users, called Dave and ...
2
votes
2answers
66 views
Can an aggregates invariant include a rule based on information from elsewhere?
In DDD can an aggregates invariant include a rule based on information in a another aggregate? Now I don't think so, however this causes me a problem and I don't know how to solve it.
I have an ...
0
votes
0answers
56 views
How to generate 3D mesh of real terrain?
I'm looking for a best method and tools to generate 3D mesh of some real terrain. Road and roadside to be exact - length up to 10km and width no more than 120m. I'd need to get as a result a mesh ...
1
vote
1answer
28 views
How do i input values of matrix into a specific column in a matrix i have already generated in MATLAB
I am doing a matrix modeling project for a biology class using MATLAB. I set the matrix to all zeroes in a 3 by 100 matrix. ie. Pop_size = zeros(3, 100). How do i then input values to the first column ...
0
votes
0answers
17 views
Mapping out user flows as a mathematical graph
I'm doing something that's similar to editing a mathematical graph - designing flows between specific user scenarios. It feels like editing a graph, and I was looking for a tool that can best allow ...
0
votes
2answers
49 views
what is the differences between class and dataType
As i read through UML specification that:
class has a set of attributes/operations
and data type has a set of attributes/operations
1)with regards to attributes/operations of data type
what this ...
0
votes
0answers
88 views
Visual Studio 2012 crashes when code file is mapped to Layer Diagram of modeling project
I have a web application that consists of both ASP Class and ASP.NET pages. This web application is under TFS source control
I created another modeling project that is currently NOT under source ...
-1
votes
2answers
165 views
Are Skyrim models open source? [closed]
I plan to make a new game using Unity3d. I recently learned that Skyrim models could be ripped using some software along with the animation. So, I was just wondering whether I can use the ripped ...
2
votes
2answers
77 views
UML diagrams- use case diagrams
The scenario:
Customer goes to the counter and asks the employee to select a specific movie
Which one of the following would be correct?
0
votes
0answers
52 views
Drawing freeform shapes in Blender?
I used 3DS Max in high school 15 years ago, and am trying to replicate something I could do with that, with Blender. I'd like to draw a shape, point by point, and then add a texture to it and extrude ...
2
votes
1answer
47 views
When exactly should the transition action be executed on hierarchical state machine?
Given this HSM example model - http://www.embedded.com/design/system-integration/4008251/8/A-crash-course-in-UML-state-machines-Part-2 - I'm wondering what should be the RIGHT moment of executing ...
6
votes
1answer
140 views
Scala - Domain object modeling
I'm currently trying to wrap my mind around Scala with an intention to use it for my next project that has to deal with DICOM. DICOM has quite broad specification that spans over thousands of pages of ...
0
votes
0answers
15 views
FONDUE modelling - resources
We are currently in the analysis and modelling phase of a project where we have to use the FONDUE paradigm - environment model, concept model, operation model & protocol model.
I however have big ...
-1
votes
2answers
76 views
How to fit a 3D-model to a certain size (in numbers)
I could really use your expertise in XNA and modelling;
I have a 3D tilegrid stored in an array[,,] in a project using the XNA libraries.
My tiles are 32x32x32 and I want my 3D model to be in the ...
-2
votes
1answer
51 views
Modelling real life process - threads and concurrency [closed]
I dont even know if this is possible but I would like to model a real life process in that a number of people process a number of samples.
Say I have 100 samples and 5 people are available to process ...
0
votes
0answers
18 views
Nested immutable value objects
I am trying to wrap my head around modelling with immutable objects, while doing so I am trying to understand how one would "update" a nested immutable object.
I will just present my case with a ...
0
votes
1answer
103 views
Function to forecast in time series
Working in R. I would like to forecast time series of prevalences using the initial values and a set of transition parameters. For the data of the following structure
cohort <- c(1980,1981,1982)
...
0
votes
0answers
13 views
openmesh EdgeHandle class
So I'm using the OpenMesh library for a project and I'm passed in an EdgeHandle e to a method. Is it possible to see what two faces are joined by this edge? I tried looking online but the ...
2
votes
1answer
307 views
Visual Studio UML Class Diagram & Modeling of Generic Types
I need to model a concrete generic class inheriting from a base generic class. First, see below:
ActivityFacade should be implemented this way:
public class ActivityFacade : ...
0
votes
1answer
29 views
Database model for rent virtual goods
I have a database modeling related problem and would like you guys to give me sugestions how could i solve it.
I need to sell "virtual services". I made some tables: Clients, Services, Order, ...
1
vote
1answer
69 views
Patterns / Architecture for properly handling wizards in Web App
I've searched for a while on this subject, but found no "satisfactory" answer so far.
I'll try to explain myself.
We're developing a web app that requires, for some entities, wizards on create/edit ...
0
votes
2answers
173 views
Forecasting using ARIMAX in R
I used to forecast sales of computers at a weekly level in SAS, based on broadly two parameters - Pricing and Marketing spends (vehicle level - hence several variables). This was easy in SAS as I ...



