T
- The type of the entity stored in the nodes linked by this edge.public class WeightedBidirectionalDependencyGraphEdge<T extends ISystemModelElement> extends AbstractWeightedEdge<DependencyGraphNode<T>,WeightedBidirectionalDependencyGraphEdge<T>,TraceInformation>
Constructor and Description |
---|
WeightedBidirectionalDependencyGraphEdge(DependencyGraphNode<T> source,
DependencyGraphNode<T> target,
TraceInformation origin,
IOriginRetentionPolicy originPolicy)
Creates a new instance of this class using the given parameters.
|
Modifier and Type | Method and Description |
---|---|
boolean |
isAssumed() |
void |
setAssumed()
Sets the assumed flag to
true . |
getSourceWeight, getTargetWeight, getWeight
getIdentifier, getSource, getTarget
addOrigin, getColor, getDescription, getOrigins, setColor, setDescription
public WeightedBidirectionalDependencyGraphEdge(DependencyGraphNode<T> source, DependencyGraphNode<T> target, TraceInformation origin, IOriginRetentionPolicy originPolicy)
source
- The source of this edge.target
- The target of this edge.origin
- The meta information for this edge.originPolicy
- The origin policy.Copyright 2017 Kieker Project, http://kieker-monitoring.net