![JAR search and dependency download from the Maven repository](/logo.png)
de.tsl2.nano.vnet.FullConnector 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 29, 2012
*
* Copyright: (c) Thomas Schneider 2012, all rights reserved
*/
package de.tsl2.nano.vnet;
/**
* sample implementation to be used as connection descriptor.
*
*
* @param see {@link #edge}
* @param describes the docking properties on each sided of a connection. on class diagrams it would be
* something like oneToMany and a name.
* @author Thomas Schneider, Thomas Schneider
* @version $Revision$
*/
public class FullConnector {
/** the edge between the vertexes of a connection. may be a string or/and a weight. */
EDGE edge;
/** docking properties on source side of connection */
VERTEX srcVertex;
/** docking properties on destination side of connection */
VERTEX destVertex;
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy