|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectwt.fc.WTObject
wt.fc.ObjectToObjectLink
wt.vc.struct.IteratedUsageLink
public abstract class IteratedUsageLink
The IteratedUsageLink is an association between an iteration and a master. It is generally homogeneous in nature and is used to build structures.
The implementation is not tied specifically to another implementation. The iteration for the master to use is determined by a ConfigSpec, which returns the most appropriate iteration based on some context.
Iterated,
Mastered,
ConfigSpec,
WTPartUsageLink,
Serialized Form| Field Summary | |
|---|---|
static String |
USED_BY_ROLE
Label for the attribute. |
static String |
USES_ROLE
Label for the attribute. |
| Method Summary | |
|---|---|
Iterated |
getUsedBy()
Gets the object for the association that plays role: USED_BY_ROLE. |
Mastered |
getUses()
Gets the object for the association that plays role: USES_ROLE. |
void |
setUsedBy(Iterated usedBy)
Sets the object for the association that plays role: USED_BY_ROLE. |
void |
setUses(Mastered uses)
Sets the object for the association that plays role: USES_ROLE. |
| Methods inherited from class wt.fc.WTObject |
|---|
getDisplayIdentifier, getDisplayIdentity, getDisplayType |
| Methods inherited from class java.lang.Object |
|---|
clone, finalize, getClass, notify, notifyAll, wait, wait, wait |
| Field Detail |
|---|
public static final String USED_BY_ROLE
public static final String USES_ROLE
| Method Detail |
|---|
public Iterated getUsedBy()
public void setUsedBy(Iterated usedBy)
throws WTPropertyVetoException
usedBy -
WTPropertyVetoExceptionpublic Mastered getUses()
public void setUses(Mastered uses)
throws WTPropertyVetoException
uses -
WTPropertyVetoException
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||