|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectedu.uci.ics.jung.graph.impl.AbstractHyperUnitBPG
public abstract class AbstractHyperUnitBPG
A support class for both HyperedgeBPG and HyperVertexBPG, this represents a single object backed by a BipartiteVertex that is a member of a HypergraphBPG. Cannot be instantiated on its own.
Nested Class Summary |
---|
Nested classes/interfaces inherited from interface edu.uci.ics.jung.utils.UserDataContainer |
---|
UserDataContainer.CopyAction |
Field Summary | |
---|---|
protected HypergraphBPG |
graph
Deprecated. |
protected BipartiteVertex |
vertex
Deprecated. |
Constructor Summary | |
---|---|
AbstractHyperUnitBPG()
Deprecated. |
Method Summary | |
---|---|
void |
addUserDatum(Object key,
Object datum,
UserDataContainer.CopyAction copyAct)
Deprecated. Adds the specified data with the specified key to this object's user data repository, with the specified CopyAction. |
Object |
clone()
Deprecated. |
boolean |
containsUserDatumKey(Object key)
Deprecated. Reports whether key is a key of this user data container. |
boolean |
equals(Object o)
Deprecated. |
ArchetypeGraph |
getGraph()
Deprecated. |
Object |
getUserDatum(Object key)
Deprecated. Retrieves the object in this object's user data repository to which key refers. |
UserDataContainer.CopyAction |
getUserDatumCopyAction(Object key)
Deprecated. Retrieves the CopyAction for the object stored in this object's user data repository to which key refers. |
Iterator |
getUserDatumKeyIterator()
Deprecated. Provides an iterator over this object's user data repository key set. |
void |
importUserData(UserDataContainer udc)
Deprecated. Takes the user data stored in udc and copies it to this object's user data repository, respecting each datum's CopyAction. |
Object |
removeUserDatum(Object key)
Deprecated. Retrieves the object in this object's user data repository to which key refers, and removes it from the repository. |
void |
removeVertex(HypervertexBPG hv3)
Deprecated. |
protected void |
setGraph(HypergraphBPG hypergraphBPG)
Deprecated. |
void |
setUserDatum(Object key,
Object datum,
UserDataContainer.CopyAction copyAct)
Deprecated. If key refers to an existing user datum in this object's repository, that datum is replaced by the specified datum. |
protected BipartiteVertex |
underlying_vertex()
Deprecated. |
Methods inherited from class java.lang.Object |
---|
finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
protected BipartiteVertex vertex
protected HypergraphBPG graph
Constructor Detail |
---|
public AbstractHyperUnitBPG()
Method Detail |
---|
protected BipartiteVertex underlying_vertex()
public boolean equals(Object o)
equals
in class Object
public ArchetypeGraph getGraph()
Element.getGraph()
public void addUserDatum(Object key, Object datum, UserDataContainer.CopyAction copyAct)
UserDataContainer
addUserDatum
in interface UserDataContainer
key
- the key of the datum being addeddatum
- the datum being addedcopyAct
- the CopyAction of the datum being addedUserDataContainer.addUserDatum(java.lang.Object, java.lang.Object, edu.uci.ics.jung.utils.UserDataContainer.CopyAction)
public void importUserData(UserDataContainer udc)
UserDataContainer
importUserData
in interface UserDataContainer
udc
- the source of the user data to be copied into this containerUserDataContainer.importUserData(edu.uci.ics.jung.utils.UserDataContainer)
public Iterator getUserDatumKeyIterator()
UserDataContainer
getUserDatumKeyIterator
in interface UserDataContainer
UserDataContainer.getUserDatumKeyIterator()
public UserDataContainer.CopyAction getUserDatumCopyAction(Object key)
UserDataContainer
getUserDatumCopyAction
in interface UserDataContainer
key
- the key of the datum whose CopyAction is requested
UserDataContainer.getUserDatumCopyAction(java.lang.Object)
public Object getUserDatum(Object key)
UserDataContainer
getUserDatum
in interface UserDataContainer
key
- the key of the datum to retrieve
UserDataContainer.getUserDatum(java.lang.Object)
public void setUserDatum(Object key, Object datum, UserDataContainer.CopyAction copyAct)
UserDataContainer
setUserDatum
in interface UserDataContainer
key
- the key of the datum being added/modifieddatum
- the replacement/new datumcopyAct
- the CopyAction for the new (key, datum) pairUserDataContainer.setUserDatum(java.lang.Object, java.lang.Object, edu.uci.ics.jung.utils.UserDataContainer.CopyAction)
public Object removeUserDatum(Object key)
UserDataContainer
removeUserDatum
in interface UserDataContainer
key
- the key of the datum to be removed
UserDataContainer.removeUserDatum(java.lang.Object)
public boolean containsUserDatumKey(Object key)
UserDataContainer
key
is a key of this user data container.
containsUserDatumKey
in interface UserDataContainer
key
- the key to be queried
key
is present in this user data containerprotected void setGraph(HypergraphBPG hypergraphBPG)
hypergraphBPG
- public void removeVertex(HypervertexBPG hv3)
public Object clone() throws CloneNotSupportedException
clone
in interface UserDataContainer
clone
in class Object
CloneNotSupportedException
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |