|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectgov.nasa.arc.brahms.common.data.format.uml.Generalization
public class Generalization
The Generalization specifies a UML generalization between two concepts.
| Constructor Summary | |
|---|---|
Generalization(Concept parent,
Concept child)
Constructor, creates a new Generalization between the specified parent and child concepts. |
|
| Method Summary | |
|---|---|
Concept |
getChild()
Returns the child in the generalization |
java.lang.String |
getID()
Returns the generalization's unique identifier. |
Concept |
getParent()
Returns the parent in the generalization |
java.lang.String |
toString()
Returns a unique stringified identifier for this generalization |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
|---|
public Generalization(Concept parent,
Concept child)
parent - the parent Conceptchild - the child Concept| Method Detail |
|---|
public final java.lang.String getID()
public final Concept getParent()
public final Concept getChild()
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 | |||||||||