|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface IExperiment
Interface representing an experiment. Delegate/Facade to cover a real IFileFragment.
Method Summary | |
---|---|
cross.datastructures.fragments.IFileFragment |
getFileFragment()
|
HashMap<String,String> |
getMetadata()
|
String |
getMetadata(String key)
|
void |
setFileFragment(cross.datastructures.fragments.IFileFragment ff)
|
void |
setMetadata(String key,
String value)
|
Methods inherited from interface cross.IConfigurable |
---|
configure |
Methods inherited from interface cross.datastructures.fragments.IFileFragment |
---|
addChildren, addDimensions, addSourceFile, addSourceFile, appendXML, clearArrays, getAbsolutePath, getChild, getChild, getID, getName, getParent, getSize, getSourceFiles, hasChildren, hasChildren, isModified, iterator, removeChild, removeSourceFile, removeSourceFiles, save, setFile, setFile, toString |
Methods inherited from interface cross.datastructures.fragments.IGroupFragment |
---|
hasChild, hasChild, nextGID, setID |
Methods inherited from interface cross.datastructures.fragments.IFragment |
---|
addAttribute, compare, compareTo, getAttribute, getAttribute, getAttributes, getStats, hasAttribute, hasAttribute, setAttributes, setStats |
Methods inherited from interface java.util.Comparator |
---|
equals |
Methods inherited from interface java.io.Externalizable |
---|
readExternal, writeExternal |
Method Detail |
---|
cross.datastructures.fragments.IFileFragment getFileFragment()
HashMap<String,String> getMetadata()
void setFileFragment(cross.datastructures.fragments.IFileFragment ff)
void setMetadata(String key, String value)
String getMetadata(String key) throws cross.exception.ResourceNotAvailableException
cross.exception.ResourceNotAvailableException
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |