Uses of Class
edu.iu.iv.core.property.Property

Packages that use Property
edu.iu.iv.core.persistence The persistence layer serves to fulfill all the persistence needs of the system.  
edu.iu.iv.core.plugin   
edu.iu.iv.core.property   
 

Uses of Property in edu.iu.iv.core.persistence
 

Fields in edu.iu.iv.core.persistence declared as Property
static Property PersisterProperty.FORMAT_NAME
          The name of the format that this persister can persist data as.
static Property PersisterProperty.FORMAT_DESCRIPTION
          The description of this format in short.
static Property PersisterProperty.RESTORABLE_MODEL_NAME
          The name of the data model that can be restored by a persister.
static Property PersisterProperty.RESTORABLE_MODEL_DESCRIPTION
          The description of the data model that can be restored by a persister.
static Property PersisterProperty.SUPPORTED_FILE_EXTENSION
          The file extension supported by this persister.
static Property PersisterProperty.PERSISTER_NAME
          The name of this persister.
static Property PersisterProperty.PERSISTER_DESCRIPTION
          This property provides additional information and complements the PERSISTER_NAME property.
static Property PersisterProperty.FORMAT_CREATOR
          The name of the author who created/owns the format.
static Property PersisterProperty.FORMAT_DOCUMENTATION_LINK
           
static Property PersisterProperty.PERSISTER_DOCUMENTATION_LINK
          The URL to a resource that describes this persister and format in detail.
 

Uses of Property in edu.iu.iv.core.plugin
 

Fields in edu.iu.iv.core.plugin declared as Property
static Property PluginProperty.DOCUMENTATION_LINK
          Represents the property for a Documentation Link.
static Property PluginProperty.CITATION_STRING
          Represents the property for a citation string.
static Property PluginProperty.AUTHOR
          Represents the property for the Author of the algorithm the plugin is written around.
 

Uses of Property in edu.iu.iv.core.property
 

Subclasses of Property in edu.iu.iv.core.property
 class URLProperty
           
 

Methods in edu.iu.iv.core.property with parameters of type Property
 void PropertyMap.put(Property property, java.lang.Object value)
           
 void PropertyMap.setPropertyValue(Property property, java.lang.Object value)
          Sets an associated value for the property.
 java.lang.Object PropertyMap.getPropertyValue(Property property)
          Get the value associated with the given property.