Package | Description |
---|---|
net.sf.oriented.omi |
This package is the public interface, with
OM
as the key interface defining oriented matroids. |
Modifier and Type | Method and Description |
---|---|
UnsignedSet |
OM.asSet(int... ix)
Concerts integer indices of
OM.elements()
into an UnsignedSet. |
UnsignedSet |
SignedSet.minus()
The negative component.
|
UnsignedSet |
SignedSet.plus()
The positive component.
|
UnsignedSet |
SignedSet.separation(SignedSet b)
The set of elements that have different sign in this and b.
|
UnsignedSet |
SetOfSignedSet.setOfElements()
This is the union over this set of the support of each member.
|
UnsignedSet |
OM.setOfElements()
This is the same as
OM.elements() , except it is unordered. |
UnsignedSet |
Matroid.setOfElements()
This is the same as
Matroid.elements() , except it is unordered. |
UnsignedSet |
SignedSet.support()
The union of the positive and negative components.
|
UnsignedSet |
SetOfUnsignedSet.union()
The union over this set of the members of this set.
|
Modifier and Type | Method and Description |
---|---|
SetFactory<UnsignedSet,SetOfUnsignedSet> |
FactoryFactory.setsOfUnsignedSet()
A factory for sets of unsigned sets.
|
SetFactory<Label,UnsignedSet> |
FactoryFactory.unsignedSets()
A factory for unsigned sets.
|
Modifier and Type | Method and Description |
---|---|
int[] |
OM.asInt(UnsignedSet u)
Gets the indexes of each element in
u |
SignedSet |
SignedSetFactory.construct(UnsignedSet plus,
UnsignedSet minus)
Build a signed set from two disjoint unsigned sets.
|
SignedSet |
SignedSet.restriction(UnsignedSet x)
The restriction of this to
x . |