public class DNode extends Object
| Modifier and Type | Class and Description |
|---|---|
static class |
DNode.Attributes |
static class |
DNode.Categories |
static class |
DNode.Containers |
static class |
DNode.Locations |
static class |
DNode.Types |
| Constructor and Description |
|---|
DNode(org.json.simple.JSONObject jnode,
DGraph graph) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object obj) |
String |
getArtifact() |
String |
getBenchmarkPlatform() |
String |
getBenchmarkResponseTime() |
String |
getCategory() |
String |
getContainer() |
String |
getDiskSize() |
boolean |
getFrontend()
Returns true if this node contains the property "frontend" to true.
|
String |
getInfrastructure() |
String |
getLanguage() |
String |
getLocation() |
String |
getLocationOption() |
String |
getMaxVersion() |
String |
getMinVersion() |
String |
getName() |
String |
getNumCpus() |
Map<String,Object> |
getOtherProperties() |
List<Map<String,String>> |
getQos() |
String |
getType() |
int |
hashCode() |
boolean |
isFrontend()
Returns true if this node is the frontend of the graph, according to the rules
defined in Graph.
|
String |
toString() |
public static final DNode NOT_FOUND
public DNode(org.json.simple.JSONObject jnode,
DGraph graph)
public String getName()
public String getType()
public String getLanguage()
public String getMinVersion()
public String getMaxVersion()
public String getCategory()
public String getArtifact()
public String getInfrastructure()
public String getContainer()
public String getNumCpus()
public String getDiskSize()
public String getBenchmarkResponseTime()
public String getBenchmarkPlatform()
public boolean getFrontend()
public boolean isFrontend()
public String getLocation()
public String getLocationOption()
Copyright © 2016. All rights reserved.