public class PathChoice extends Object implements Serializable
partUsageLink
that should
(otherwise why use this class?) probably have
one or more substitution links.
resolvedPath
is the path that leads to the choice.
This path is resolved in the sens that for each step the right
PartIteration
is identified.
Instances of this class are not persisted.Constructor and Description |
---|
PathChoice() |
PathChoice(List<ResolvedPartLink> resolvedPath,
PartLink partUsageLink) |
Modifier and Type | Method and Description |
---|---|
PartLink |
getPartUsageLink() |
List<ResolvedPartLink> |
getResolvedPath() |
void |
setPartUsageLink(PartLink partUsageLink) |
void |
setResolvedPath(List<ResolvedPartLink> resolvedPath) |
public PathChoice()
public PathChoice(List<ResolvedPartLink> resolvedPath, PartLink partUsageLink)
public List<ResolvedPartLink> getResolvedPath()
public void setResolvedPath(List<ResolvedPartLink> resolvedPath)
public PartLink getPartUsageLink()
public void setPartUsageLink(PartLink partUsageLink)
Copyright © 2017 DocDoku. All rights reserved.