Uses of Class
com.genologics.ri.step.ArtifactLink
Packages that use ArtifactLink
-
Uses of ArtifactLink in com.genologics.ri.step
Fields in com.genologics.ri.step declared as ArtifactLinkModifier and TypeFieldDescriptionprotected ArtifactLinkInputOutputMap.inputThe input artifact link.protected ArtifactLinkInputOutputMap.outputThe output artifact link.Methods in com.genologics.ri.step that return ArtifactLinkModifier and TypeMethodDescriptionObjectFactory.createArtifact()Create an instance ofArtifactLink.InputOutputMap.getInput()Gets the input artifact link.InputOutputMap.getOutput()Gets the output artifact link.Methods in com.genologics.ri.step with parameters of type ArtifactLinkModifier and TypeMethodDescriptionvoidInputOutputMap.setInput(ArtifactLink value) Sets the input artifact link.voidInputOutputMap.setOutput(ArtifactLink value) Sets the output artifact link.Constructors in com.genologics.ri.step with parameters of type ArtifactLinkModifierConstructorDescriptionInputOutputMap(ArtifactLink input, ArtifactLink output) Constructor with input and output artifact links.