Uses of Interface
net.ssehub.easy.instantiation.core.model.artifactModel.IArtifactCreator
-
Packages that use IArtifactCreator 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.net.ssehub.easy.instantiation.java.artifacts Default Java artifacts. -
-
Uses of IArtifactCreator in net.ssehub.easy.instantiation.core.model.artifactModel
Classes in net.ssehub.easy.instantiation.core.model.artifactModel that implement IArtifactCreator Modifier and Type Class Description classDefaultFileArtifactCreatorDefines the default file artifact creator.classDefaultFolderArtifactCreatorDefines the default folder creator.classVtlFileArtifactCreatorThe artifact creator for VTL files.Fields in net.ssehub.easy.instantiation.core.model.artifactModel declared as IArtifactCreator Modifier and Type Field Description private IArtifactCreatorArtifactCreatorNode. creatorMethods in net.ssehub.easy.instantiation.core.model.artifactModel that return IArtifactCreator Modifier and Type Method Description private static IArtifactCreatorArtifactFactory. findCreator(java.lang.Class<? extends IArtifact> kind, java.lang.Object real)Returns a creator forreal.IArtifactCreatorArtifactCreatorNode. getCreator()Returns the attached creator.Methods in net.ssehub.easy.instantiation.core.model.artifactModel that return types with arguments of type IArtifactCreator Modifier and Type Method Description java.lang.Class<? extends IArtifactCreator>value()The related artifact creator (class).Methods in net.ssehub.easy.instantiation.core.model.artifactModel with parameters of type IArtifactCreator Modifier and Type Method Description static voidArtifactFactory. addArtifactCreator(IArtifactCreator creator)Add artifact creator to the set of artifact creators for automatic (default) creation of artifacts.(package private) voidArtifactCreatorNode. addChild(IArtifactCreator creator)Adds a new child.(package private) voidArtifactCreatorNode. setCreator(IArtifactCreator creator)Replaces the current creator.Method parameters in net.ssehub.easy.instantiation.core.model.artifactModel with type arguments of type IArtifactCreator Modifier and Type Method Description booleanArtifactCreatorNode. isMoreGeneralThan(java.lang.Class<? extends IArtifactCreator> cls)Returns whether this creator node is more general than the givencls.Constructors in net.ssehub.easy.instantiation.core.model.artifactModel with parameters of type IArtifactCreator Constructor Description ArtifactCreatorNode(IArtifactCreator creator)Creates a new artifact creator node. -
Uses of IArtifactCreator in net.ssehub.easy.instantiation.core.model.artifactModel.xml
Classes in net.ssehub.easy.instantiation.core.model.artifactModel.xml that implement IArtifactCreator Modifier and Type Class Description classDefaultXmlFileArtifactCreatorDefines the default file artifact creator. -
Uses of IArtifactCreator in net.ssehub.easy.instantiation.java.artifacts
Classes in net.ssehub.easy.instantiation.java.artifacts that implement IArtifactCreator Modifier and Type Class Description classDefaultJavaFileArtifactCreatorDefines the default file artifact creator.
-