All Packages Class Hierarchy This Package Previous Next Index
Interface ncsa.habanero.Specifiable
- public interface Specifiable
- extends Replaceable
An object which implements Specifiable can be written to an output object
in such a way that an unmarshaller can find its analogue on another machine.
-
getSharable()
- Needed to find a target when the Specifiable is used
-
MakeSpecifier(ObjectOutput)
- Make a specifier and write it to the output object.
-
MakeSpecifier(ObjectOutput, ModelObject)
- Make a specifier starting at topModel and write it to the output object.
MakeSpecifier
public abstract void MakeSpecifier(ObjectOutput out)
- Make a specifier and write it to the output object.
MakeSpecifier
public abstract void MakeSpecifier(ObjectOutput out,
ModelObject topModel)
- Make a specifier starting at topModel and write it to the output object.
getSharable
public abstract Sharable getSharable()
- Needed to find a target when the Specifiable is used
All Packages Class Hierarchy This Package Previous Next Index