TPTP 4.0, repackaging of classes, where are these now? [message #21278] |
Mon, 11 July 2005 03:13  |
Eclipse User |
|
|
|
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 05:20  |
Eclipse User |
|
|
|
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
>
|
|
|
Powered by
FUDForum. Page generated in 1.02722 seconds