|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectde.korelstar.math.graph.SymmetricEdgesMap
public class SymmetricEdgesMap
Mathematical relation of nodes, which is symmetric
Constructor Summary | |
---|---|
SymmetricEdgesMap()
Creates an empty relation |
|
SymmetricEdgesMap(java.util.Collection directRelation)
Creates a relation which contains some entries |
Method Summary | |
---|---|
void |
addSymmetricEdge(Edge e)
Adds a symmetric relation betwenn two nodes |
boolean |
isInRelation(Node a,
Node b)
Checks, if two Nodes are in relation |
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public SymmetricEdgesMap()
public SymmetricEdgesMap(java.util.Collection directRelation)
directRelation
- Method Detail |
---|
public void addSymmetricEdge(Edge e)
e
- Edge, which represents the relationshippublic boolean isInRelation(Node a, Node b)
a
- first Nodeb
- second Node
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |