TPTP 4.6.0 Platform Project
Public API Specification

org.eclipse.hyades.models.common.facades.behavioral
Interface IProjectBasedComponent


public interface IProjectBasedComponent

This interface defines any component that is part of a project.


Method Summary
 org.eclipse.emf.common.util.URI getPlatformURI()
          Returns the platform relative URI.
 java.lang.String getProject()
          Returns the project of this component.
 

Method Detail

getProject

java.lang.String getProject()
Returns the project of this component.

Returns:
the project

getPlatformURI

org.eclipse.emf.common.util.URI getPlatformURI()
Returns the platform relative URI. The result will be of this form:
platform:/resource/project-name/path

Returns:
the platform relative URI.

TPTP 4.6.0 Platform Project
Public API Specification