public class ScriptGroup
extends java.lang.Object
| Modifier and Type | Class and Description |
|---|---|
static class |
ScriptGroup.Builder |
| Constructor and Description |
|---|
ScriptGroup(Script script,
ScriptType groupType) |
| Modifier and Type | Method and Description |
|---|---|
static ScriptGroup.Builder |
builder() |
ScriptType |
getGroupType() |
java.util.List<java.lang.Integer> |
getInputIndices() |
java.util.List<java.lang.Integer> |
getOutputIndices() |
Script |
getScript() |
static ScriptGroup |
new_lock(Script script) |
static ScriptGroup |
new_type(Script script) |
void |
setGroupType(ScriptType groupType) |
void |
setInputIndices(java.util.List<java.lang.Integer> inputIndices) |
void |
setOutputIndices(java.util.List<java.lang.Integer> outputIndices) |
void |
setScript(Script script) |
public ScriptGroup(Script script, ScriptType groupType)
public Script getScript()
public void setScript(Script script)
public ScriptType getGroupType()
public void setGroupType(ScriptType groupType)
public static ScriptGroup new_type(Script script)
public static ScriptGroup new_lock(Script script)
public java.util.List<java.lang.Integer> getInputIndices()
public void setInputIndices(java.util.List<java.lang.Integer> inputIndices)
public java.util.List<java.lang.Integer> getOutputIndices()
public void setOutputIndices(java.util.List<java.lang.Integer> outputIndices)
public static ScriptGroup.Builder builder()