|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectwt.eff.EffGroup
public class EffGroup
An in-memory-only object used to encapsulate all the Effs associated
with a given EffManagedVersion and EffContext for client
interaction purposes (for example, if three effectivities exist for configuration
item X and part 100 Rev A, these three effectivities will be represented
as a range like "1-10, 12, 20-").
Supported API: true
Extendable: false
EffGroupAssistant.getValidEffGroups(EffManagedVersion, EffContext),
EffGroupAssistant.getValidEffGroups(EffContext),
Serialized Form| Constructor Summary | |
|---|---|
EffGroup(EffContext an_EffContext,
Class a_Type,
String a_Range)
Construct a group based on the provided values. |
|
EffGroup(EffRecord effRecord)
Constructs a group based on the effectivity. |
|
EffGroup(EffRecord[] effRecords)
Constructs a group based on the effectivities. |
|
EffGroup(EffRecordable a_Target,
EffContext an_EffContext,
Class a_Type,
String a_Range)
Constructs a group based on the provided values. |
|
| Method Summary | |
|---|---|
EffContext |
getEffContext()
Gets the object for the association that plays role: effContext; The context the range applies to. |
EffGroup |
getPredecessor()
Gets the object for the association that plays role: predecessor. |
EffGroup |
getSuccessor()
Gets the object for the association that plays role: successor. |
void |
setEffContext(EffContext a_EffContext)
Sets the object for the association that plays role: effContext; The context the range applies to. |
| Methods inherited from class java.lang.Object |
|---|
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public EffGroup(EffRecord effRecord)
throws WTPropertyVetoException
effRecord -
WTPropertyVetoException
public EffGroup(EffRecord[] effRecords)
throws WTPropertyVetoException
effRecords -
WTPropertyVetoException
public EffGroup(EffRecordable a_Target,
EffContext an_EffContext,
Class a_Type,
String a_Range)
throws WTPropertyVetoException
a_Target - an_EffContext - a_Type - a_Range -
WTPropertyVetoException
public EffGroup(EffContext an_EffContext,
Class a_Type,
String a_Range)
throws WTPropertyVetoException
an_EffContext - a_Type - a_Range -
WTPropertyVetoException| Method Detail |
|---|
public EffContext getEffContext()
public void setEffContext(EffContext a_EffContext)
throws WTPropertyVetoException
a_EffContext -
WTPropertyVetoExceptionpublic EffGroup getPredecessor()
public EffGroup getSuccessor()
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||