Uses of Enum Class
org.cristalise.kernel.graph.model.BuiltInVertexProperties
Packages that use BuiltInVertexProperties
Package
Description
Collections are Item local objects that reference other Items.
This file is part of the CRISTAL-iSE kernel.
-
Uses of BuiltInVertexProperties in org.cristalise.kernel.collection
Methods in org.cristalise.kernel.collection with parameters of type BuiltInVertexPropertiesModifier and TypeMethodDescriptionbooleanDependency.containsBuiltInProperty(BuiltInVertexProperties prop) Method of convenience to check if property existsDependency.getBuiltInProperty(BuiltInVertexProperties prop) Method of convenience to get property value using BuiltInVertexPropertiesDependency.getBuiltInProperty(BuiltInVertexProperties prop, Object defValue) Method of convenience to get property value using BuiltInVertexPropertiesDependencyMember.getBuiltInProperty(BuiltInVertexProperties prop) voidDependencyMember.setBuiltInProperty(BuiltInVertexProperties prop, Object val) -
Uses of BuiltInVertexProperties in org.cristalise.kernel.entity
Methods in org.cristalise.kernel.entity with parameters of type BuiltInVertexPropertiesModifier and TypeMethodDescriptionJob.getActProp(BuiltInVertexProperties name) Job.getActProp(BuiltInVertexProperties name, Object defaultValue) Job.getActPropString(BuiltInVertexProperties name) voidJob.setActProp(BuiltInVertexProperties prop, Object value) -
Uses of BuiltInVertexProperties in org.cristalise.kernel.graph.model
Methods in org.cristalise.kernel.graph.model that return BuiltInVertexPropertiesModifier and TypeMethodDescriptionstatic BuiltInVertexPropertiesstatic BuiltInVertexPropertiesReturns the enum constant of this class with the specified name.static BuiltInVertexProperties[]BuiltInVertexProperties.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in org.cristalise.kernel.graph.model with parameters of type BuiltInVertexPropertiesModifier and TypeMethodDescriptionGraphableVertex.getBuiltInProperty(BuiltInVertexProperties prop) GraphableVertex.getBuiltInProperty(BuiltInVertexProperties prop, Object defaultVal) voidGraphableVertex.setBuiltInProperty(BuiltInVertexProperties prop, Object val) voidGraphableVertex.updatePropertiesFromCollection(BuiltInVertexProperties vertexProp, CastorHashMap newProps) -
Uses of BuiltInVertexProperties in org.cristalise.kernel.utils
Methods in org.cristalise.kernel.utils with parameters of type BuiltInVertexPropertiesModifier and TypeMethodDescriptionCastorHashMap.getBuiltInProperty(BuiltInVertexProperties prop) CastorHashMap.getBuiltInProperty(BuiltInVertexProperties prop, Object defValue) booleanCastorHashMap.isAbstract(BuiltInVertexProperties prop) voidCastorHashMap.setBuiltInProperty(BuiltInVertexProperties prop, Object value) voidCastorHashMap.setBuiltInProperty(BuiltInVertexProperties prop, Object value, boolean isAbstract)