Package jetbrains.mps.generator.impl
Class CollectorSink
- java.lang.Object
 - 
- jetbrains.mps.generator.impl.CollectorSink
 
 
- 
- 
Constructor Summary
Constructors Constructor Description CollectorSink(Collection<SNode> destination) 
- 
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidadd(SContainmentLink aggregation, Collection<SNode> nodes)voidadd(SContainmentLink aggregation, SNode node)voidadd(SNode node)Collection<SNode>getCollected() 
 - 
 
- 
- 
Constructor Detail
- 
CollectorSink
public CollectorSink(Collection<SNode> destination)
 
 - 
 
- 
Method Detail
- 
add
public void add(SContainmentLink aggregation, SNode node)
 
- 
add
public void add(SContainmentLink aggregation, Collection<SNode> nodes)
 
- 
getCollected
public Collection<SNode> getCollected()
 
 - 
 
 -