|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectfr.cnes.sitools.project.graph.model.Graph
public final class Graph
Class for definition of a research graph on a dataset
Constructor Summary | |
---|---|
Graph()
|
Method Summary | |
---|---|
java.util.List<GraphNodeComplete> |
deleteDatasetChildren(java.util.List<GraphNodeComplete> nodes,
java.lang.String datasetId)
Delete all children corresponding to the datasetId |
java.util.List<GraphNodeComplete> |
getAllDatasets(java.util.List<GraphNodeComplete> nodes)
Gett All datasets under a specified list of nodes |
java.lang.String |
getDescription()
Gets the description value |
java.lang.String |
getId()
Gets the id value |
java.lang.String |
getName()
Gets the name value |
java.util.List<GraphNodeComplete> |
getNodeList()
Gets the nodeList value |
java.lang.String |
getParent()
Gets the parent value |
void |
setDescription(java.lang.String description)
Sets the value of description |
void |
setId(java.lang.String id)
Sets the value of id |
void |
setName(java.lang.String name)
Sets the value of name |
void |
setNodeList(java.util.List<GraphNodeComplete> nodeList)
Sets the value of nodeList |
void |
setParent(java.lang.String parent)
Sets the value of parent |
java.util.List<GraphNodeComplete> |
updateDatasetChildren(java.util.List<GraphNodeComplete> nodes,
DataSet ds)
Updates all children corresponding to the dataset param |
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public Graph()
Method Detail |
---|
public java.lang.String getId()
getId
in interface IResource
public void setId(java.lang.String id)
setId
in interface IResource
id
- the id to setpublic java.lang.String getName()
getName
in interface IResource
public void setName(java.lang.String name)
name
- the name to setpublic java.lang.String getDescription()
getDescription
in interface IResource
public void setDescription(java.lang.String description)
description
- the description to setpublic java.util.List<GraphNodeComplete> getNodeList()
public void setNodeList(java.util.List<GraphNodeComplete> nodeList)
nodeList
- the nodeList to setpublic void setParent(java.lang.String parent)
parent
- the parent to setpublic java.lang.String getParent()
public java.util.List<GraphNodeComplete> getAllDatasets(java.util.List<GraphNodeComplete> nodes)
nodes
- the nodes
public java.util.List<GraphNodeComplete> updateDatasetChildren(java.util.List<GraphNodeComplete> nodes, DataSet ds)
nodes
- : a nodeListds
- : the dataset to update
public java.util.List<GraphNodeComplete> deleteDatasetChildren(java.util.List<GraphNodeComplete> nodes, java.lang.String datasetId)
nodes
- : a nodeListdatasetId
- : the id of the dataset to delete
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |