public class IlpDefaultEquipmentNodeFactory extends Object implements IlpEquipmentNodeFactory
IlpDefaultEquipmentNode
s.Constructor and Description |
---|
IlpDefaultEquipmentNodeFactory()
Creates a default equipment node factory instance.
|
Modifier and Type | Method and Description |
---|---|
IlpEquipmentNode |
createEquipmentNode(IlpObject ilpObject,
IlpExpansionStrategy expansionStrategy)
Creates and returns an equipment node.
|
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 . |
public IlpDefaultEquipmentNodeFactory()
This factory creates instances of IlpDefaultEquipmentNode
.
public void setExtendedAttributeGroup(IlpClass clazz, IlpExtendedAttributeGroup attrGroup)
IlpObject
.clazz
- The class of IlpObject
.attrGroup
- The attribute group of the representation objects (nodes)
that represent IlpObject
s of the class
clazz
.public IlpExtendedAttributeGroup getExtendedAttributeGroup(IlpClass clazz)
IlpObject
.clazz
- The class of IlpObject
.IlpObject
s of the class
clazz
.public IlpEquipmentNode createEquipmentNode(IlpObject ilpObject, IlpExpansionStrategy expansionStrategy)
createEquipmentNode
in interface IlpEquipmentNodeFactory
ilpObject
- The IlpObject
of the equipment node.expansionStrategy
- The expansion strategy of the equipment node.IlpDefaultEquipmentNode
© Copyright Rogue Wave Software, Inc. 1997, 2018. All Rights Reserved.