Uses of Class
net.ssehub.easy.instantiation.core.model.artifactModel.CompositeFragmentArtifact
-
Packages that use CompositeFragmentArtifact Package Description net.ssehub.easy.instantiation.core.model.artifactModel Contains the VIL artifact model.net.ssehub.easy.instantiation.core.model.artifactModel.xml Contains simple (non-decomposed) artifacts. -
-
Uses of CompositeFragmentArtifact in net.ssehub.easy.instantiation.core.model.artifactModel
Methods in net.ssehub.easy.instantiation.core.model.artifactModel with parameters of type CompositeFragmentArtifact Modifier and Type Method Description voidIArtifactVisitor. visitCompositeFragmentArtifact(CompositeFragmentArtifact artifact)Visits a composite fragment artifact. -
Uses of CompositeFragmentArtifact in net.ssehub.easy.instantiation.core.model.artifactModel.xml
Subclasses of CompositeFragmentArtifact in net.ssehub.easy.instantiation.core.model.artifactModel.xml Modifier and Type Class Description classXmlCommentRepresents an XML comment.classXmlElementRepresents a parsed XML element with contained attributes.classXmlNodeAn abstract fragment representing a XML node.(package private) classXmlRootElementA specific root element storing the relation to the containing file artifact.
-