|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface HGCompositeType
A HGCompositeType represents a HyperGraph type with several
dimensions. Each dimension has a name and is represented by a HGProjection.
| Method Summary | |
|---|---|
java.util.Iterator<java.lang.String> |
getDimensionNames()
Return an Iterator listing the names of all
dimensions of this composite type. |
HGProjection |
getProjection(java.lang.String dimensionName)
Get the projection function for a particular dimension. |
| Methods inherited from interface org.hypergraphdb.type.HGAtomType |
|---|
make, release, store, subsumes |
| Methods inherited from interface org.hypergraphdb.HGGraphHolder |
|---|
setHyperGraph |
| Method Detail |
|---|
java.util.Iterator<java.lang.String> getDimensionNames()
Return an Iterator listing the names of all
dimensions of this composite type. A projection function can be obtained
through the getProjection method.
HGProjection getProjection(java.lang.String dimensionName)
Get the projection function for a particular dimension.
dimensionName - The name of the dimension.
HGProjection instance.
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||