| Package | Description |
|---|---|
| onthology | |
| View | |
| Writer |
| Modifier and Type | Method and Description |
|---|---|
DataType |
TDataProperty.getRange()
GETTER: range
|
| Modifier and Type | Method and Description |
|---|---|
java.util.Map<java.lang.String,DataType> |
TClass.getDataProperties()
GETTER : dataProperties
|
java.util.Map<java.lang.String,DataType> |
TClass.getSuperDataProperties()
GETTER : superDataProperties
|
| Modifier and Type | Method and Description |
|---|---|
void |
TClass.addDataProperty(java.lang.String name,
DataType type)
Add a new data property in the data properties list
|
void |
TClass.addSuperDataProperty(java.lang.String name,
DataType type)
Add a data property in the list of recursive data properties
|
| Constructor and Description |
|---|
TDataProperty(java.lang.String name,
DataType range)
CONSTRUCTOR : initiate a new TDataProperty
|
| Modifier and Type | Method and Description |
|---|---|
void |
View.recursivePropagationOfProperty(TClass tclass,
java.lang.String name,
DataType type)
this method Recusively transfers the properties of a class to its
subclasses
this method is used to maintain the TClass tree up to date when some data properties are added |
| Modifier and Type | Method and Description |
|---|---|
static DataType |
DataType.fromRange(java.lang.String range)
Create a new Datatype Object by using the range of a data property,
extracted from a given ontology
|
DataType |
DataProperty.getDatatype()
GETTER : datatype
|
static DataType |
DataType.valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static DataType[] |
DataType.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
void |
Individual.addRandomTypedAttribute(java.lang.String name,
DataType type)
Add a new data property in the data properties array
The value will be randomly determined, depending of the property type |
| Constructor and Description |
|---|
DataProperty(java.lang.String name,
DataType datatype,
java.lang.Object value)
CONSTRUCTOR : initiate a new DataProperty
|