public class SGraph extends ServiceDataObject implements Serializable
Constructor and Description |
---|
SGraph() |
Modifier and Type | Method and Description |
---|---|
SEdge[] |
getE()
Gets the edges of this graph.
|
SEdge |
getE(int index)
Gets the value at the specified index in the E array.
|
String |
getID()
Gets the ID of this graph.
|
SNode[] |
getN()
Gets the nodes of this graph.
|
SNode |
getN(int index)
Gets the value at the specified index in the N array.
|
void |
load(com.opentext.api.LLValue value)
Deserialize an ServiceDataObject from an LLValue that is received from Livelink.
|
void |
setE(int index,
SEdge value)
Sets the value at the specified index in the fE array.
|
void |
setE(SEdge[] value)
Sets the edges of this graph.
|
void |
setID(String value)
Sets the ID of this graph.
|
void |
setN(int index,
SNode value)
Sets the value at the specified index in the fN array.
|
void |
setN(SNode[] value)
Sets the nodes of this graph.
|
com.opentext.api.LLValue |
toLLValue()
Serialize an SDO object to an LLValue that can be sent to Livelink.
|
String |
toString()
Returns a string representation of the object consisting of the object name
and any features and their values within square brackets.
|
public void setE(SEdge[] value)
public SEdge[] getE()
public void setE(int index, SEdge value)
public SEdge getE(int index)
public void setID(String value)
public String getID()
public void setN(SNode[] value)
public SNode[] getN()
public void setN(int index, SNode value)
public SNode getN(int index)
public void load(com.opentext.api.LLValue value)
IServiceDataObject
load
in interface IServiceDataObject
load
in class ServiceDataObject
value
- the LLValue containing the data to be loadedpublic com.opentext.api.LLValue toLLValue()
IServiceDataObject
toLLValue
in interface IServiceDataObject
toLLValue
in class ServiceDataObject
public String toString()
ServiceDataObject
toString
in class ServiceDataObject
© Copyright 2017 OpenText Corp. All Rights Reserved.