|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object jpaul.DataStructs.RelationFactory<K,V> jpaul.DataStructs.RelFacts.COWRelationFactory<K,V>
RelFacts.cow(RelationFactory)
instead.
@Deprecated public static class RelFacts.COWRelationFactory<K,V>
COWRelationFactory
generates "copy-on-write" (COW)
relations.
Constructor Summary | |
---|---|
RelFacts.COWRelationFactory(RelationFactory<K,V> underRelFact)
Deprecated. Creates a COWRelationFactory . |
Method Summary | |
---|---|
Relation<K,V> |
create()
Create a new object of class T . |
Relation<K,V> |
create(Relation<K,V> rel)
Default implementation: uses RelationFactory.create() to create an
empty relation, and next add each pair from r to
the new relation. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public RelFacts.COWRelationFactory(RelationFactory<K,V> underRelFact)
COWRelationFactory
.
underRelFact
- Relation factory for generating the
relations used in the representation of the generated COW
relations.Method Detail |
---|
public Relation<K,V> create()
Factory
T
. Corresponds to a
default constructor.
create
in interface Factory<Relation<K,V>>
create
in class RelationFactory<K,V>
public Relation<K,V> create(Relation<K,V> rel)
RelationFactory
RelationFactory.create()
to create an
empty relation, and next add each pair from r
to
the new relation.
create
in interface Factory<Relation<K,V>>
create
in class RelationFactory<K,V>
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |