Package science.aist.gtf.graph.impl
Class EdgeImpl<V,E>
- java.lang.Object
-
- science.aist.gtf.graph.impl.MetaTagCollectionImpl
-
- science.aist.gtf.graph.impl.AbstractEdge<V,E>
-
- science.aist.gtf.graph.impl.EdgeImpl<V,E>
-
- Type Parameters:
V
- the type of the decorated vertex valueE
- the type of the decorated edge value
- All Implemented Interfaces:
Edge<V,E>
,MetaTagCollection
public class EdgeImpl<V,E> extends AbstractEdge<V,E>
Implementation of Edge
- Since:
- 1.0
- Author:
- Andreas Schuler
-
-
Constructor Summary
Constructors Constructor Description EdgeImpl()
-
Method Summary
-
Methods inherited from class science.aist.gtf.graph.impl.AbstractEdge
getSource, getTarget
-
Methods inherited from class science.aist.gtf.graph.impl.MetaTagCollectionImpl
addMetaTag, getMetaTags, removeMetaTag
-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Methods inherited from interface science.aist.gtf.graph.Edge
getElement, getWeight
-
Methods inherited from interface science.aist.gtf.graph.MetaTagCollection
addMetaTag, getMetaTags, getMetaTagValue, getMetaTagValue, removeMetaTag, removeMetaTag, tryGetMetaTagValue, tryGetMetaTagValue
-
-