|
ContactCenters V. 0.9.9. |
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectumontreal.iro.lecuyer.contactcenters.msk.params.RoutingTableSources
public class RoutingTableSources
Determines how missing routing information can be inferred from alternative data structures. Often, a missing routing data structure can be created several ways. For example, the type-to-group map may be constructed using the group-to-type map, a matrix of ranks, etc. However, some algorithms destroy or guess information, which can lead to incorrect results. If this element is given without any attribute, the default most common constructions are used: a missing matrix of ranks or incidence matrix is obtained by transposing the given complementary matrix. Other mappings can be given by setting attributes in this element.
Java class for RoutingTableSources complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="RoutingTableSources"> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <attribute name="typeToGroupMap" type="{http://www.iro.umontreal.ca/lecuyer/contactcenters/msk}TypeToGroupMapSource" /> <attribute name="groupToTypeMap" type="{http://www.iro.umontreal.ca/lecuyer/contactcenters/msk}GroupToTypeMapSource" /> <attribute name="ranksTG" type="{http://www.iro.umontreal.ca/lecuyer/contactcenters/msk}RanksTGSource" default="ranksGT" /> <attribute name="ranksGT" type="{http://www.iro.umontreal.ca/lecuyer/contactcenters/msk}RanksGTSource" default="ranksTG" /> <attribute name="incidenceMatrixTG" type="{http://www.iro.umontreal.ca/lecuyer/contactcenters/msk}IncidenceMatrixTGSource" default="incidenceMatrixGT" /> <attribute name="incidenceMatrixGT" type="{http://www.iro.umontreal.ca/lecuyer/contactcenters/msk}IncidenceMatrixGTSource" default="incidenceMatrixTG" /> </restriction> </complexContent> </complexType>
Field Summary | |
---|---|
protected GroupToTypeMapSource |
groupToTypeMap
|
protected IncidenceMatrixGTSource |
incidenceMatrixGT
|
protected IncidenceMatrixTGSource |
incidenceMatrixTG
|
protected RanksGTSource |
ranksGT
|
protected RanksTGSource |
ranksTG
|
protected TypeToGroupMapSource |
typeToGroupMap
|
Constructor Summary | |
---|---|
RoutingTableSources()
|
Method Summary | |
---|---|
GroupToTypeMapSource |
getGroupToTypeMap()
Gets the value of the groupToTypeMap property. |
IncidenceMatrixGTSource |
getIncidenceMatrixGT()
Gets the value of the incidenceMatrixGT property. |
IncidenceMatrixTGSource |
getIncidenceMatrixTG()
Gets the value of the incidenceMatrixTG property. |
RanksGTSource |
getRanksGT()
Gets the value of the ranksGT property. |
RanksTGSource |
getRanksTG()
Gets the value of the ranksTG property. |
TypeToGroupMapSource |
getTypeToGroupMap()
Gets the value of the typeToGroupMap property. |
boolean |
isSetGroupToTypeMap()
|
boolean |
isSetIncidenceMatrixGT()
|
boolean |
isSetIncidenceMatrixTG()
|
boolean |
isSetRanksGT()
|
boolean |
isSetRanksTG()
|
boolean |
isSetTypeToGroupMap()
|
void |
setGroupToTypeMap(GroupToTypeMapSource value)
Sets the value of the groupToTypeMap property. |
void |
setIncidenceMatrixGT(IncidenceMatrixGTSource value)
Sets the value of the incidenceMatrixGT property. |
void |
setIncidenceMatrixTG(IncidenceMatrixTGSource value)
Sets the value of the incidenceMatrixTG property. |
void |
setRanksGT(RanksGTSource value)
Sets the value of the ranksGT property. |
void |
setRanksTG(RanksTGSource value)
Sets the value of the ranksTG property. |
void |
setTypeToGroupMap(TypeToGroupMapSource value)
Sets the value of the typeToGroupMap property. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
protected TypeToGroupMapSource typeToGroupMap
protected GroupToTypeMapSource groupToTypeMap
protected RanksTGSource ranksTG
protected RanksGTSource ranksGT
protected IncidenceMatrixTGSource incidenceMatrixTG
protected IncidenceMatrixGTSource incidenceMatrixGT
Constructor Detail |
---|
public RoutingTableSources()
Method Detail |
---|
public TypeToGroupMapSource getTypeToGroupMap()
TypeToGroupMapSource
public void setTypeToGroupMap(TypeToGroupMapSource value)
value
- allowed object is
TypeToGroupMapSource
public boolean isSetTypeToGroupMap()
public GroupToTypeMapSource getGroupToTypeMap()
GroupToTypeMapSource
public void setGroupToTypeMap(GroupToTypeMapSource value)
value
- allowed object is
GroupToTypeMapSource
public boolean isSetGroupToTypeMap()
public RanksTGSource getRanksTG()
RanksTGSource
public void setRanksTG(RanksTGSource value)
value
- allowed object is
RanksTGSource
public boolean isSetRanksTG()
public RanksGTSource getRanksGT()
RanksGTSource
public void setRanksGT(RanksGTSource value)
value
- allowed object is
RanksGTSource
public boolean isSetRanksGT()
public IncidenceMatrixTGSource getIncidenceMatrixTG()
IncidenceMatrixTGSource
public void setIncidenceMatrixTG(IncidenceMatrixTGSource value)
value
- allowed object is
IncidenceMatrixTGSource
public boolean isSetIncidenceMatrixTG()
public IncidenceMatrixGTSource getIncidenceMatrixGT()
IncidenceMatrixGTSource
public void setIncidenceMatrixGT(IncidenceMatrixGTSource value)
value
- allowed object is
IncidenceMatrixGTSource
public boolean isSetIncidenceMatrixGT()
|
ContactCenters V. 0.9.9. |
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |