|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectkdl.prox.db.Subgraph
public class Subgraph
Represents a subgraph
| Constructor Summary | |
|---|---|
Subgraph(Container container,
int subgOID,
java.lang.String objBATName,
java.lang.String linkBATName)
|
|
| Method Summary | |
|---|---|
int |
getLinkCount()
|
java.util.List |
getLinks()
Returns a List of ProxLink instances for this subgraph. |
int |
getObjCount()
|
java.util.List |
getObjects()
Returns a List of ProxObj instances for this subgraph. |
Container |
getParentContainer()
Returns the parent container |
int |
getSubgID()
Return the subgraph OID |
NST |
getSubgLinkNST()
Returns the NST that contains the links in the subgraph, with the corresponding filter. |
NST |
getSubgObjectNST()
Returns the NST that contains the objects in the subgraph, with the corresponding filter Caller should release |
void |
insertLink(int linkOID,
java.lang.String name)
Adds a link to this subgraph |
void |
insertObject(int objOID,
java.lang.String name)
Adds an object to this subgraph |
void |
removeLink(int oid)
Removes the specified link from this subgraph. |
void |
removeObject(int oid)
Removes the specified object from this subgraph. |
void |
removeObject(int oid,
java.lang.String name)
Removes the specified object from this subgraph. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public Subgraph(Container container,
int subgOID,
java.lang.String objBATName,
java.lang.String linkBATName)
container - subgOID - objBATName - linkBATName - | Method Detail |
|---|
public java.util.List getLinks()
ProxLinkpublic int getLinkCount()
public java.util.List getObjects()
ProxObjpublic int getObjCount()
public Container getParentContainer()
public int getSubgID()
public NST getSubgLinkNST()
public NST getSubgObjectNST()
public void insertLink(int linkOID,
java.lang.String name)
linkOID - name -
public void insertObject(int objOID,
java.lang.String name)
objOID - name - public void removeObject(int oid)
oid -
public void removeObject(int oid,
java.lang.String name)
oid - public void removeLink(int oid)
oid -
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||