|
||||||||||
| PREV CLASS Documentation homepage NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectilog.cpl.equipment.IlpDefaultEquipmentLinkFactory
public class IlpDefaultEquipmentLinkFactory
The default implementation of equipment link factory.
This default implementation creates IlpDefaultEquipmentLinks.
| Constructor Summary | |
|---|---|
IlpDefaultEquipmentLinkFactory()
Creates a default equipment link factory instance. |
|
| Method Summary | |
|---|---|
IlpEquipmentLink |
createEquipmentLink(IlpObject ilpObject,
IlpExpansionStrategy expansionStrategy)
Creates and returns a network link. |
IlpExtendedAttributeGroup |
getExtendedAttributeGroup(IlpClass clazz)
Gets the extended attribute model used for representation objects (nodes) that represent a certain class of IlpObject. |
void |
setExtendedAttributeGroup(IlpClass clazz,
IlpExtendedAttributeGroup attrGroup)
Sets the extended attribute group for representation objects (nodes) that represent a certain class of IlpObject. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public IlpDefaultEquipmentLinkFactory()
This factory creates instances of IlpDefaultEquipmentLink.
| Method Detail |
|---|
public void setExtendedAttributeGroup(IlpClass clazz,
IlpExtendedAttributeGroup attrGroup)
IlpObject.
clazz - The class of IlpObject.attrGroup - The attribute group of the representation objects (nodes)
that represent IlpObjects of the class
clazz.public IlpExtendedAttributeGroup getExtendedAttributeGroup(IlpClass clazz)
IlpObject.
clazz - The class of IlpObject.
IlpObjects of the class
clazz.
public IlpEquipmentLink createEquipmentLink(IlpObject ilpObject,
IlpExpansionStrategy expansionStrategy)
createEquipmentLink in interface IlpEquipmentLinkFactoryilpObject - The IlpObject of the network link.expansionStrategy - The expansion strategy of the equipment link.IlpDefaultEquipmentLink
|
||||||||||
| PREV CLASS Documentation homepage NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||