|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectnet.sf.colorer.Region
public class Region
HRC Region implementation. Contains information about HRC Region and it attributes:
| Method Summary | |
|---|---|
java.lang.String |
getDescription()
Region description |
int |
getID()
Quick access region id (incrementable) |
java.lang.String |
getName()
Full Qualified region name ( def:Text for example) |
Region |
getParent()
Direct region ancestor (parent) |
boolean |
hasParent(Region region)
Checks if region has the specified parent in all of it's ancestors. |
java.lang.String |
toString()
|
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Method Detail |
|---|
public java.lang.String getName()
def:Text for example)
public java.lang.String getDescription()
public Region getParent()
public int getID()
public boolean hasParent(Region region)
def:Comment has def:Syntax parent, so, some
syntax checking can be made with it's content.
public java.lang.String toString()
toString in class java.lang.Object
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||