public static class Hypergraph.Hyperedge extends MathSet<java.lang.Integer>
| Constructor and Description |
|---|
Hyperedge(java.util.Collection<java.lang.Integer> vertices)
Creates a new hyperedge, giving the vertices it contains
|
Hyperedge(int... vertices)
Creates a new hyperedge, giving the vertices it contains
|
add, clear, clone, contains, isEmpty, iterator, remove, size, spliteratoraddAll, containsAll, retainAll, toArray, toArrayfinalize, getClass, notify, notifyAll, wait, wait, waitpublic Hyperedge(int... vertices)
vertices - The verticespublic Hyperedge(java.util.Collection<java.lang.Integer> vertices)
vertices - The verticesCopyright © Sylvain HallĂ©. All Rights Reserved.