| Package | Description |
|---|---|
| org.cristalise.kernel.collection |
Collections are Item local objects that reference other Items.
|
| org.cristalise.kernel.entity.agent |
The implementation of Agents, and their Jobs.
|
| org.cristalise.kernel.graph.model | |
| org.cristalise.kernel.utils |
| Modifier and Type | Method and Description |
|---|---|
boolean |
Dependency.containsBuiltInProperty(BuiltInVertexProperties prop)
Method of convenience to check if property exists
|
Object |
Dependency.getBuiltInProperty(BuiltInVertexProperties prop)
Method of convenience to get property value using BuiltInVertexProperties
|
Object |
DependencyMember.getBuiltInProperty(BuiltInVertexProperties prop) |
void |
DependencyMember.setBuiltInProperty(BuiltInVertexProperties prop,
Object val) |
| Modifier and Type | Method and Description |
|---|---|
Object |
Job.getActProp(BuiltInVertexProperties name) |
Object |
Job.getActProp(BuiltInVertexProperties name,
Object defaultValue) |
String |
Job.getActPropString(BuiltInVertexProperties name) |
void |
Job.setActProp(BuiltInVertexProperties prop,
Object value) |
| Modifier and Type | Method and Description |
|---|---|
static BuiltInVertexProperties |
BuiltInVertexProperties.getValue(String propName) |
static BuiltInVertexProperties |
BuiltInVertexProperties.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static BuiltInVertexProperties[] |
BuiltInVertexProperties.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
Object |
GraphableVertex.getBuiltInProperty(BuiltInVertexProperties prop) |
Object |
GraphableVertex.getBuiltInProperty(BuiltInVertexProperties prop,
Object defaultVal) |
void |
GraphableVertex.setBuiltInProperty(BuiltInVertexProperties prop,
Object val) |
void |
GraphableVertex.updatePropertiesFromCollection(BuiltInVertexProperties vertexProp,
CastorHashMap newProps) |
| Modifier and Type | Method and Description |
|---|---|
Object |
CastorHashMap.getBuiltInProperty(BuiltInVertexProperties prop) |
boolean |
CastorHashMap.isAbstract(BuiltInVertexProperties prop) |
void |
CastorHashMap.setBuiltInProperty(BuiltInVertexProperties prop,
Object value) |
void |
CastorHashMap.setBuiltInProperty(BuiltInVertexProperties prop,
Object value,
boolean isAbstract) |
Copyright © 1997–2020 CRISTAL-iSE. All rights reserved.