|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface SequencerOutput

Interface for sequencers to use to generate their output.
| Method Summary | |
|---|---|
void |
setProperty(Path nodePath,
Name propertyName,
Object... values)
Set the supplied property on the supplied node. |
void |
setProperty(String nodePath,
String propertyName,
Object... values)
Set the supplied property on the supplied node. |
void |
setReference(String nodePath,
String propertyName,
String... paths)
Set the supplied reference on the supplied node. |
| Method Detail |
|---|
void setProperty(String nodePath,
String propertyName,
Object... values)
The value factories should be used to create paths, names, and values.
These factories can be used to create new values or convert values from one property type to another. (Note that each of
the factories have methods that create values from all of the property types.)
This method is provided as a convenience, but it identical to creating a Path and Name using the
factories and calling setProperty(Path, Name, Object...).
nodePath - the path to the node containing the property; may not be nullpropertyName - the name of the property to be setvalues - the value(s) for the property; may be empty if any existing property is to be removed
void setReference(String nodePath,
String propertyName,
String... paths)
This method is provided as a convenience, but it identical to creating a Path and Name using the
factories and calling setProperty(Path, Name, Object...).
nodePath - the path to the node containing the property; may not be nullpropertyName - the name of the property to be setpaths - the paths to the referenced property, which may be absolute paths or relative to the sequencer output node;
may be empty if any existing property is to be removed
void setProperty(Path nodePath,
Name propertyName,
Object... values)
The value factories should be used to create paths, names, and values.
These factories can be used to create new values or convert values from one property type to another. (Note that each of
the factories have methods that create values from all of the property types.)
nodePath - the path to the node containing the property; may not be nullpropertyName - the name of the property to be setvalues - the value(s) for the property; may be empty if any existing property is to be removed
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||