public interface OMSFactory extends SetFactory<SignedSet,OMasSignedSet>
FactoryFactory.circuits()
,
FactoryFactory.vectors()
,
FactoryFactory.maxVectors()
Modifier and Type | Method and Description |
---|---|
OMasSignedSet |
empty()
This does not, and will not, work.
|
net.sf.oriented.impl.om.OMSInternal |
fromSignedSets(Label[] ground,
SetOfSignedSet sym) |
copyBackingCollection
OMasSignedSet empty()
SetFactory
interface, and is not appropriate for Oriented
Matroids.empty
in interface SetFactory<SignedSet,OMasSignedSet>
UnsupportedOperationException
- Always.net.sf.oriented.impl.om.OMSInternal fromSignedSets(Label[] ground, SetOfSignedSet sym)
ground
- The ground set from which the symmetric sets are taken.sym
- A symmetric set of signed sets, satisfying all the relevant
axioms.