|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcz.cuni.jagrlib.piece.VEFDS.AttrKey
protected static class VEFDS.AttrKey
Attribute key - [ entity, context, ident ] compound. Used in attribute lookup (hashing).
Field Summary | |
---|---|
int |
context
Context identifier or Brep.NULL if shared. |
int |
entity
Entity identifier ( Brep.SCENE to Brep.SOLID ). |
protected static int |
HASH_CONTEXT
Hash-coefficient for context . |
protected static int |
HASH_ENTITY
Hash-coefficient for entity . |
java.lang.String |
name
Attribute identifier. |
Constructor Summary | |
---|---|
VEFDS.AttrKey()
|
|
VEFDS.AttrKey(int where,
int ctx,
java.lang.String ident)
|
Method Summary | |
---|---|
boolean |
equals(java.lang.Object obj)
|
int |
hashCode()
|
Methods inherited from class java.lang.Object |
---|
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
protected static final int HASH_ENTITY
entity
.
protected static final int HASH_CONTEXT
context
.
public int entity
Brep.SCENE
to Brep.SOLID
).
public int context
Brep.NULL
if shared.
public java.lang.String name
Constructor Detail |
---|
public VEFDS.AttrKey()
public VEFDS.AttrKey(int where, int ctx, java.lang.String ident)
Method Detail |
---|
public final boolean equals(java.lang.Object obj)
equals
in class java.lang.Object
public final int hashCode()
hashCode
in class java.lang.Object
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |