Search found 14 matches

by ana.bautista
24 Feb 2011, 15:34
Forum: Essential Modelling and Viewer
Topic: Doing some reporting
Replies: 6
Views: 5443

Re: Doing some reporting

Hi Jason,

Well, thanks for the reply, yes there are certain things that I've already mapped with our needs and I need to know if these things are going to be included in your next release:

http://is.gd/hkMFdP

I appreciate all your help!

Kind regards,
Ana B.
by ana.bautista
23 Feb 2011, 00:10
Forum: Essential Modelling and Viewer
Topic: Doing some reporting
Replies: 6
Views: 5443

Re: Doing some reporting

Hi Jonathan! Well, yes, there's one thing to add some classes, but to break all the realtionships between layers (i was doing this) is another, so, I've been capturing some Applications and checking out some of the reports that came along with the essential, and I've bumped into slots that don't eve...
by ana.bautista
21 Feb 2011, 22:25
Forum: Essential Modelling and Viewer
Topic: Doing some reporting
Replies: 6
Views: 5443

Re: Doing some reporting

Nevermind... I guess if I don't use the architecture you are proposing there's no sense at all to ask this :)
by ana.bautista
20 Feb 2011, 23:42
Forum: Essential Modelling and Viewer
Topic: Doing some reporting
Replies: 6
Views: 5443

Doing some reporting

Hi everyone! Ok, so I've figured out how to load data massively, now I'm trying to model some of my architecture, for instance, here we have something we call 'Heatmap', with this we evaluate the products we use, and we divide them by 'Service' for instance we have a group called Application Develop...
by ana.bautista
16 Feb 2011, 23:23
Forum: Essential Modelling and Viewer
Topic: Adding Enumerations
Replies: 5
Views: 4455

Re: Adding Enumerations

OMFG!!! You're riiiiite!! Hahahahahaha!! I've already start debbugging the function and stuff!!... yeah well, things like this happen rite?? :)

Thank you so much :)

Kind regards!
Ana B.
by ana.bautista
16 Feb 2011, 22:48
Forum: Essential Modelling and Viewer
Topic: Adding Enumerations
Replies: 5
Views: 4455

Re: Adding Enumerations

Hi Jonathan, Yeap, I've already added a subclass from Enumeration called Heatmap_Status and also added manually some instances (Emerging, Preferred, Declining, Eliminate and Deprecated), saved the project and restarted the protege... http://i4.photobucket.com/albums/y134/annika_pringles/2-16-20114-3...
by ana.bautista
16 Feb 2011, 18:34
Forum: Essential Modelling and Viewer
Topic: Adding Enumerations
Replies: 5
Views: 4455

Adding Enumerations

Hi all, I've been trying to add a new Enumeration, let's call it Heatmap_Status, so I add it manually, from Class Browser I click on the Create Class button and update the name of it, and start adding Instances for this class. But when I try to add Instances with a function: createTechnology.py impo...
by ana.bautista
08 Feb 2011, 16:52
Forum: Essential Open Source - Platform
Topic: Import Data with Data Load
Replies: 16
Views: 13742

Re: Import Data with Data Load

Hi Jonathan! Yeap, I've worked on the function all over the weekend and did exactly what you said, I put the date as the repository ID, so here's my function: createTechnology.py import java from java.lang import Boolean from java.lang import Float from java.text import SimpleDateFormat defineExtern...
by ana.bautista
03 Feb 2011, 23:18
Forum: Essential Open Source - Platform
Topic: Import Data with Data Load
Replies: 16
Views: 13742

Re: Import Data with Data Load

Hi Jonathan, Well, I've managed to create my own function as you said, this is it: createTechnology.py import java from java.lang import Boolean from java.lang import Float defineExternalRepository("External Essential Repository", "External Essential Repository Source") def creat...
by ana.bautista
02 Feb 2011, 22:41
Forum: Essential Open Source - Platform
Topic: Import Data with Data Load
Replies: 16
Views: 13742

Re: Import Data with Data Load

Hi Jonathan!

Yeap! It worked, I bet you've already noticed I'm a newbie on this, so thank you so much for your help, I'll probably bother you some other time... in the mean time I'll work with this...

Thank you so much ;)

Kind regards,
Ana B.
by ana.bautista
02 Feb 2011, 21:49
Forum: Essential Open Source - Platform
Topic: Import Data with Data Load
Replies: 16
Views: 13742

Re: Import Data with Data Load

Hi Jonathan, So, for example, I will create one Technology_Product_Role like this: theInstance = getEssentialInstanceContains("Technology_Product_Role","","External Essential Repository","Test Product Role") aSlotName = "description" theInstance.setO...
by ana.bautista
02 Feb 2011, 19:06
Forum: Essential Open Source - Platform
Topic: Import Data with Data Load
Replies: 16
Views: 13742

Re: Import Data with Data Load

Well, I've managed to deal with the above, but now I want to load Technology_Product_Role: -Name -Description -Role -Technology Provider Playing Role For name and description there's no issue, but for Technology Provider Playing Role, that uses Technology_Product associated with Supplier, when I try...
by ana.bautista
02 Feb 2011, 17:33
Forum: Essential Open Source - Platform
Topic: Import Data with Data Load
Replies: 16
Views: 13742

Re: Import Data with Data Load

Thanks for your quick reply Jonathan, I've been studying standardFunctions.txt and run some quick examples, for instance: I would like to load some data into Technology_Product, for this I would be needing: -Name of the product -Description -Product Supplier -Product Label -Implements Technology Com...
by ana.bautista
26 Jan 2011, 22:40
Forum: Essential Open Source - Platform
Topic: Import Data with Data Load
Replies: 16
Views: 13742

Import Data with Data Load

Hi everyone, I'm trying to load some examples with data load, I've followed all the instructions on the file and successfully generate my create function, but when I execute it, an error pops up: Welcome to the Protégé shell >>> execfile("C:\EssentialAM\Python\generateLoadCommand.py") Gene...