Actual Argument (OWL Class)
The actual argument of a method
Definition
The URI of this class is http://rdf.webofcode.org/woc/ActualArgument
This class is a sub class of | Expression |
This class is a disjoint class of | Assignment Expression Executable invocation expression |
In use
This class is used in | has argument |
Annotation (OWL Class)
An annotation
Definition
The URI of this class is http://rdf.webofcode.org/woc/AnnotationType
This class is a sub class of | Type |
This class is a disjoint class of | Array Complex Type Parameterized Type Primitive Type Type Variable Wildcard |
In use
This class is used in | has annotation is annotation of |
Anonymous Class (OWL Class)
An anonymous class
Definition
The URI of this class is http://rdf.webofcode.org/woc/AnonymousClass
This class is a sub class of | Class |
Array (OWL Class)
An array type
Definition
The URI of this class is http://rdf.webofcode.org/woc/ArrayType
This class is a sub class of | Type |
This class is a disjoint class of | Annotation Complex Type Parameterized Type Primitive Type Type Variable Wildcard |
In use
This class is used in | dimensions is array of |
Assert Statement (OWL Class)
An assert statement
Definition
The URI of this class is http://rdf.webofcode.org/woc/AssertStatement
This class is a sub class of | Statement |
This class is a disjoint class of | Block Statement Control Flow Statement Declaration statement Expression statement Synchronized Statement Throw Statement Try Statement |
In use
This class is used in | has assert expression is subexpression of |
Assignment Expression (OWL Class)
An assignment expression. It involves one of the following operators: =, *=, /=, %=, +=, -=, <<=, >>=, >>>=, &=, ^=, |=
Definition
The URI of this class is http://rdf.webofcode.org/woc/AssignmentExpression
This class is a sub class of | Expression |
This class is a disjoint class of | Actual Argument Executable invocation expression |
In use
This class is used in | has left hand side is left hand side of |
Block Statement (OWL Class)
A block
Definition
The URI of this class is http://rdf.webofcode.org/woc/BlockStatement
This class is a sub class of | Statement |
This class is a super class of | Catch Block Finally Block Labeled Block |
This class is a disjoint class of | Assert Statement Control Flow Statement Declaration statement Expression statement Synchronized Statement Throw Statement Try Statement |
In use
This class is used in | end line has body is body of |
Branching Statement (OWL Class)
A branching statement, namely a break statement, a continue statement or a return statement
Definition
The URI of this class is http://rdf.webofcode.org/woc/BranchingStatement
This class is a sub class of | Control Flow Statement |
This class is a super class of | Break Statement Continue Statement Return Statement |
This class is a disjoint class of | Decision Making Statement Loop Statement |
Break Statement (OWL Class)
The BreakStatement class represents a break statement. The break statement has two forms: labeled and unlabeled. In case a break statement is labeled, the label is defined through the targetedLabel property
Definition
The URI of this class is http://rdf.webofcode.org/woc/BreakStatement
This class is a sub class of | Branching Statement |
This class is a disjoint class of | Continue Statement Return Statement |
Case Labeled Block (OWL Class)
A case-labeled list of statements
Definition
The URI of this class is http://rdf.webofcode.org/woc/CaseLabeledBlock
This class is a sub class of | Labeled Block |
Catch Block (OWL Class)
A catch block
Definition
The URI of this class is http://rdf.webofcode.org/woc/CatchBlock
This class is a sub class of | Block Statement |
This class is a disjoint class of | Finally Block Labeled Block |
In use
This class is used in | has catch clause has catch formal parameter is catch clause of |
Class (OWL Class)
A class
Definition
The URI of this class is http://rdf.webofcode.org/woc/Class
This class is a sub class of | Complex Type |
This class is a super class of | Anonymous Class |
This class is a disjoint class of | Enum Interface |
In use
This class is used in | constructs has catch formal parameter implements is constructed by is implemented by is thrown by throws |
Class Declaration Statement (OWL Class)
A statement that corresponds to the declaration of a local class
Definition
The URI of this class is http://rdf.webofcode.org/woc/ClassDeclarationStatement
This class is a sub class of | Declaration statement |
This class is a disjoint class of | Variable Declaration |
Class Instance Creation Expression (OWL Class)
An expression that creates a class instance, in other words a constructor call
Definition
The URI of this class is http://rdf.webofcode.org/woc/ClassInstanceCreationExpression
This class is a sub class of | Executable invocation expression |
This class is a disjoint class of | Method Invocation Expression |
Code Element (OWL Class)
A generic element in source code
Definition
The URI of this class is http://rdf.webofcode.org/woc/CodeElement
This class is a super class of | Executable Expression Modifiable Modifier Package Statement Type Type Argument Variable |
This class is a disjoint class of | Library Project |
In use
This class is used in | declares has annotation is annotation of is declared by is referenced by position references source code |
Complex Type (OWL Class)
A class or an enumeration or an interface
Definition
The URI of this class is http://rdf.webofcode.org/woc/ComplexType
This class is a sub class of | Modifiable Type |
This class is a super class of | Class Enum Interface |
This class is a disjoint class of | Annotation Array Parameterized Type Primitive Type Type Variable Wildcard |
In use
This class is used in | has canonical name has field has method has simple name is field of is method of |
Constructor (OWL Class)
A constructor of a Class
Definition
The URI of this class is http://rdf.webofcode.org/woc/Constructor
This class is a sub class of | Executable |
This class is a disjoint class of | Method |
In use
This class is used in | has constructor is constructor of |
Continue Statement (OWL Class)
A continue statement
Definition
The URI of this class is http://rdf.webofcode.org/woc/ContinueStatement
This class is a sub class of | Branching Statement |
This class is a disjoint class of | Break Statement Return Statement |
Control Flow Statement (OWL Class)
A control flow statement, that is a statement that regulates the order in which statements are executed. Control Flow Statements break up the flow of execution by employing decision making, looping, or branching.
Definition
The URI of this class is http://rdf.webofcode.org/woc/ControlFlowStatement
This class is a sub class of | Statement |
This class is a super class of | Branching Statement Decision Making Statement Loop Statement |
This class is a disjoint class of | Assert Statement Block Statement Declaration statement Expression statement Synchronized Statement Throw Statement Try Statement |
Decision Making Statement (OWL Class)
A Decision Making Statement, that is a statement that break up the flow of execution by employing decision making. It can either be a if-then-else statement or a switch statement.
Definition
The URI of this class is http://rdf.webofcode.org/woc/DecisionMakingStatement
This class is a sub class of | Control Flow Statement |
This class is a super class of | If-then-else statement Switch Statement |
This class is a disjoint class of | Branching Statement Loop Statement |
Declaration statement (OWL Class)
A statement that holds a declaration
Definition
The URI of this class is http://rdf.webofcode.org/woc/DeclarationStatement
This class is a sub class of | Statement |
This class is a super class of | Class Declaration Statement Variable Declaration |
This class is a disjoint class of | Assert Statement Block Statement Control Flow Statement Expression statement Synchronized Statement Throw Statement Try Statement |
Default Labeled Block (OWL Class)
A default-labeled block
Definition
The URI of this class is http://rdf.webofcode.org/woc/DefaultLabeledBlock
This class is a sub class of | Labeled Block |
Do Statement (OWL Class)
A do-while statement
Definition
The URI of this class is http://rdf.webofcode.org/woc/DoStatement
This class is a sub class of | Loop Statement |
This class is a disjoint class of | For Statement ForEach Statement While Statement |
Enum (OWL Class)
An enumeration
Definition
The URI of this class is http://rdf.webofcode.org/woc/Enum
This class is a sub class of | Complex Type |
This class is a disjoint class of | Class Interface |
Executable (OWL Class)
An executable block of code, namely a Method or a Constructor
Definition
The URI of this class is http://rdf.webofcode.org/woc/Executable
This class is a sub class of | Code Element Modifiable |
This class is a super class of | Constructor Method |
This class is a disjoint class of | Expression Modifier Package Statement Type Type Argument Variable |
In use
This class is used in | constructs has parameter invokes is constructed by is parameter of is thrown by is var args throws |
Executable invocation expression (OWL Class)
An invocation of either a method or a constructor.
Definition
The URI of this class is http://rdf.webofcode.org/woc/ExecutableInvocationExpression
This class is a sub class of | Expression |
This class is a super class of | Class Instance Creation Expression Method Invocation Expression |
This class is a disjoint class of | Actual Argument Assignment Expression |
In use
This class is used in | has argument invokes |
Expression (OWL Class)
A generic expression
Definition
The URI of this class is http://rdf.webofcode.org/woc/Expression
This class is a sub class of | Code Element |
This class is a super class of | Actual Argument Assignment Expression Executable invocation expression |
This class is a disjoint class of | Executable Modifier Package Statement Type Type Argument Variable |
In use
Expression statement (OWL Class)
An expression statement. that is a statement that wraps an expression
Definition
The URI of this class is http://rdf.webofcode.org/woc/ExpressionStatement
This class is a sub class of | Statement |
This class is a disjoint class of | Assert Statement Block Statement Control Flow Statement Declaration statement Synchronized Statement Throw Statement Try Statement |
Field (OWL Class)
A class field
Definition
The URI of this class is http://rdf.webofcode.org/woc/Field
This class is a sub class of | Modifiable Variable |
This class is a disjoint class of | Local Variable Parameter |
In use
This class is used in | has field is field of |
Field Declaration (OWL Class)
The declaration of a field
Definition
The URI of this class is http://rdf.webofcode.org/woc/FieldDeclarationStatement
This class is a sub class of | Variable Declaration |
This class is a disjoint class of | Local Variable Declaration Statement |
Finally Block (OWL Class)
A finally block
Definition
The URI of this class is http://rdf.webofcode.org/woc/FinallyBlock
This class is a sub class of | Block Statement |
This class is a disjoint class of | Catch Block Labeled Block |
In use
This class is used in | has finally clause is finally clause of |
For Statement (OWL Class)
A for statement
Definition
The URI of this class is http://rdf.webofcode.org/woc/ForStatement
This class is a sub class of | Loop Statement |
This class is a disjoint class of | Do Statement ForEach Statement While Statement |
In use
This class is used in | has for init has for update is for init of is for update of |
ForEach Statement (OWL Class)
A for-each statement, also known as enhanced for statement
Definition
The URI of this class is http://rdf.webofcode.org/woc/ForEachStatement
This class is a sub class of | Loop Statement |
This class is a disjoint class of | Do Statement For Statement While Statement |
In use
This class is used in | has variable |
Gradle Project (OWL Class)
A gradle project
Definition
The URI of this class is http://rdf.webofcode.org/woc/GradleProject
This class is a sub class of | Project |
If-then-else statement (OWL Class)
A If-then-else statement
Definition
The URI of this class is http://rdf.webofcode.org/woc/IfThenElseStatement
This class is a sub class of | Decision Making Statement |
This class is a disjoint class of | Switch Statement |
In use
This class is used in | has else branch has then branch is else branch of is then branch of |
Interface (OWL Class)
An interface
Definition
The URI of this class is http://rdf.webofcode.org/woc/Interface
This class is a sub class of | Complex Type |
This class is a disjoint class of | Class Enum |
In use
This class is used in | implements is implemented by |
Labeled Block (OWL Class)
A labeled block of code, namely a case-labeled block or a default-labeled block
Definition
The URI of this class is http://rdf.webofcode.org/woc/LabeledBlock
This class is a sub class of | Block Statement |
This class is a super class of | Case Labeled Block Default Labeled Block |
This class is a disjoint class of | Catch Block Finally Block |
In use
This class is used in | has switch label is switch label of |
Library (OWL Class)
A library
Definition
The URI of this class is http://rdf.webofcode.org/woc/Library
This class is a disjoint class of | Code Element Project |
In use
This class is used in | has dependency is dependency of |
Local Variable (OWL Class)
A local variable
Definition
The URI of this class is http://rdf.webofcode.org/woc/LocalVariable
This class is a sub class of | Variable |
This class is a disjoint class of | Field Parameter |
In use
This class is used in | has resource has variable |
Local Variable Declaration Statement (OWL Class)
A local variable declaration
Definition
The URI of this class is http://rdf.webofcode.org/woc/LocalVariableDeclarationStatement
This class is a sub class of | Variable Declaration |
This class is a disjoint class of | Field Declaration |
Loop Statement (OWL Class)
A loop statement.
Definition
The URI of this class is http://rdf.webofcode.org/woc/LoopStatement
This class is a sub class of | Control Flow Statement |
This class is a super class of | Do Statement For Statement ForEach Statement While Statement |
This class is a disjoint class of | Branching Statement Decision Making Statement |
Maven Project (OWL Class)
A maven project
Definition
The URI of this class is http://rdf.webofcode.org/woc/MavenProject
This class is a sub class of | Project |
Method (OWL Class)
A Method
Definition
The URI of this class is http://rdf.webofcode.org/woc/Method
This class is a sub class of | Executable |
This class is a disjoint class of | Constructor |
In use
This class is used in | has method has return type is method of is overridden by is return type of is returned by overrides returns |
Method Invocation Expression (OWL Class)
A method call
Definition
The URI of this class is http://rdf.webofcode.org/woc/MethodInvocationExpression
This class is a sub class of | Executable invocation expression |
This class is a disjoint class of | Class Instance Creation Expression |
In use
This class is used in | has target is target of |
Modifiable (OWL Class)
An element that can have a modifier
Definition
The URI of this class is http://rdf.webofcode.org/woc/Modifiable
This class is a sub class of | Code Element |
This class is a super class of | Complex Type Executable Field |
In use
This class is used in | has modifier is modifier of |
Modifier (OWL Class)
A modifier
Definition
The URI of this class is http://rdf.webofcode.org/woc/Modifier
This class is a sub class of | Code Element |
This class is a super class of | Access Modifier |
This class is a disjoint class of | Executable Expression Package Statement Type Type Argument Variable |
In use
This class is used in | has modifier is modifier of |
This class has individuals such as | Abstract Final Static Synchronized Volatile |
Package (OWL Class)
A Package
Definition
The URI of this class is http://rdf.webofcode.org/woc/Package
This class is a sub class of | Code Element |
This class is a disjoint class of | Executable Expression Modifier Statement Type Type Argument Variable |
In use
This class is used in | has package has project is package of is project of |
Parameter (OWL Class)
A formal parameter
Definition
The URI of this class is http://rdf.webofcode.org/woc/Parameter
This class is a sub class of | Variable |
This class is a disjoint class of | Field Local Variable |
In use
This class is used in | has parameter is parameter of |
Parameterized Type (OWL Class)
A parameterized type is a particular parameterization of a generic type denoted by a specified list of type arguments
Definition
The URI of this class is http://rdf.webofcode.org/woc/ParameterizedType
This class is a sub class of | Type |
This class is a disjoint class of | Annotation Array Complex Type Primitive Type Type Variable Wildcard |
In use
This class is used in | has actual type argument has generic type |
Primitive Type (OWL Class)
A primitive type
Definition
The URI of this class is http://rdf.webofcode.org/woc/PrimitiveType
This class is a sub class of | Type |
This class is a disjoint class of | Annotation Array Complex Type Parameterized Type Type Variable Wildcard |
Project (OWL Class)
A project
Definition
The URI of this class is http://rdf.webofcode.org/woc/Project
This class is a super class of | Gradle Project Maven Project |
This class is a disjoint class of | Code Element Library |
In use
This class is used in | build file has dependency has project has subproject is dependency of is project of is subproject of |
Return Statement (OWL Class)
A return statement
Definition
The URI of this class is http://rdf.webofcode.org/woc/ReturnStatement
This class is a sub class of | Branching Statement |
This class is a disjoint class of | Break Statement Continue Statement |
In use
This class is used in | has returned expression is returned expression of |
Statement (OWL Class)
A generic statement
Definition
The URI of this class is http://rdf.webofcode.org/woc/Statement
This class is a sub class of | Code Element |
This class is a super class of | Assert Statement Block Statement Control Flow Statement Declaration statement Expression statement Synchronized Statement Throw Statement Try Statement |
This class is a disjoint class of | Executable Expression Modifier Package Type Type Argument Variable |
In use
This class is used in | has else branch has previous statement has substatement has then branch is else branch of is substatement of is then branch of label next |
Switch Statement (OWL Class)
A switch statement
Definition
The URI of this class is http://rdf.webofcode.org/woc/SwitchStatement
This class is a sub class of | Decision Making Statement |
This class is a disjoint class of | If-then-else statement |
In use
This class is used in | has switch label is switch label of |
Synchronized Statement (OWL Class)
A synchronized statement, that is a statement that acquires a mutual-exclusion lock on behalf of the executiing-thread, executes a block, then release the lock. In java it is of the form: synchronized <Expression> <Block>
Definition
The URI of this class is http://rdf.webofcode.org/woc/SynchronizedStatement
This class is a sub class of | Statement |
This class is a disjoint class of | Assert Statement Block Statement Control Flow Statement Declaration statement Expression statement Throw Statement Try Statement |
Throw Statement (OWL Class)
A throw statement, that is a statement that causes an exception to be thrown
Definition
The URI of this class is http://rdf.webofcode.org/woc/ThrowStatement
This class is a sub class of | Statement |
This class is a disjoint class of | Assert Statement Block Statement Control Flow Statement Declaration statement Expression statement Synchronized Statement Try Statement |
In use
This class is used in | has thrown expression is thrown expression of |
Try Statement (OWL Class)
A try statement
Definition
The URI of this class is http://rdf.webofcode.org/woc/TryStatement
This class is a sub class of | Statement |
This class is a disjoint class of | Assert Statement Block Statement Control Flow Statement Declaration statement Expression statement Synchronized Statement Throw Statement |
In use
This class is used in | has catch clause has finally clause has resource is catch clause of is finally clause of |
Type (OWL Class)
A type
Definition
The URI of this class is http://rdf.webofcode.org/woc/Type
This class is a sub class of | Code Element |
This class is a super class of | Annotation Array Complex Type Parameterized Type Primitive Type Type Variable Wildcard |
This class is a disjoint class of | Executable Expression Modifier Package Statement Type Argument Variable |
In use
This class is used in | has return type has type is array of is return type of is type of |
Type Argument (OWL Class)
This class defines the actual type argument of a parameterized type
Definition
The URI of this class is http://rdf.webofcode.org/woc/TypeArgument
This class is a sub class of | Code Element |
This class is a disjoint class of | Executable Expression Modifier Package Statement Type Variable |
In use
This class is used in | has actual type argument |
Type Variable (OWL Class)
A type variable is an unqualified identifier used as a type. It is introduced by the declaration of a generic class, interface, method, or constructor
Definition
The URI of this class is http://rdf.webofcode.org/woc/TypeVariable
This class is a sub class of | Type |
This class is a disjoint class of | Annotation Array Complex Type Parameterized Type Primitive Type Wildcard |
In use
This class is used in | has formal type parameter |
Variable (OWL Class)
A variable
Definition
The URI of this class is http://rdf.webofcode.org/woc/Variable
This class is a sub class of | Code Element |
This class is a super class of | Field Local Variable Parameter |
This class is a disjoint class of | Executable Expression Modifier Package Statement Type Type Argument |
In use
This class is used in | has declaration is returned by returns |
Variable Declaration (OWL Class)
A statement that represents the declaration of a variable
Definition
The URI of this class is http://rdf.webofcode.org/woc/VariableDeclarationStatement
This class is a sub class of | Declaration statement |
This class is a super class of | Field Declaration Local Variable Declaration Statement |
This class is a disjoint class of | Class Declaration Statement |
In use
This class is used in | has declaration has initializer is initializer of |
While Statement (OWL Class)
A while statement
Definition
The URI of this class is http://rdf.webofcode.org/woc/WhileStatement
This class is a sub class of | Loop Statement |
This class is a disjoint class of | Do Statement For Statement ForEach Statement |
Wildcard (OWL Class)
A wildcard
Definition
The URI of this class is http://rdf.webofcode.org/woc/Wildcard
This class is a sub class of | Type |
This class is a disjoint class of | Annotation Array Complex Type Parameterized Type Primitive Type Type Variable |
In use
This class is used in | has super bound |
build file (Property)
Links a project to the content of its build file.
Definition
The URI of this property is http://rdf.webofcode.org/woc/hasBuildFile
This property is a functional, data property.
The domain of this property is | Project |
The range of this property is | xsd:string |
constructs (Property)
The constructs property relates an executable to the classes it constructs.
Definition
The URI of this property is http://rdf.webofcode.org/woc/constructs
This property is a object property.
This property is a inverse property of | is constructed by |
The domain of this property is | Executable |
The range of this property is | Class |
This property is a sub property of | references |
declares (Property)
The declares property relates a code element to the elements it declares. For instance, a class is linked to its fields, methods and constructors.
Definition
The URI of this property is http://rdf.webofcode.org/woc/declares
This property is a inverse functional, object property.
This property is a inverse property of | is declared by |
The domain of this property is | Code Element |
The range of this property is | Code Element |
This property is a sub property of | has Part |
This property is a super property of | has constructor has field has method is package of |
dimensions (Property)
Links an array to the number of its dimensions. As an example, an array of type "int[][][]" has a dimensions count of 3
end line (Property)
Links a statement to the number of the last line it covers
Definition
The URI of this property is http://rdf.webofcode.org/woc/hasEndLine
This property is a functional, data property.
The domain of this property is | Block Statement |
The range of this property is | xsd:int |
extends (Property)
The extends property relates a class, an interface, a type variable or a wildacard to the types it extends.
Definition
The URI of this property is http://rdf.webofcode.org/woc/extends
This property is a functional, object property.
This property is a inverse property of | has subclass |
The complex domain of this property is the union of | Class Interface Type Variable Wildcard |
This property is a sub property of | specializes |
generalizes (Property)
No description available
Definition
The URI of this property is http://rdf-vocabulary.ddialliance.org/xkos#generalizes
This property is a object property.
This property is a super property of | has subclass has super bound is implemented by is overridden by |
has actual type argument (Property)
The hasActualTypeArgument property relates a parameterized type to each of its actual type arguments
Definition
The URI of this property is http://rdf.webofcode.org/woc/hasActualTypeArgument
This property is a object property.
The domain of this property is | Parameterized Type |
The range of this property is | Type Argument |
has annotation (Property)
The hasAnnotation property relates a code element to its annotations
Definition
The URI of this property is http://rdf.webofcode.org/woc/hasAnnotation
This property is a object property.
This property is a inverse property of | is annotation of |
The domain of this property is | Code Element |
The range of this property is | Annotation |
has argument (Property)
The hasArgument property relates an executable invocation to each of its actual arguments.
Definition
The URI of this property is http://rdf.webofcode.org/woc/hasArgument
This property is a object property.
The domain of this property is | Executable invocation expression |
The range of this property is | Actual Argument |
has assert expression (Property)
The hasAssertExpression property relates an assert statement to the boolean expression asserted to be true
Definition
The URI of this property is http://rdf.webofcode.org/woc/hasAssertExpression
This property is a functional, inverse functional, object property.
This property is a inverse property of | is subexpression of |
The domain of this property is | Assert Statement |
The range of this property is | Expression |
This property is a sub property of | has subexpression |
has body (Property)
The hasBody property relates an executable or a statement to its body.
Definition
The URI of this property is http://rdf.webofcode.org/woc/hasBody
This property is a functional, inverse functional, object property.
This property is a inverse property of | is body of |
The complex domain of this property is the union of | Executable Loop Statement Try Statement |
The range of this property is | Block Statement |
This property is a sub property of | has substatement |
has canonical name (Property)
Links a class, enum or interface to its canonical name. For instance, the class Java.lang.String is linked to the string "java.lang.string"
Definition
The URI of this property is http://rdf.webofcode.org/woc/hasCanonicalName
This property is a data property.
The domain of this property is | Complex Type |
The range of this property is | xsd:string |
This property is a sub property of | name |
has catch clause (Property)
The hasCatchClause property relates a try statement to the relative catch clauses.
Definition
The URI of this property is http://rdf.webofcode.org/woc/hasCatchClause
This property is a inverse functional, object property.
This property is a inverse property of | is catch clause of |
The domain of this property is | Try Statement |
The range of this property is | Catch Block |
This property is a sub property of | has substatement |
has catch formal parameter (Property)
The hasCatchFormalParameter property relates a catch clause to its formal parameters, namely the throwable objects it caughts
Definition
The URI of this property is http://rdf.webofcode.org/woc/hasCatchFormalParameter
This property is a object property.
The domain of this property is | Catch Block |
The range of this property is | Class |
has condition (Property)
The hasCondition property specifies a condition for a statement to be executed.
Definition
The URI of this property is http://rdf.webofcode.org/woc/hasCondition
This property is a functional, inverse functional, object property.
This property is a inverse property of | is condition of |
The complex domain of this property is the union of | Do Statement For Statement If-then-else statement While Statement |
The range of this property is | Expression |
This property is a sub property of | has subexpression |
has constructor (Property)
The hasConstructor property relates a class to its constructors.
Definition
The URI of this property is http://rdf.webofcode.org/woc/hasConstructor
This property is a inverse functional, object property.
This property is a inverse property of | is constructor of |
The complex domain of this property is the union of | Class Enum |
The range of this property is | Constructor |
This property is a sub property of | declares |
has declaration (Property)
The hasDeclaration property relates a variable to the statement it was declared by.
Definition
The URI of this property is http://rdf.webofcode.org/woc/hasDeclaration
This property is a functional, object property.
The domain of this property is | Variable |
The range of this property is | Variable Declaration |
has dependency (Property)
The hasDependency property relates a project to its dependencies.
Definition
The URI of this property is http://rdf.webofcode.org/woc/hasDependency
This property is a object property.
This property is a inverse property of | is dependency of |
The domain of this property is | Project |
The range of this property is | Library |
has else branch (Property)
The hasElseBranch property relates a if-then-else statement to the statement in the else branch.
Definition
The URI of this property is http://rdf.webofcode.org/woc/hasElseBranch
This property is a functional, inverse functional, object property.
This property is a inverse property of | is else branch of |
The domain of this property is | If-then-else statement |
The range of this property is | Statement |
This property is a sub property of | has substatement |
has field (Property)
The hasField property relates a class to its fields
Definition
The URI of this property is http://rdf.webofcode.org/woc/hasField
This property is a inverse functional, object property.
This property is a inverse property of | is field of |
The domain of this property is | Complex Type |
The range of this property is | Field |
This property is a sub property of | declares |
has finally clause (Property)
The hasFinallyClause property relates a try statemet to its finally clause.
Definition
The URI of this property is http://rdf.webofcode.org/woc/hasFinallyClause
This property is a functional, inverse functional, object property.
This property is a inverse property of | is finally clause of |
The domain of this property is | Try Statement |
The range of this property is | Finally Block |
This property is a sub property of | has substatement |
has for init (Property)
The hasForInit property relates a basic for statement to each statement expression executed as initialization code, before the first iteration step is performed
Definition
The URI of this property is http://rdf.webofcode.org/woc/hasForInit
This property is a inverse functional, object property.
This property is a inverse property of | is for init of |
The domain of this property is | For Statement |
The range of this property is | Expression |
This property is a sub property of | has subexpression |
has for update (Property)
The hasForUpdate property relates a basic for statement to each expression evaluated as update code at the end of every iteration
Definition
The URI of this property is http://rdf.webofcode.org/woc/hasForUpdate
This property is a inverse functional, object property.
This property is a inverse property of | is for update of |
The domain of this property is | For Statement |
The range of this property is | Expression |
This property is a sub property of | has subexpression |
has formal type parameter (Property)
The hasFormalTypeParameter property relates a class, an interface, an enumeration, a constructor or a method to the formal type parameters it declares
Definition
The URI of this property is http://rdf.webofcode.org/woc/hasFormalTypeParameter
This property is a object property.
The complex domain of this property is the union of | Class Enum Executable Interface |
The range of this property is | Type Variable |
has generic type (Property)
The hasGenericType property relates a parameterized type to the generic type it is a parameterization of
Definition
The URI of this property is http://rdf.webofcode.org/woc/hasGenericType
This property is a functional, object property.
The domain of this property is | Parameterized Type |
The complex range of this property is the union of | Class Interface Type Variable Wildcard |
has initializer (Property)
The hasInitializer property relates a variable declaration to the expression assigned to the declared variable
Definition
The URI of this property is http://rdf.webofcode.org/woc/hasInitializer
This property is a functional, inverse functional, object property.
This property is a inverse property of | is initializer of |
The domain of this property is | Variable Declaration |
The range of this property is | Expression |
This property is a sub property of | has subexpression |
has left hand side (Property)
The hasLeftHandSide property relates a assignement expression to the left hand side expression it contains
Definition
The URI of this property is http://rdf.webofcode.org/woc/hasLeftHandSide
This property is a functional, inverse functional, object property.
This property is a inverse property of | is left hand side of |
The domain of this property is | Assignment Expression |
The range of this property is | Expression |
This property is a sub property of | has subexpression |
has method (Property)
The ihasMehtod property relates a class to its methods.
Definition
The URI of this property is http://rdf.webofcode.org/woc/hasMethod
This property is a inverse functional, object property.
This property is a inverse property of | is method of |
The domain of this property is | Complex Type |
The range of this property is | Method |
This property is a sub property of | declares |
has modifier (Property)
The hasGenericType property relates a modifiable element to its modifiers
Definition
The URI of this property is http://rdf.webofcode.org/woc/hasModifier
This property is a object property.
This property is a inverse property of | is modifier of |
The domain of this property is | Modifiable |
The range of this property is | Modifier |
has package (Property)
The hasPackage property relates a class, interface, enum or annotation to the package it is declared by.
Definition
The URI of this property is http://rdf.webofcode.org/woc/hasPackage
This property is a functional, object property.
This property is a inverse property of | is package of |
The complex domain of this property is the union of | Annotation Complex Type |
The range of this property is | Package |
This property is a sub property of | is declared by |
has parameter (Property)
The hasParameter property relates a constructor or a method to the formal parameters it declares
Definition
The URI of this property is http://rdf.webofcode.org/woc/hasParameter
This property is a inverse functional, object property.
This property is a inverse property of | is parameter of |
The domain of this property is | Executable |
The range of this property is | Parameter |
has Part (Property)
No description available
Definition
The URI of this property is http://rdf-vocabulary.ddialliance.org/xkos#hasPart
This property is a object property.
This property is a super property of | declares has subexpression has subproject has substatement is project of |
has previous statement (Property)
The hasPreviousStatement property relates a statement to the previous one.
Definition
The URI of this property is http://rdf.webofcode.org/woc/hasPreviousStatement
This property is a functional, inverse functional, object property.
This property is a inverse property of | next |
The domain of this property is | Statement |
The range of this property is | Statement |
This property is a sub property of | previous |
has project (Property)
The hasProject property relates a package to the project it belongs to.
Definition
The URI of this property is http://rdf.webofcode.org/woc/hasProject
This property is a functional, object property.
This property is a inverse property of | is project of |
The domain of this property is | Package |
The range of this property is | Project |
This property is a sub property of | is Part Of |
has resource (Property)
The hasResource property relates a try statement to each local variable declared to act as resource for the try statement
Definition
The URI of this property is http://rdf.webofcode.org/woc/hasResource
This property is a object property.
The domain of this property is | Try Statement |
The range of this property is | Local Variable |
has return type (Property)
The hasReturnType property relates a method to its return type.
Definition
The URI of this property is http://rdf.webofcode.org/woc/hasReturnType
This property is a functional, object property.
This property is a inverse property of | is return type of |
The domain of this property is | Method |
The range of this property is | Type |
This property is a sub property of | has type |
has returned expression (Property)
The hasReturnedExpression property relates a return statement to the returned expression
Definition
The URI of this property is http://rdf.webofcode.org/woc/hasReturnedExpression
This property is a functional, inverse functional, object property.
This property is a inverse property of | is returned expression of |
The domain of this property is | Return Statement |
The range of this property is | Expression |
This property is a sub property of | has subexpression |
has simple name (Property)
Links a class, enum or interface to its simple name. For instance, the simple name of the class java.lang.String is "String"
Definition
The URI of this property is http://rdf.webofcode.org/woc/hasSimpleName
This property is a data property.
The domain of this property is | Complex Type |
The range of this property is | xsd:string |
This property is a sub property of | name |
has subclass (Property)
The hasSubClass property relates a class to its direct sub-classes
Definition
The URI of this property is http://rdf.webofcode.org/woc/hasSubClass
This property is a inverse functional, object property.
This property is a inverse property of | extends |
The complex domain of this property is the union of | Class Interface Type Variable Wildcard |
The complex range of this property is the union of | Annotation Complex Type |
This property is a sub property of | generalizes |
has subexpression (Property)
The hasSubExpression property relates a statement or expression to the expressions it contains.
Definition
The URI of this property is http://rdf.webofcode.org/woc/hasSubExpression
This property is a inverse functional, object property.
This property is a inverse property of | is subexpression of |
The complex domain of this property is the union of | Expression Statement |
The range of this property is | Expression |
This property is a sub property of | has Part |
This property is a super property of | has assert expression has condition has for init has for update has initializer has left hand side has returned expression has target has thrown expression |
has subproject (Property)
The hasSubProject property relates a project to its subprojects
Definition
The URI of this property is http://rdf.webofcode.org/woc/hasSubProject
This property is a inverse functional, object property.
This property is a inverse property of | is subproject of |
The domain of this property is | Project |
The range of this property is | Project |
This property is a sub property of | has Part |
has substatement (Property)
The hasSubStatement property relates a statment to its sub-statements.
Definition
The URI of this property is http://rdf.webofcode.org/woc/hasSubStatement
This property is a inverse functional, object property.
This property is a inverse property of | is substatement of |
The complex domain of this property is the union of | Executable Statement |
The range of this property is | Statement |
This property is a sub property of | has Part |
This property is a super property of | has body has catch clause has else branch has finally clause has switch label has then branch |
has super bound (Property)
The hasSuperBound property relates a lower bounded wildcard to its bouds.
Definition
The URI of this property is http://rdf.webofcode.org/woc/hasSuperBound
This property is a object property.
The domain of this property is | Wildcard |
The complex range of this property is the union of | Class Interface Parameterized Type Type Variable |
This property is a sub property of | generalizes |
has switch label (Property)
The hasSwitchLabel property relates a switch statement to its cases.
Definition
The URI of this property is http://rdf.webofcode.org/woc/hasSwitchLabel
This property is a inverse functional, object property.
This property is a inverse property of | is switch label of |
The domain of this property is | Switch Statement |
The range of this property is | Labeled Block |
This property is a sub property of | has substatement |
has target (Property)
The hasTarget property relates a method invocation expression to its target.
Definition
The URI of this property is http://rdf.webofcode.org/woc/hasTarget
This property is a functional, inverse functional, object property.
This property is a inverse property of | is target of |
The domain of this property is | Method Invocation Expression |
The range of this property is | Expression |
This property is a sub property of | has subexpression |
has then branch (Property)
The hasThenBranch property relates a if-then-else statement to the statement declared in the "then" branch
Definition
The URI of this property is http://rdf.webofcode.org/woc/hasThenBranch
This property is a functional, inverse functional, object property.
This property is a inverse property of | is then branch of |
The domain of this property is | If-then-else statement |
The range of this property is | Statement |
This property is a sub property of | has substatement |
has thrown expression (Property)
The hasThrownExpression property relates a thrown statement to the expression it throws
Definition
The URI of this property is http://rdf.webofcode.org/woc/hasThrownExpression
This property is a functional, inverse functional, object property.
This property is a inverse property of | is thrown expression of |
The domain of this property is | Throw Statement |
The range of this property is | Expression |
This property is a sub property of | has subexpression |
has type (Property)
The hasType property relates an expression, a variable or a method to its type.
Definition
The URI of this property is http://rdf.webofcode.org/woc/hasType
This property is a functional, object property.
This property is a inverse property of | is type of |
The complex domain of this property is the union of | Expression Method Variable |
The range of this property is | Type |
This property is a super property of | has return type |
has variable (Property)
The hasVariable property relates a for-each statement to the local variable it declares.
Definition
The URI of this property is http://rdf.webofcode.org/woc/hasVariable
This property is a functional, inverse functional, object property.
The domain of this property is | ForEach Statement |
The range of this property is | Local Variable |
implements (Property)
The implements property relates a class to each implemented interface.
Definition
The URI of this property is http://rdf.webofcode.org/woc/implements
This property is a object property.
This property is a inverse property of | is implemented by |
The domain of this property is | Class |
The range of this property is | Interface |
This property is a sub property of | specializes |
invokes (Property)
The invokes property relates a invocation expression to the invoked executable.
Definition
The URI of this property is http://rdf.webofcode.org/woc/invokes
This property is a functional, object property.
The domain of this property is | Executable invocation expression |
The range of this property is | Executable |
is annotation of (Property)
The isAnnotationOf property relates an annotation to the annotated code element.
Definition
The URI of this property is http://rdf.webofcode.org/woc/isAnnotationOf
This property is a object property.
This property is a inverse property of | has annotation |
The domain of this property is | Annotation |
The range of this property is | Code Element |
is array of (Property)
The isArrayOf property relates an arrray to the type of its elements at the finest grain. For instance, an array of type "int[][][]" is linked to the type "int". The number of dimensions of the array is specified by the dimensions property.
is body of (Property)
The isBodyOf property relates a block to the exexcutable or statement it is the body of.
Definition
The URI of this property is http://rdf.webofcode.org/woc/isBodyOf
This property is a functional, inverse functional, object property.
This property is a inverse property of | has body |
The domain of this property is | Block Statement |
The complex range of this property is the union of | Executable Loop Statement Try Statement |
This property is a sub property of | is substatement of |
is catch clause of (Property)
The isCatchClauseOf property relates a catch clause to the corresponding try statement.
Definition
The URI of this property is http://rdf.webofcode.org/woc/isCatchClauseOf
This property is a functional, object property.
This property is a inverse property of | has catch clause |
The domain of this property is | Catch Block |
The range of this property is | Try Statement |
This property is a sub property of | is substatement of |
is condition of (Property)
The isConditionOf property relates a if-then-else statement or a loop to its condition.
Definition
The URI of this property is http://rdf.webofcode.org/woc/isConditionOf
This property is a functional, inverse functional, object property.
This property is a inverse property of | has condition |
The domain of this property is | Expression |
The complex range of this property is the union of | Do Statement For Statement If-then-else statement While Statement |
This property is a sub property of | is subexpression of |
is constructed by (Property)
The isConstructedBy property relates a class to the executables that instantiates objects of that class.
Definition
The URI of this property is http://rdf.webofcode.org/woc/isConstructedBy
This property is a object property.
This property is a inverse property of | constructs |
The domain of this property is | Class |
The range of this property is | Executable |
This property is a sub property of | is referenced by |
is constructor of (Property)
The isConstructorOf property relates a constructor to the class it is declared by.
Definition
The URI of this property is http://rdf.webofcode.org/woc/isConstructorOf
This property is a functional, object property.
This property is a inverse property of | has constructor |
The domain of this property is | Constructor |
The complex range of this property is the union of | Class Enum |
This property is a sub property of | is declared by |
is declared by (Property)
The isDeclaredBy property relates a code element to the element it is declared by.
Definition
The URI of this property is http://rdf.webofcode.org/woc/isDeclaredBy
This property is a functional, object property.
This property is a inverse property of | declares |
The domain of this property is | Code Element |
The range of this property is | Code Element |
This property is a sub property of | is Part Of |
This property is a super property of | has package is constructor of is field of is method of |
is dependency of (Property)
The isDependencyOf property relates a library to the projects that depend on this library.
Definition
The URI of this property is http://rdf.webofcode.org/woc/isDependencyOf
This property is a object property.
This property is a inverse property of | has dependency |
The domain of this property is | Library |
The range of this property is | Project |
is else branch of (Property)
The isElseBranchOf property relates the statement in an else branch to the corresponding If-then-else statement
Definition
The URI of this property is http://rdf.webofcode.org/woc/isElseBranchOf
This property is a functional, inverse functional, object property.
This property is a inverse property of | has else branch |
The domain of this property is | Statement |
The range of this property is | If-then-else statement |
This property is a sub property of | is substatement of |
is field of (Property)
The isFieldOf property relates a field to the class, interface or enum it is declared by.
Definition
The URI of this property is http://rdf.webofcode.org/woc/isFieldOf
This property is a functional, object property.
This property is a inverse property of | has field |
The domain of this property is | Field |
The range of this property is | Complex Type |
This property is a sub property of | is declared by |
is finally clause of (Property)
The isFinallyClauseOf property relates the statement enclosed in a finally clause to the corresponding try statement.
Definition
The URI of this property is http://rdf.webofcode.org/woc/isFinallyClauseOf
This property is a functional, inverse functional, object property.
This property is a inverse property of | has finally clause |
The domain of this property is | Finally Block |
The range of this property is | Try Statement |
This property is a sub property of | is substatement of |
is for init of (Property)
The isForInitOf property relates an expression executed as initialization code of a basic for statement to the relative for statement.
Definition
The URI of this property is http://rdf.webofcode.org/woc/isForInitOf
This property is a functional, object property.
This property is a inverse property of | has for init |
The domain of this property is | Expression |
The range of this property is | For Statement |
This property is a sub property of | is subexpression of |
is for update of (Property)
The isForUpdateOf property relates an expression evaluated as update code of a for statement at the end of every iteration, to the corresponding for statement.
Definition
The URI of this property is http://rdf.webofcode.org/woc/isForUpdateOf
This property is a functional, object property.
This property is a inverse property of | has for update |
The domain of this property is | Expression |
The range of this property is | For Statement |
This property is a sub property of | is subexpression of |
is implemented by (Property)
The isImplementedBy property relates an interface to the classes implementig that interface
Definition
The URI of this property is http://rdf.webofcode.org/woc/isImplementedBy
This property is a object property.
This property is a inverse property of | implements |
The domain of this property is | Interface |
The range of this property is | Class |
This property is a sub property of | generalizes |
is initializer of (Property)
The isInitializerOf property relates an expression used to initialize a variable, to the statement it is contained in.
Definition
The URI of this property is http://rdf.webofcode.org/woc/isInitializerOf
This property is a functional, inverse functional, object property.
This property is a inverse property of | has initializer |
The domain of this property is | Expression |
The range of this property is | Variable Declaration |
This property is a sub property of | is subexpression of |
is left hand side of (Property)
The isLeftHandSideOf property relates an expression that is used as left hand side expression of an assignemnt, to the corresponding assignment expression
Definition
The URI of this property is http://rdf.webofcode.org/woc/isLeftHandSideOf
This property is a functional, inverse functional, object property.
This property is a inverse property of | has left hand side |
The domain of this property is | Expression |
The range of this property is | Assignment Expression |
This property is a sub property of | is subexpression of |
is method of (Property)
The isMethodOf property relates a method to the class, enum or interface it is declared by.
Definition
The URI of this property is http://rdf.webofcode.org/woc/isMethodOf
This property is a functional, object property.
This property is a inverse property of | has method |
The domain of this property is | Method |
The range of this property is | Complex Type |
This property is a sub property of | is declared by |
is modifier of (Property)
The isModifierOf property relates a modifier to the corresponding modifiable element.
Definition
The URI of this property is http://rdf.webofcode.org/woc/isModifierOf
This property is a object property.
This property is a inverse property of | has modifier |
The domain of this property is | Modifier |
The range of this property is | Modifiable |
is overridden by (Property)
The isOverridenBy property relates a method to the ones it is overridden by.
Definition
The URI of this property is http://rdf.webofcode.org/woc/isOverriddenBy
This property is a inverse functional, object property.
This property is a inverse property of | overrides |
The domain of this property is | Method |
The range of this property is | Method |
This property is a sub property of | generalizes |
is package of (Property)
The isPackageOf property relates a package to the types it declares.
Definition
The URI of this property is http://rdf.webofcode.org/woc/isPackageOf
This property is a inverse functional, object property.
This property is a inverse property of | has package |
The domain of this property is | Package |
The complex range of this property is the union of | Annotation Complex Type |
This property is a sub property of | declares |
is parameter of (Property)
The isParameterOf property relates a parameter to the corresponding executable.
Definition
The URI of this property is http://rdf.webofcode.org/woc/isParameterOf
This property is a inverse functional, object property.
This property is a inverse property of | has parameter |
The domain of this property is | Parameter |
The range of this property is | Executable |
is Part Of (Property)
No description available
Definition
The URI of this property is http://rdf-vocabulary.ddialliance.org/xkos#isPartOf
This property is a object property.
This property is a super property of | has project is declared by is subexpression of is subproject of is substatement of |
is project of (Property)
The isProjectOf property relates a project to the packages it contains.
Definition
The URI of this property is http://rdf.webofcode.org/woc/isProjectOf
This property is a inverse functional, object property.
This property is a inverse property of | has project |
The domain of this property is | Project |
The range of this property is | Package |
This property is a sub property of | has Part |
is referenced by (Property)
The isReferencedBy property relates a code element to the elements it is referenced by.
Definition
The URI of this property is http://rdf.webofcode.org/woc/isReferencedBy
This property is a object property.
This property is a inverse property of | references |
The domain of this property is | Code Element |
The range of this property is | Code Element |
This property is a super property of | is constructed by is thrown by |
is return type of (Property)
The isReturnTypeOf property relates a type to the methods that return objects of that type.
Definition
The URI of this property is http://rdf.webofcode.org/woc/isReturnTypeOf
This property is a inverse functional, object property.
This property is a inverse property of | has return type |
The domain of this property is | Type |
The range of this property is | Method |
This property is a sub property of | is type of |
is returned by (Property)
The isReturnedBy property relates a variable to the methods that return that variable.
is returned expression of (Property)
The isReturnedExpressionOf property relates an expression returned by a method to the return statement it is contained in.
Definition
The URI of this property is http://rdf.webofcode.org/woc/isReturnedExpressionOf
This property is a functional, inverse functional, object property.
This property is a inverse property of | has returned expression |
The domain of this property is | Expression |
The range of this property is | Return Statement |
This property is a sub property of | is subexpression of |
is subexpression of (Property)
The isAssertExpressionOf property relates a boolean expression to the assert statement it is contained in.
Definition
The URI of this property is http://rdf.webofcode.org/woc/isAssertExpressionOf
This property is a functional, inverse functional, object property.
This property is a inverse property of | has assert expression |
The domain of this property is | Expression |
The range of this property is | Assert Statement |
This property is a sub property of | is subexpression of |
is subexpression of (Property)
The isSubExpressionOf property relates an expression to its parent expression.
Definition
The URI of this property is http://rdf.webofcode.org/woc/isSubExpressionOf
This property is a functional, object property.
This property is a inverse property of | has subexpression |
The domain of this property is | Expression |
The complex range of this property is the union of | Expression Statement |
This property is a sub property of | is Part Of |
This property is a super property of | is condition of is for init of is for update of is initializer of is left hand side of is returned expression of is subexpression of is target of is thrown expression of |
is subproject of (Property)
The isSubProjectOf property relates a project to its parent project.
Definition
The URI of this property is http://rdf.webofcode.org/woc/isSubProjectOf
This property is a functional, object property.
This property is a inverse property of | has subproject |
The domain of this property is | Project |
The range of this property is | Project |
This property is a sub property of | is Part Of |
is substatement of (Property)
The isSubStatementOf property relates a statement to the method, constructor or statement it is contained in.
Definition
The URI of this property is http://rdf.webofcode.org/woc/isSubStatementOf
This property is a object property.
This property is a inverse property of | has substatement |
The domain of this property is | Statement |
The complex range of this property is the union of | Executable Statement |
This property is a sub property of | is Part Of |
This property is a super property of | is body of is catch clause of is else branch of is finally clause of is switch label of is then branch of |
is switch label of (Property)
The isSwitchLabelOf property relates a case labeled block or a default block to the corresponding switch statement.
Definition
The URI of this property is http://rdf.webofcode.org/woc/isSwitchLabelOf
This property is a functional, object property.
This property is a inverse property of | has switch label |
The domain of this property is | Labeled Block |
The range of this property is | Switch Statement |
This property is a sub property of | is substatement of |
is target of (Property)
The isTargetOf property relates an expression used as target of a method invocation, to the corresponding method invocation.
Definition
The URI of this property is http://rdf.webofcode.org/woc/isTargetOf
This property is a functional, inverse functional, object property.
This property is a inverse property of | has target |
The domain of this property is | Expression |
The range of this property is | Method Invocation Expression |
This property is a sub property of | is subexpression of |
is then branch of (Property)
The isThenBranchOf property relates a statement enclosed in a then branch to the corresponding If-then-else statement
Definition
The URI of this property is http://rdf.webofcode.org/woc/isThenBranchOf
This property is a functional, inverse functional, object property.
This property is a inverse property of | has then branch |
The domain of this property is | Statement |
The range of this property is | If-then-else statement |
This property is a sub property of | is substatement of |
is thrown by (Property)
The isThrownBy property relates an exception to the executables it is thrown by.
Definition
The URI of this property is http://rdf.webofcode.org/woc/isThrownBy
This property is a object property.
This property is a inverse property of | throws |
The domain of this property is | Class |
The range of this property is | Executable |
This property is a sub property of | is referenced by |
is thrown expression of (Property)
The isThrownExpressionOf property relates a thrown expression, to the throw statement it is contained in.
Definition
The URI of this property is http://rdf.webofcode.org/woc/isThrownExpressionOf
This property is a functional, inverse functional, object property.
This property is a inverse property of | has thrown expression |
The domain of this property is | Expression |
The range of this property is | Throw Statement |
This property is a sub property of | is subexpression of |
is type of (Property)
The isTypeOf property relates a type to the elements of that type.
Definition
The URI of this property is http://rdf.webofcode.org/woc/isTypeOf
This property is a inverse functional, object property.
This property is a inverse property of | has type |
The domain of this property is | Type |
The complex range of this property is the union of | Expression Method Variable |
This property is a super property of | is return type of |
is var args (Property)
True if an executable accepts a variable number of parameters, false otherwise
Definition
The URI of this property is http://rdf.webofcode.org/woc/isVarArgs
This property is a functional, data property.
The domain of this property is | Executable |
The range of this property is | xsd:boolean |
label (Property)
Links a labeled statement to its label
Definition
The URI of this property is http://rdf.webofcode.org/woc/hasLabel
This property is a functional, data property.
The domain of this property is | Statement |
The range of this property is | xsd:string |
line (Property)
Links a statement to the line it starts in
Definition
The URI of this property is http://rdf.webofcode.org/woc/hasLine
This property is a functional, data property.
The complex domain of this property is the union of | Expression Statement |
The range of this property is | xsd:int |
name (Property)
Links a element to its name
Definition
The URI of this property is http://rdf.webofcode.org/woc/hasName
This property is a functional, data property.
The complex domain of this property is the union of | Code Element Library Project |
The range of this property is | xsd:string |
This property is a super property of | has canonical name has simple name |
next (Property)
The hasNextStatement property relates a statement to the next statement to be executed.
Definition
The URI of this property is http://rdf.webofcode.org/woc/hasNextStatement
This property is a functional, inverse functional, object property.
This property is a inverse property of | has previous statement |
The domain of this property is | Statement |
The range of this property is | Statement |
This property is a sub property of | next |
next (Property)
No description available
Definition
The URI of this property is http://rdf-vocabulary.ddialliance.org/xkos#next
This property is a object property.
This property is a super property of | next |
overrides (Property)
The overrides property relates a method to the method it overrides.
Definition
The URI of this property is http://rdf.webofcode.org/woc/overrides
This property is a functional, object property.
This property is a inverse property of | is overridden by |
The domain of this property is | Method |
The range of this property is | Method |
This property is a sub property of | specializes |
position (Property)
Links a element to its position
Definition
The URI of this property is http://rdf.webofcode.org/woc/hasPosition
This property is a functional, data property.
The domain of this property is | Code Element |
The range of this property is | xsd:int |
previous (Property)
No description available
Definition
The URI of this property is http://rdf-vocabulary.ddialliance.org/xkos#previous
This property is a object property.
This property is a super property of | has previous statement |
references (Property)
The references property relates a method or a constructor to the types, methods, constructors and fields it references.
Definition
The URI of this property is http://rdf.webofcode.org/woc/references
This property is a object property.
This property is a inverse property of | is referenced by |
The domain of this property is | Code Element |
The range of this property is | Code Element |
This property is a super property of | constructs throws |
returns (Property)
The returns property relates a method to the variable it returns, if any.
Definition
The URI of this property is http://rdf.webofcode.org/woc/returns
This property is a functional, object property.
This property is a inverse property of | is returned by |
The domain of this property is | Method |
The range of this property is | Variable |
source code (Property)
Links a element to its source code
Definition
The URI of this property is http://rdf.webofcode.org/woc/hasSourceCode
This property is a functional, data property.
The domain of this property is | Code Element |
The range of this property is | xsd:string |
specializes (Property)
No description available
Definition
The URI of this property is http://rdf-vocabulary.ddialliance.org/xkos#specializes
This property is a object property.
This property is a super property of | extends implements overrides |
targeted label (Property)
Links a break statement or a continue statement to the label it targets, if any
Definition
The URI of this property is http://rdf.webofcode.org/woc/hasTargetedLabel
This property is a functional, data property.
The complex domain of this property is the union of | Break Statement Continue Statement |
The range of this property is | xsd:string |
throws (Property)
The throws property relates a method or a constructor to the exceptions it declares to throw.
Definition
The URI of this property is http://rdf.webofcode.org/woc/throws
This property is a object property.
This property is a inverse property of | is thrown by |
The domain of this property is | Executable |
The range of this property is | Class |
This property is a sub property of | references |
Synchronized (Individual)
The synchronized modifier
Definition
The URI of this individual is http://rdf.webofcode.org/woc/Synchronized
${uri} | rdf:first | Synchronized |
This report has been generated using Parrot.