public class IncludeGenerationContext extends Object implements IScadGenerationContext
Used internally by the context generation framework.
Use the ScadGenerationContextFactory
to generate generation context.
Modifier | Constructor and Description |
---|---|
protected |
IncludeGenerationContext(Collection<Integer> excluded,
Collection<Integer> included) |
Modifier and Type | Method and Description |
---|---|
IScadGenerationContext |
applyTag(int tag)
Apply the given tag to this context.
|
boolean |
isTagIncluded()
True if the current object should be included into the result.
|
protected IncludeGenerationContext(Collection<Integer> excluded, Collection<Integer> included)
public boolean isTagIncluded()
IScadGenerationContext
isTagIncluded
in interface IScadGenerationContext
public IScadGenerationContext applyTag(int tag)
IScadGenerationContext
applyTag
in interface IScadGenerationContext
tag
- the tag to be appliedCopyright © 2014–2020, Printing in 3D. All rights reserved.