All Downloads are FREE. Search and download functionalities are using the official Maven repository.

de.tsl2.nano.vnet.FullConnector Maven / Gradle / Ivy

Go to download

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