Cactus (CCTK) Ontology
proposing rdf meta data for Cactus
  • Introduction
  • Astrogrid Ontology
  • Cactus Ontology
  • Cactus Classes

    • Cactus
    • Thorn
    • Flesh
    • ParameterFile
    • Parameter
    • StringParameter
    • BooleanParameter
    • IntegerParameter
    • RealParameter

    Cactus Properties

    • name
    • desciption
    • location
    • value
    • stringValue
    • booleanValue
    • integerValue
    • realValue
    • steerable
    • version
    • parameterFile
    • compileDate
    • thornList
    • parameterList
    • active
    • Class: Cactus
    • an instance of this class represents a Cactus simulation
      • subclass of: astrogrid:Application
      • astrogrid:SimpleApplication
      • astrogrid:ParallelApplication
      • property: parameterFile
      • links to class ParameterFile
      • property: thornList
      • links to class ThornList
      • property: parameterList
      • links to class ParameterList
      • property: version
      • links to xsd:string
      • property: description
      • links to xsd:string
      • property: compileDate
      • links to xsd:date
    • Class: Thorn
    • an instance of this class represents a Cactus thorn
      • property: parameterList
      • links to class Parameter
      • property: name
      • links to xsd:string
      • property: description
      • links to xsd:string
    • Class: Flesh
    • an instance of this class represents the Flesh (core) of a Cactus simulation
      • property: description
      • links to xsd:string
    • Class: ParameterFile
    • an instance of this class represents a parameter file, which is needed to run a Cactus simulation
      • property: name
      • links to xsd:string
      • property: description
      • links to xsd:string
      • property: location
      • links to xsd:string
      • property: value
      • links to xsd:string
    • Class: Parameter
    • an instance of this class represents a general parameter
      • property: name
      • links to xsd:string
      • property: value
      • links to xsd:string
      • property: steerable
      • links to xsd:boolean
    • Class: StringParameter
    • an instance of this class represents a parameter of type string
      • subclass of: Parameter
      • property: value
      • links to xsd:string
    • Class: BooleanParameter
    • an instance of this class represents a Parameter of type boolean
      • subclass of: Parameter
      • property: value
      • links to xsd:boolean
    • Class: IntegerParameter
    • an instance of this class represents a parameter of type integer
      • subclass of: Parameter
      • property: value
      • links to xsd:integer
    • Class: RealParameter
    • an instance of this class represents a parameter of type real
      • subclass of: Parameter
      • property: value
      • links to xsd:real
    • Property: name
      • domain:
      • Thorn
      • Parameter
      • ParameterFile
      • range:
      • xsd:string
    • Property: location
      • domain:
      • ParameterFile
      • range:
      • xsd:string
    • Property: value
      • domain:
      • Parameter
      • ParameterFile
      • range:
      • xsd:string
    • Property: stringValue
      • domain:
      • StringParameter
      • range:
      • xsd:string
    • Property: booleanValue
      • domain:
      • BooleanParameter
      • range:
      • xsd:boolean
    • Property: integerValue
      • domain:
      • IntegerParameter
      • range:
      • xsd:integer
    • Property: realValue
      • domain:
      • RealParameter
      • range:
      • xsd:real
    • Property: steerable
      • domain:
      • Parameter
      • range:
      • xsd:boolean
    • Property: version
      • domain:
      • Cactus
      • range:
      • xsd:string
    • Property: description
      • domain:
      • Cactus
      • Flesh
      • Thorn
      • Parameter
      • ParameterFile
      • range:
      • xsd:string
    • Property: parameterFile
      • domain:
      • Cactus
      • range:
      • ParameterFile
    • Property: compileDate
      • domain:
      • Cactus
      • range:
      • xsd:date
    • Property: thornList
      • domain:
      • Cactus
      • range:
      • Thorn
    • Property: parameterList
      • domain:
      • Cactus
      • Thorn
      • range:
      • Parameter
    • Property: active
      • domain:
      • Thorn
      • range:
      • xsd:boolean
    • cctk.owl
    • prototype.owl
    • Robert Engel, Max-Planck Institut for Gravitational Physics