|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectclassycle.graph.NameAttributes
classycle.NameAndSourceAttributes
public abstract class NameAndSourceAttributes
Abstract super class of Attributes with a name and a set of sources.
| Constructor Summary | |
|---|---|
NameAndSourceAttributes(java.lang.String name)
Creates an instance for the specified name. |
|
| Method Summary | |
|---|---|
protected void |
addSource(java.lang.String source)
Adds the specified source. |
protected void |
addSourcesOf(NameAndSourceAttributes attributes)
Adds the source of the specified attributes. |
java.lang.String |
getSources()
Returns a comma separated list of sources. |
| Methods inherited from class classycle.graph.NameAttributes |
|---|
compareTo, getName, getSize |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public NameAndSourceAttributes(java.lang.String name)
| Method Detail |
|---|
protected void addSource(java.lang.String source)
protected void addSourcesOf(NameAndSourceAttributes attributes)
public java.lang.String getSources()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||