public class ArtifactDetectedObject extends Object
| Constructor and Description |
|---|
ArtifactDetectedObject(double x1,
double y1,
double x2,
double y2,
String concept,
String process) |
ArtifactDetectedObject(double x1,
double y1,
double x2,
double y2,
String concept,
String process,
String edgeId,
String resolvedVertexId,
String originalPropertyKey) |
ArtifactDetectedObject(org.json.JSONObject json) |
| Modifier and Type | Method and Description |
|---|---|
String |
getConcept() |
String |
getEdgeId() |
String |
getMultivalueKey(String multiValueKeyPrefix) |
String |
getOriginalPropertyKey() |
String |
getProcess() |
String |
getResolvedVertexId() |
double |
getX1() |
double |
getX2() |
double |
getY1() |
double |
getY2() |
void |
setConcept(String concept) |
void |
setProcess(String process) |
void |
setX1(double x1) |
void |
setX2(double x2) |
void |
setY1(double y1) |
void |
setY2(double y2) |
org.json.JSONObject |
toJson() |
public ArtifactDetectedObject(org.json.JSONObject json)
public ArtifactDetectedObject(double x1,
double y1,
double x2,
double y2,
String concept,
String process,
String edgeId,
String resolvedVertexId,
String originalPropertyKey)
public double getX1()
public void setX1(double x1)
public double getY1()
public void setY1(double y1)
public double getX2()
public void setX2(double x2)
public double getY2()
public void setY2(double y2)
public String getConcept()
public void setConcept(String concept)
public String getProcess()
public void setProcess(String process)
public String getEdgeId()
public String getResolvedVertexId()
public String getOriginalPropertyKey()
public org.json.JSONObject toJson()
Copyright © 2013–2017 V5 Analytics. All rights reserved.