|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectgr.spinellis.umlgraph.doclet.ClassInfo
class ClassInfo
Class's dot-comaptible alias name (for fully qualified class names) and printed information
Field Summary | |
---|---|
private static int |
classNumber
|
(package private) boolean |
hidden
True if the class class node is hidden |
(package private) String |
name
Alias name for the class |
(package private) boolean |
nodePrinted
True if the class class node has been printed |
(package private) Map<String,RelationPattern> |
relatedClasses
The list of classes that share a relation with this one. |
Constructor Summary | |
---|---|
ClassInfo(boolean p,
boolean h)
|
Method Summary | |
---|---|
void |
addRelation(String dest,
RelationType rt,
RelationDirection d)
|
RelationPattern |
getRelation(String dest)
|
static void |
reset()
Start numbering from zero. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
private static int classNumber
String name
boolean nodePrinted
boolean hidden
Map<String,RelationPattern> relatedClasses
Constructor Detail |
---|
ClassInfo(boolean p, boolean h)
Method Detail |
---|
public void addRelation(String dest, RelationType rt, RelationDirection d)
public RelationPattern getRelation(String dest)
public static void reset()
|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |