public class IlpDefaultNetworkLinkFactory extends Object implements IlpNetworkLinkFactory
IlpDefaultNetworkLink
s.Constructor and Description |
---|
IlpDefaultNetworkLinkFactory() |
Modifier and Type | Method and Description |
---|---|
IlpNetworkLink |
createNetworkLink(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 . |
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 IlpNetworkLink createNetworkLink(IlpObject ilpObject, IlpExpansionStrategy expansionStrategy)
createNetworkLink
in interface IlpNetworkLinkFactory
ilpObject
- The IlpObject
of the network link.expansionStrategy
- The expansion strategy of the network link.IlpDefaultNetworkLink
© Copyright Rogue Wave Software, Inc. 1997, 2018. All Rights Reserved.