|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use Properties | |
---|---|
infomat.algorithms | |
infomat.view | |
mro.util.properties | |
mro.util.properties.dialog |
Uses of Properties in infomat.algorithms |
---|
Methods in infomat.algorithms that return Properties | |
---|---|
Properties |
RelativeClusterer.getProperties()
|
Properties |
RandomClusterer.getProperties()
|
Properties |
KMeans.getProperties()
|
Methods in infomat.algorithms with parameters of type Properties | |
---|---|
void |
RelativeClusterer.setProperties(Properties properties)
|
void |
RandomClusterer.setProperties(Properties properties)
|
void |
KMeans.setProperties(Properties properties)
|
Constructors in infomat.algorithms with parameters of type Properties | |
---|---|
KMeans(Properties properties)
|
|
RandomClusterer(Properties properties)
|
Uses of Properties in infomat.view |
---|
Methods in infomat.view that return Properties | |
---|---|
Properties |
InfomatModel.getProperties()
|
Methods in infomat.view with parameters of type Properties | |
---|---|
void |
InfomatModel.setProperties(Properties properties)
|
Uses of Properties in mro.util.properties |
---|
Methods in mro.util.properties that return Properties | |
---|---|
Properties |
HasProperties.getProperties()
|
static Properties |
Properties.load(java.lang.String fileName)
Loads a Properties-object from a file with the specified file name. |
static Properties |
Properties.loadXML(org.xml.sax.InputSource source)
Loads a Properties-object from an java.io.InputSource . |
Methods in mro.util.properties with parameters of type Properties | |
---|---|
boolean |
Properties.sameOwnerIdentifier(Properties ps)
Returns true if this and ps has the same owner-object as decided by their owner identifier, an UniqueIdentifier . |
boolean |
Properties.sameRelatedIdentifiers(Properties ps)
Returns true if this and ps has the same related identifiers ( UniqueIdentifier -objects). |
void |
HasProperties.setProperties(Properties properties)
|
Constructors in mro.util.properties with parameters of type Properties | |
---|---|
Properties(Properties ps)
Copy constructor. |
Uses of Properties in mro.util.properties.dialog |
---|
Constructors in mro.util.properties.dialog with parameters of type Properties | |
---|---|
PropertiesFrame(Properties p)
|
|
PropertiesPanel(Properties properties)
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |