Uses of Class
net.ssehub.easy.instantiation.core.model.artifactModel.ArtifactCreatorNode
-
Packages that use ArtifactCreatorNode Package Description net.ssehub.easy.instantiation.core.model.artifactModel Contains the VIL artifact model. -
-
Uses of ArtifactCreatorNode in net.ssehub.easy.instantiation.core.model.artifactModel
Fields in net.ssehub.easy.instantiation.core.model.artifactModel declared as ArtifactCreatorNode Modifier and Type Field Description private static ArtifactCreatorNodeArtifactFactory. ARTIFACT_CREATORSStores a tree of artifact creator nodes.Fields in net.ssehub.easy.instantiation.core.model.artifactModel with type parameters of type ArtifactCreatorNode Modifier and Type Field Description private java.util.List<ArtifactCreatorNode>ArtifactCreatorNode. childrenMethods in net.ssehub.easy.instantiation.core.model.artifactModel that return ArtifactCreatorNode Modifier and Type Method Description private static ArtifactCreatorNodeArtifactFactory. findCreator(java.lang.Class<? extends IArtifact> kind, java.lang.Object real, ArtifactCreatorNode node, ArtifactCreatorNode actualResult)Recursive search for a creator.ArtifactCreatorNodeArtifactCreatorNode. getChild(int index)Returns the specified child.Methods in net.ssehub.easy.instantiation.core.model.artifactModel with parameters of type ArtifactCreatorNode Modifier and Type Method Description private static voidArtifactFactory. configureArtifactCreators(ArtifactCreatorNode node, java.util.Properties properties, java.util.List<Message> messages)Configures the givennodeand its children.private static ArtifactCreatorNodeArtifactFactory. findCreator(java.lang.Class<? extends IArtifact> kind, java.lang.Object real, ArtifactCreatorNode node, ArtifactCreatorNode actualResult)Recursive search for a creator.
-