com.bt.exact_tech.ui.editors
Class DescEditor.OptionStorage

java.lang.Object
  extended by com.bt.exact_tech.ui.editors.DescEditor.OptionStorage
Enclosing class:
DescEditor

public class DescEditor.OptionStorage
extends java.lang.Object

Holds the needed information to fill the right-click menu
with available attributes for the choosen Instance of a Concept.
The information is found by traversing the WSMONavigator tree from
the choosen Concept to the root of the Concept Tree, to include Inherited
Attributes.

Author:
Lenni Madsen

Field Summary
 org.omwg.ontology.Attribute attribute
           
 org.wsmo.common.Identifier conceptID
           
 java.lang.String label
           
 java.lang.Object[] types
           
 
Constructor Summary
DescEditor.OptionStorage()
           
DescEditor.OptionStorage(java.lang.String t, java.lang.Object[] obj, org.wsmo.common.Identifier id, org.omwg.ontology.Attribute attr)
           
 
Method Summary
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

label

public java.lang.String label

types

public java.lang.Object[] types

conceptID

public org.wsmo.common.Identifier conceptID

attribute

public org.omwg.ontology.Attribute attribute
Constructor Detail

DescEditor.OptionStorage

DescEditor.OptionStorage()

DescEditor.OptionStorage

DescEditor.OptionStorage(java.lang.String t,
                         java.lang.Object[] obj,
                         org.wsmo.common.Identifier id,
                         org.omwg.ontology.Attribute attr)