
de.tsl2.nano.structure.IConnection Maven / Gradle / Ivy
/*
* 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