Uses of Class
org.palladiosimulator.dependencytool.RepositoryObject
-
-
Uses of RepositoryObject in org.palladiosimulator.dependencytool
Methods in org.palladiosimulator.dependencytool that return types with arguments of type RepositoryObject Modifier and Type Method Description Set<RepositoryObject>
DependencyCalculator. calculateDependencies(Boolean includeImports)
Assign dependencies to the repositories.Set<RepositoryObject>
RepositoryObject. getDependency()
org.jgrapht.graph.SimpleDirectedGraph<RepositoryObject,CustomEdge>
GraphicalRepresentation. getGraph()
List<Set<RepositoryObject>>
GraphicalRepresentation. getTopologyHierachy()
Method parameters in org.palladiosimulator.dependencytool with type arguments of type RepositoryObject Modifier and Type Method Description void
EmbeddedNeo4j. commit(Set<RepositoryObject> repositories)
Commit the given repository object to the Neo4j database instance.void
RepositoryObject. setDependencies(Set<RepositoryObject> dependencies)
Adds dependencies to the repository.Constructor parameters in org.palladiosimulator.dependencytool with type arguments of type RepositoryObject Constructor Description GraphicalRepresentation(Set<RepositoryObject> repositories)
Creates a new GraphicalRepresentation object.
-