de.tsl2.nano.structure.IConnection Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of tsl2.nano.datastructure Show documentation
Show all versions of tsl2.nano.datastructure Show documentation
optimized implementations for trees, collections, arrays, historized input
The newest version!
/*
* File: $HeadURL$
* Id : $Id$
*
* created by: Tom
* created on: 21.01.2015
*
* Copyright: (c) Thomas Schneider 2015, all rights reserved
*/
package de.tsl2.nano.structure;
/**
* a connection with one end - the destination and a description of that connection. useful on trees and nets.
*
* @author Tom
* @version $Revision$
*/
public interface IConnection {
INode getDestination();
DESCRIPTOR getDescriptor();
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy