org.axway.grapes.server.core.graphs
Class AbstractGraph
java.lang.Object
org.axway.grapes.server.core.graphs.AbstractGraph
- Direct Known Subclasses:
- ModuleGraph
public abstract class AbstractGraph
- extends Object
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
AbstractGraph
public AbstractGraph()
getElements
public List<GraphElement> getElements()
setElements
public void setElements(List<GraphElement> elements)
getDependencies
public List<GraphDependency> getDependencies()
setDependencies
public void setDependencies(List<GraphDependency> dependencies)
addElement
public void addElement(String id,
String version,
boolean root)
addDependency
public void addDependency(String sourceId,
String targetId,
Scope scope)
isTreated
public boolean isTreated(String elementId)
treated
public void treated(String id)
getId
public abstract String getId(DbModule module)
getId
public abstract String getId(DbArtifact artifact)
getId
public abstract String getId(Artifact artifact)
Copyright © 2014. All Rights Reserved.