Giter VIP home page Giter VIP logo

ontology's Introduction

ontology

This is a conceptual set of Java types, awaiting Borges' reincarnation as a software developer to find their applications.

The Types

/**
 * An object will catch any {@link UnsupportedOperationException} and instead
 * return {@code true}.
 */
public interface Agreeable {
}
/**
 * A class that implements Dishonorable is able to bypass all Java visibilty
 * modifiers, but it may only be extended or instantiated by other objects
 * that implement Dishonorable.
 */
public interface Dishonorable {
}
/**
 * This exception is used to indicate a violation of a logic principle, the
 * presence of cognitive bias, or simply the fundamental inability for human
 * sensory perception to apprehend the true nature of reality.
 */
public class EpistemologyException extends Exception {
}
/**
 * When calling a method on an object that implements Inscrutable, a random
 * method on the same object will be invoked in its place.
 */
public interface Inscrutable {
}
/**
 * Any object allocated by an object implementing Memorious can never be
 * garbage collected.
 */
public interface Memorious {
}
/**
 * Attempts to use the Java Reflection API on objects that implement Obtuse
 * will always receive unhelpful--but technically true--type signatures.
 */
public interface Obtuse {
}
/**
 * Any attempt to use the Java Reflection API on an object implementing
 * Unknowable will throw an {@link EpistemologyException}.
 */
public interface Unknowable {
}
/**
 * An object that implements Venerable is allocated directly into the old generation.
 */
public interface Venerable {
}

ontology's People

Contributors

dehowell avatar

Stargazers

 avatar

Watchers

 avatar  avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.