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.


Method Index

 o getSharable()
Needed to find a target when the Specifiable is used
 o MakeSpecifier(ObjectOutput)
Make a specifier and write it to the output object.
 o MakeSpecifier(ObjectOutput, ModelObject)
Make a specifier starting at topModel and write it to the output object.

Methods

 o MakeSpecifier
 public abstract void MakeSpecifier(ObjectOutput out)
Make a specifier and write it to the output object.

 o MakeSpecifier
 public abstract void MakeSpecifier(ObjectOutput out,
                                    ModelObject topModel)
Make a specifier starting at topModel and write it to the output object.

 o getSharable
 public abstract Sharable getSharable()
Needed to find a target when the Specifiable is used


All Packages  Class Hierarchy  This Package  Previous  Next  Index