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