![JAR search and dependency download from the Maven repository](/logo.png)
de.tsl2.nano.vnet.ILocatable Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of tsl2.nano.vnet Show documentation
Show all versions of tsl2.nano.vnet Show documentation
TSL2 Framework VirtualNetwork (Generic parallelized Network-Mechanism providing implementations for: NeuronalNetwork, Routing, Workflow)
The newest version!
/*
* File: $HeadURL$
* Id : $Id$
*
* created by: Thomas Schneider, Thomas Schneider
* created on: Nov 11, 2012
*
* Copyright: (c) Thomas Schneider 2012, all rights reserved
*/
package de.tsl2.nano.vnet;
/**
* Provides a full path to an object. This is more than an identifiable object - to be able to work on
* place-holders/expressions. Using the {@link #hashCode()} of an object an Object is identifiable (so you don't need an
* extra interface for that).
*
* @author Thomas Schneider, Thomas Schneider
* @version $Revision$
*/
public interface ILocatable {
/**
* full path to current object. the end of the path should be the id of that object.
*
* @return path of current object
*/
String getPath();
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy