public class FamilyInstanceImpl extends InstanceDecorator implements FamilyInstance
Constructor and Description |
---|
FamilyInstanceImpl(Instance instance)
Decorate the given instance with family function.
|
Modifier and Type | Method and Description |
---|---|
void |
addChild(FamilyInstance child)
Adds the given instance as child to this instance.
|
Collection<FamilyInstance> |
getChildren()
Returns the child instances.
|
getDataSet, getDefinition, getMetaData, getMetaDataNames, getOriginalInstance, getProperty, getPropertyNames, getValue
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
getDataSet, getDefinition, getMetaData, getMetaDataNames, getValue
getProperty, getPropertyNames
public FamilyInstanceImpl(Instance instance)
instance
- the instance to decoratepublic Collection<FamilyInstance> getChildren()
FamilyInstance
getChildren
in interface FamilyInstance
FamilyInstance.getChildren()
public void addChild(FamilyInstance child)
FamilyInstance
addChild
in interface FamilyInstance
child
- the child instance to addFamilyInstance.addChild(FamilyInstance)
Build 2013-10-07_11-27-38
Revision 99b27713a799a59a21b0b166eaaea8aaefbf125a