Skip navigation links
A C D G I L M N R S T V 

A

annotateAttribute(Graph<?, ?>, String, int, int, Generator.Type) - Method in class net.sf.opendse.generator.Generator
 
annotateAttribute(Mappings<Task, Resource>, String, int, int) - Method in class net.sf.opendse.generator.MappingGenerator
 
ApplicationGenerator - Class in net.sf.opendse.generator
The ApplicationGenerator contains several methods to generate and transform applications.
ApplicationGenerator() - Constructor for class net.sf.opendse.generator.ApplicationGenerator
Constructs an ApplicationGenerator with a random seed.
ApplicationGenerator(long) - Constructor for class net.sf.opendse.generator.ApplicationGenerator
Constructs an ApplicationGenerator with a given seed.
ApplicationGenerator(long, IdProvider, IdProvider, IdProvider) - Constructor for class net.sf.opendse.generator.ApplicationGenerator
Constructs an ApplicationGenerator.
ArchitectureGenerator - Class in net.sf.opendse.generator
The ArchitectureGenerator contains several methods to generate and transform architectures.
ArchitectureGenerator() - Constructor for class net.sf.opendse.generator.ArchitectureGenerator
Constructs an ArchitectureGenerator with a random seed.
ArchitectureGenerator(long) - Constructor for class net.sf.opendse.generator.ArchitectureGenerator
Constructs an ArchitectureGenerator with a given seed.
ArchitectureGenerator(long, IdProvider, IdProvider) - Constructor for class net.sf.opendse.generator.ArchitectureGenerator
Constructs an ArchitectureGenerator.

C

commId - Variable in class net.sf.opendse.generator.ApplicationGenerator
 
create(Application<Task, Dependency>, Architecture<Resource, Link>, int, int) - Method in class net.sf.opendse.generator.MappingGenerator
Creates mappings.
create(Application<Task, Dependency>, Collection<Resource>, int, int) - Method in class net.sf.opendse.generator.MappingGenerator
Creates mappings.

D

dependencyId - Variable in class net.sf.opendse.generator.ApplicationGenerator
 

G

generate(int, int, int) - Method in class net.sf.opendse.generator.ApplicationGenerator
Returns an application generated by the TGFF algorithm (old).
Generator - Class in net.sf.opendse.generator
 
Generator(Random) - Constructor for class net.sf.opendse.generator.Generator
 
Generator.Type - Enum in net.sf.opendse.generator
 
getStar(int, int) - Method in class net.sf.opendse.generator.ArchitectureGenerator
Constructs a star architecture.

I

i - Variable in class net.sf.opendse.generator.IdProvider
 
IdProvider - Class in net.sf.opendse.generator
The IdProvider generates unique ids with a given prefix.
IdProvider(String) - Constructor for class net.sf.opendse.generator.IdProvider
Constructs an IdProvider.
insertCommunication(Application<Task, Dependency>, int, int) - Method in class net.sf.opendse.generator.ApplicationGenerator
Adds communication tasks between process tasks.

L

linkId - Variable in class net.sf.opendse.generator.ArchitectureGenerator
 

M

MappingGenerator - Class in net.sf.opendse.generator
The MappingGenerator contains several methods to generate and transform mappings.
MappingGenerator() - Constructor for class net.sf.opendse.generator.MappingGenerator
Constructs a MappingGenerator with a random seed.
MappingGenerator(long) - Constructor for class net.sf.opendse.generator.MappingGenerator
Constructs a MappingGenerator with a given seed.
MappingGenerator(long, IdProvider) - Constructor for class net.sf.opendse.generator.MappingGenerator
Constructs a MappingGenerator.
mappingId - Variable in class net.sf.opendse.generator.MappingGenerator
 
merge(Collection<Application<Task, Dependency>>) - Method in class net.sf.opendse.generator.ApplicationGenerator
 
merge(Application<Task, Dependency>...) - Method in class net.sf.opendse.generator.ApplicationGenerator
 
merge(Collection<Architecture<Resource, Link>>) - Method in class net.sf.opendse.generator.ArchitectureGenerator
 
merge(Architecture<Resource, Link>...) - Method in class net.sf.opendse.generator.ArchitectureGenerator
 

N

net.sf.opendse.generator - package net.sf.opendse.generator
 
next() - Method in class net.sf.opendse.generator.IdProvider
Returns the next id.

R

rand(int, int) - Method in class net.sf.opendse.generator.Generator
 
rand(List<V>) - Method in class net.sf.opendse.generator.Generator
 
random - Variable in class net.sf.opendse.generator.Generator
 
resourceId - Variable in class net.sf.opendse.generator.ArchitectureGenerator
 

S

s - Variable in class net.sf.opendse.generator.IdProvider
 

T

taskId - Variable in class net.sf.opendse.generator.ApplicationGenerator
 

V

valueOf(String) - Static method in enum net.sf.opendse.generator.Generator.Type
Returns the enum constant of this type with the specified name.
values() - Static method in enum net.sf.opendse.generator.Generator.Type
Returns an array containing the constants of this enum type, in the order they are declared.
A C D G I L M N R S T V 
Skip navigation links