rle.vm
Class SchemaBean

java.lang.Object
  extended by rle.vm.SchemaBean

public class SchemaBean
extends java.lang.Object

A SchemaBean captures information about the data in a Variant Manager project. This includes the structural specification for the data tree, available Editors, and a list of AttributeSetBeans, which are groups of configurable properties(AttributeBeans) which can be assigned in a mix-and-match fashion to define data types in the structural specification.


Constructor Summary
SchemaBean()
           
 
Method Summary
 java.util.Map<java.lang.String,AttributeSetBean> attributeSets(SchemaGroupNode groupStructure)
          A Map of all attribute sets that relate to a particular SchemaGroupNode.
 java.util.Map<java.lang.String,AttributeSetBean> getAttributeSets()
           
 java.util.Map<java.lang.String,EditorBean> getEditors()
           
 SchemaGroupNode getStructureRoot()
           
 SchemaInstanceNode instanceConfigPath(InfoNode node)
          The structure path is the pathId with "instances" replacing the id's of any instances in the path,ommitting the final "instances".
 SchemaGroupNode schemaGroupNode(DataNode node)
          The structure path is the pathId with "instances" replacing the id's of any instances in the path,ommitting the final "instances".
 void setAttributeSets(java.util.Map<java.lang.String,AttributeSetBean> attributeSets)
           
 void setEditors(java.util.Map<java.lang.String,EditorBean> editors)
           
 void setStructureRoot(SchemaGroupNode structureRoot)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

SchemaBean

public SchemaBean()
Method Detail

setAttributeSets

public void setAttributeSets(java.util.Map<java.lang.String,AttributeSetBean> attributeSets)

getAttributeSets

public java.util.Map<java.lang.String,AttributeSetBean> getAttributeSets()

setEditors

public void setEditors(java.util.Map<java.lang.String,EditorBean> editors)

getEditors

public java.util.Map<java.lang.String,EditorBean> getEditors()

setStructureRoot

public void setStructureRoot(SchemaGroupNode structureRoot)

getStructureRoot

public SchemaGroupNode getStructureRoot()

schemaGroupNode

public SchemaGroupNode schemaGroupNode(DataNode node)
The structure path is the pathId with "instances" replacing the id's of any instances in the path,ommitting the final "instances".


instanceConfigPath

public SchemaInstanceNode instanceConfigPath(InfoNode node)
The structure path is the pathId with "instances" replacing the id's of any instances in the path,ommitting the final "instances".


attributeSets

public java.util.Map<java.lang.String,AttributeSetBean> attributeSets(SchemaGroupNode groupStructure)
A Map of all attribute sets that relate to a particular SchemaGroupNode. The keys will be the id of the attribute sets, except that the local attribute set (including inherited local attribute sets) will be [id]:local.