public class IlpDefaultNetworkNodeFactory extends Object implements IlpNetworkNodeFactory
network
node factory.
This default implementation creates IlpDefaultNetworkNode
s.Constructor and Description |
---|
IlpDefaultNetworkNodeFactory() |
Modifier and Type | Method and Description |
---|---|
IlpNetworkNode |
createNetworkNode(IlpObject ilpObject,
IlpExpansionStrategy expansionStrategy)
Creates and returns a network 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 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 IlpNetworkNode createNetworkNode(IlpObject ilpObject, IlpExpansionStrategy expansionStrategy)
createNetworkNode
in interface IlpNetworkNodeFactory
ilpObject
- The IlpObject
of the network node.expansionStrategy
- The expansion strategy of the network node.IlpDefaultNetworkNode
© Copyright Rogue Wave Software, Inc. 1997, 2018. All Rights Reserved.