Class PropertyDescription

java.lang.Object
org.cristalise.kernel.property.PropertyDescription

public class PropertyDescription extends Object
  • Constructor Details

    • PropertyDescription

      public PropertyDescription()
  • Method Details

    • isTransitive

      public boolean isTransitive()
      Transitive Properties are converted to VertexProperties. ClassIdentifiers are Transitive as well
      Returns:
      if the PropertyDesc is transitive or not
    • setIsClassIdentifier

      public void setIsClassIdentifier(boolean flag)
    • setIsMutable

      public void setIsMutable(boolean mutable)
    • getIsClassIdentifier

      public boolean getIsClassIdentifier()
    • getIsMutable

      public boolean getIsMutable()
    • getProperty

      public Property getProperty()
      Instantiates a new Property from this definition
      Returns:
      the newly created Property