|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.apache.commons.graph.domain.dependency.Dependency
public class Dependency
Description of the Class
Field Summary | |
---|---|
private java.lang.Object |
dep
|
private java.lang.Object |
head
|
Constructor Summary | |
---|---|
Dependency(java.lang.Object head,
java.lang.Object dep)
Constructor for the Dependency object |
Method Summary | |
---|---|
java.lang.String |
description()
Description of the Method |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
private java.lang.Object head
private java.lang.Object dep
Constructor Detail |
---|
public Dependency(java.lang.Object head, java.lang.Object dep)
head
- dep
- Method Detail |
---|
public java.lang.String description()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |