public class DBGraphSearchCriteria
extends java.lang.Object
It is constructed by the GUI layer class to pass the search criteria for graph DB search to the database layer.
| Constructor and Description |
|---|
DBGraphSearchCriteria() |
| Modifier and Type | Method and Description |
|---|---|
java.util.ArrayList<ComponentEntity> |
getComponentEntitiesList()
Get the component entities from the Graph search pattern.
|
java.util.ArrayList<CompositeEntity> |
getCompositeEntities()
Get the composite entities form the graph search pattern.
|
Pattern |
getPattern()
Get the pattern of this graph search criteria.
|
java.util.ArrayList<Port> |
getPortsList()
Get the ports from the Graph search pattern.
|
java.util.ArrayList<Relation> |
getRelationsList()
Get the relations from the Graph search pattern.
|
void |
setComponentEntitiesList(java.util.ArrayList<ComponentEntity> componentEntitiesList)
Set the component entities from the Graph search pattern.
|
void |
setCompositeEntities(java.util.ArrayList<CompositeEntity> compositeEntitiesList)
Set the composite entities from the graph search pattern.
|
void |
setPattern(Pattern pattern)
Set the pattern of the graph search criteria.
|
void |
setPortsList(java.util.ArrayList<Port> portsList)
Set the ports from the Graph search pattern.
|
void |
setRelationsList(java.util.ArrayList<Relation> relationsList)
Set the relations from the Graph search pattern.
|
public java.util.ArrayList<ComponentEntity> getComponentEntitiesList()
setComponentEntitiesList(java.util.ArrayList<ptolemy.kernel.ComponentEntity>)public java.util.ArrayList<CompositeEntity> getCompositeEntities()
setCompositeEntities(java.util.ArrayList<ptolemy.kernel.CompositeEntity>)public Pattern getPattern()
setPattern(ptolemy.actor.gt.Pattern)public java.util.ArrayList<Port> getPortsList()
setPortsList(java.util.ArrayList<ptolemy.kernel.Port>)public java.util.ArrayList<Relation> getRelationsList()
setRelationsList(java.util.ArrayList<ptolemy.kernel.Relation>)public void setComponentEntitiesList(java.util.ArrayList<ComponentEntity> componentEntitiesList)
componentEntitiesList - The component entities from the graph
search pattern.getComponentEntitiesList()public void setCompositeEntities(java.util.ArrayList<CompositeEntity> compositeEntitiesList)
compositeEntitiesList - The composite entities from the graph search
pattern.getCompositeEntities()public void setPattern(Pattern pattern)
pattern - The pattern of the graph search criteria.getPattern()public void setPortsList(java.util.ArrayList<Port> portsList)
portsList - The ports from the graph search pattern.getPortsList()public void setRelationsList(java.util.ArrayList<Relation> relationsList)
relationsList - The relations from the graph search pattern.getRelationsList()