Skip to main content


Eclipse Community Forums
Forum Search:

Search      Help    Register    Login    Home
Home » Archived » Test and Performance Tools Platform (TPTP) » TPTP 4.0, repackaging of classes, where are these now?
TPTP 4.0, repackaging of classes, where are these now? [message #21278] Mon, 11 July 2005 07:13 Go to next message
Eclipse UserFriend
Originally posted by: varaya.syamanond.centrelink.gov.au

Hi all,

I'm trying to get the tutorial code from EclipseCon to work using TPTP
4.0. I read from earlier posts that there have been repackaging of the
plugins. I was wondering where I can find the following now:
import org.eclipse.hyades.models.hierarchy.HierarchyFactory;
import org.eclipse.hyades.models.hierarchy.TRCAgent;
import org.eclipse.hyades.models.hierarchy.TRCAgentProxy;
import org.eclipse.hyades.models.hierarchy.TRCMonitor;
import org.eclipse.hyades.models.hierarchy.TRCNode;
import org.eclipse.hyades.models.hierarchy.TRCProcessProxy;
import org.eclipse.hyades.models.hierarchy.util.HierarchyResourceSe tImpl;
import org.eclipse.hyades.statistical.ui.EditorPlugin;

as these are showing up as errors when I import the tutorial code.

Thank you very much for your help!

Sylvia
Re: TPTP 4.0, repackaging of classes, where are these now? [message #21292 is a reply to message #21278] Mon, 11 July 2005 09:20 Go to previous message
Antony Miguel is currently offline Antony MiguelFriend
Messages: 49
Registered: July 2009
Member
Hi Sylvia,

All the models have been grouped into a single plugin called

org.eclipse.tptp.platform.models

If you import that plugin then you should get access to all the models.

Also, the EditorPlugin class in (org.eclipse.hyades.statistical.ui) has
been renamed to UiPlugin - you'll have to change the code to reference
UiPlugin instead of EditorPlugin.

cheers

Antony

Sylvia S wrote:
> Hi all,
>
> I'm trying to get the tutorial code from EclipseCon to work using TPTP
> 4.0. I read from earlier posts that there have been repackaging of the
> plugins. I was wondering where I can find the following now:
> import org.eclipse.hyades.models.hierarchy.HierarchyFactory;
> import org.eclipse.hyades.models.hierarchy.TRCAgent;
> import org.eclipse.hyades.models.hierarchy.TRCAgentProxy;
> import org.eclipse.hyades.models.hierarchy.TRCMonitor;
> import org.eclipse.hyades.models.hierarchy.TRCNode;
> import org.eclipse.hyades.models.hierarchy.TRCProcessProxy;
> import org.eclipse.hyades.models.hierarchy.util.HierarchyResourceSe tImpl;
> import org.eclipse.hyades.statistical.ui.EditorPlugin;
>
> as these are showing up as errors when I import the tutorial code.
>
> Thank you very much for your help!
>
> Sylvia
>
Previous Topic:TPTP via update manager?
Next Topic:Best TPTP version for eclipse 3.1
Goto Forum:
  


Current Time: Sat Apr 20 06:23:01 GMT 2024

Powered by FUDForum. Page generated in 0.02834 seconds
.:: Contact :: Home ::.

Powered by: FUDforum 3.0.2.
Copyright ©2001-2010 FUDforum Bulletin Board Software

Back to the top