Package jadex.bridge
Interface IResourceIdentifier
-
- All Known Implementing Classes:
ResourceIdentifier
public interface IResourceIdentifier
Interface for resource identification. Contains a local identifier and a global identifier that can be used to find the resource.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description IGlobalResourceIdentifier
getGlobalIdentifier()
Get the global identifier.ILocalResourceIdentifier
getLocalIdentifier()
Get the local identifier.
-
-
-
Method Detail
-
getLocalIdentifier
ILocalResourceIdentifier getLocalIdentifier()
Get the local identifier. The local identifier consists of the platform component identifier and the URL of the resource.- Returns:
- The local identifier.
-
getGlobalIdentifier
IGlobalResourceIdentifier getGlobalIdentifier()
Get the global identifier.- Returns:
- The global identifier.
-
-