public class Process extends AbstractProcess
translator
Constructor and Description |
---|
Process(String name,
int index,
Template template,
Translator translator)
Constructor
|
Modifier and Type | Method and Description |
---|---|
SystemEdge |
getEdge(int edge)
Get the edge with the index
|
ArrayList<SystemEdge> |
getEdges()
Get the array list of the system edge
|
SystemLocation |
getLocation(int loc)
Get the location with the location index
|
ArrayList<SystemLocation> |
getLocations()
Get the array list of the system location
|
getIndex, getName, getTemplate, getTranslator
public Process(String name, int index, Template template, Translator translator)
name
- - The process nameindex
- - The indextemplate
- - The templatetranslator
- - The translatorpublic SystemEdge getEdge(int edge)
edge
- - The edge indexpublic final ArrayList<SystemEdge> getEdges()
public SystemLocation getLocation(int loc)
loc
- - The location indexpublic ArrayList<SystemLocation> getLocations()
Copyright © 2014 Uppsala University and Aalborg University. All Rights Reserved.