Class CompositeFragmentArtifact
- java.lang.Object
-
- net.ssehub.easy.instantiation.core.model.artifactModel.FragmentArtifact
-
- net.ssehub.easy.instantiation.core.model.artifactModel.CompositeFragmentArtifact
-
- Direct Known Subclasses:
XmlNode
public abstract class CompositeFragmentArtifact extends FragmentArtifact
The (abstract) composite fragment artifact.- Author:
- Holger Eichelberger
-
-
Constructor Summary
Constructors Constructor Description CompositeFragmentArtifact()
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description abstract Set<? extends FragmentArtifact>selectAll()Returns all artifacts this composite artifact is composed of.-
Methods inherited from class net.ssehub.easy.instantiation.core.model.artifactModel.FragmentArtifact
exists, lastModification, store
-
-
-
-
Method Detail
-
selectAll
public abstract Set<? extends FragmentArtifact> selectAll() throws VilException
Returns all artifacts this composite artifact is composed of.- Returns:
- all fragments
- Throws:
VilException- in case that this element or query is invalid
-
-